
Uses of Class
org.hl7.fhir.dstu3.model.TestReport.SetupActionComponent
Packages that use TestReport.SetupActionComponent
-
Uses of TestReport.SetupActionComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return TestReport.SetupActionComponentModifier and TypeMethodDescriptionprotected TestReport.SetupActionComponentJsonParser.parseTestReportSetupActionComponent(com.google.gson.JsonObject json, TestReport owner) protected TestReport.SetupActionComponentXmlParser.parseTestReportSetupActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type TestReport.SetupActionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestReportSetupActionComponent(String name, TestReport.SetupActionComponent element) protected voidRdfParser.composeTestReportSetupActionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestReport.SetupActionComponent element, int index) protected voidXmlParser.composeTestReportSetupActionComponent(String name, TestReport.SetupActionComponent element) protected voidXmlParser.composeTestReportSetupActionComponentElements(TestReport.SetupActionComponent element) protected voidJsonParser.composeTestReportSetupActionComponentInner(TestReport.SetupActionComponent element) protected booleanXmlParser.parseTestReportSetupActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.SetupActionComponent res) protected voidJsonParser.parseTestReportSetupActionComponentProperties(com.google.gson.JsonObject json, TestReport owner, TestReport.SetupActionComponent res) -
Uses of TestReport.SetupActionComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type TestReport.SetupActionComponentModifier and TypeFieldDescriptionprotected List<TestReport.SetupActionComponent> TestReport.TestReportSetupComponent.actionAction would contain either an operation or an assertion.Methods in org.hl7.fhir.dstu3.model that return TestReport.SetupActionComponentModifier and TypeMethodDescriptionTestReport.TestReportSetupComponent.addAction()TestReport.SetupActionComponent.copy()TestReport.TestReportSetupComponent.getActionFirstRep()TestReport.SetupActionComponent.setAssert(TestReport.SetupActionAssertComponent value) TestReport.SetupActionComponent.setOperation(TestReport.SetupActionOperationComponent value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type TestReport.SetupActionComponentMethods in org.hl7.fhir.dstu3.model with parameters of type TestReport.SetupActionComponentModifier and TypeMethodDescriptionTestReport.TestReportSetupComponent.addAction(TestReport.SetupActionComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type TestReport.SetupActionComponentModifier and TypeMethodDescriptionTestReport.TestReportSetupComponent.setAction(List<TestReport.SetupActionComponent> theAction)