Uses of Class
org.hl7.fhir.r4.model.TestScript.TestScriptDestinationComponent
-
Packages that use TestScript.TestScriptDestinationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestScript.TestScriptDestinationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.TestScriptDestinationComponent Modifier and Type Method Description protected TestScript.TestScriptDestinationComponentJsonParser. parseTestScriptTestScriptDestinationComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptDestinationComponentXmlParser. parseTestScriptTestScriptDestinationComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript.TestScriptDestinationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestScript.TestScriptDestinationComponent Modifier and Type Field Description protected 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.TestScriptDestinationComponent Modifier and Type Method Description TestScript.TestScriptDestinationComponentTestScript. addDestination()TestScript.TestScriptDestinationComponentTestScript.TestScriptDestinationComponent. copy()TestScript.TestScriptDestinationComponentTestScript. getDestinationFirstRep()TestScript.TestScriptDestinationComponentTestScript.TestScriptDestinationComponent. setIndex(int value)TestScript.TestScriptDestinationComponentTestScript.TestScriptDestinationComponent. setIndexElement(IntegerType value)TestScript.TestScriptDestinationComponentTestScript.TestScriptDestinationComponent. setProfile(Coding value)Methods in org.hl7.fhir.r4.model that return types with arguments of type TestScript.TestScriptDestinationComponent Modifier and Type Method Description List<TestScript.TestScriptDestinationComponent>TestScript. getDestination()Methods in org.hl7.fhir.r4.model with parameters of type TestScript.TestScriptDestinationComponent Modifier and Type Method Description TestScriptTestScript. addDestination(TestScript.TestScriptDestinationComponent t)voidTestScript.TestScriptDestinationComponent. copyValues(TestScript.TestScriptDestinationComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestScript.TestScriptDestinationComponent Modifier and Type Method Description TestScriptTestScript. setDestination(List<TestScript.TestScriptDestinationComponent> theDestination)
-