
Uses of Class
org.hl7.fhir.r4.model.TestScript.TestScriptDestinationComponent
Packages that use TestScript.TestScriptDestinationComponent
-
Uses of TestScript.TestScriptDestinationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.TestScriptDestinationComponentModifier and TypeMethodDescriptionJsonParser.parseTestScriptTestScriptDestinationComponent(com.google.gson.JsonObject json, TestScript owner) XmlParser.parseTestScriptTestScriptDestinationComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Methods in org.hl7.fhir.r4.formats with parameters of type TestScript.TestScriptDestinationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptTestScriptDestinationComponent(String name, TestScript.TestScriptDestinationComponent element) protected voidRdfParser.composeTestScriptTestScriptDestinationComponent(Turtle.Complex parent, String parentType, String name, TestScript.TestScriptDestinationComponent element, int index) protected voidXmlParser.composeTestScriptTestScriptDestinationComponent(String name, TestScript.TestScriptDestinationComponent element) protected voidXmlParser.composeTestScriptTestScriptDestinationComponentElements(TestScript.TestScriptDestinationComponent element) protected voidJsonParser.composeTestScriptTestScriptDestinationComponentInner(TestScript.TestScriptDestinationComponent element) protected booleanXmlParser.parseTestScriptTestScriptDestinationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptDestinationComponent res) protected voidJsonParser.parseTestScriptTestScriptDestinationComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptDestinationComponent res) -
Uses of TestScript.TestScriptDestinationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestScript.TestScriptDestinationComponentModifier and TypeFieldDescriptionprotected List<TestScript.TestScriptDestinationComponent> TestScript.destinationAn abstract server used in operations within this test script in the destination element.Methods in org.hl7.fhir.r4.model that return TestScript.TestScriptDestinationComponentModifier and TypeMethodDescriptionTestScript.addDestination()TestScript.TestScriptDestinationComponent.copy()TestScript.getDestinationFirstRep()TestScript.TestScriptDestinationComponent.setIndex(int value) TestScript.TestScriptDestinationComponent.setIndexElement(IntegerType value) TestScript.TestScriptDestinationComponent.setProfile(Coding value) Methods in org.hl7.fhir.r4.model that return types with arguments of type TestScript.TestScriptDestinationComponentMethods in org.hl7.fhir.r4.model with parameters of type TestScript.TestScriptDestinationComponentModifier and TypeMethodDescriptionTestScript.addDestination(TestScript.TestScriptDestinationComponent t) voidTestScript.TestScriptDestinationComponent.copyValues(TestScript.TestScriptDestinationComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type TestScript.TestScriptDestinationComponentModifier and TypeMethodDescriptionTestScript.setDestination(List<TestScript.TestScriptDestinationComponent> theDestination)