Uses of Class
org.hl7.fhir.r4.model.TestScript.TestScriptDestinationComponent
-
Uses of TestScript.TestScriptDestinationComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseTestScriptTestScriptDestinationComponent
(com.google.gson.JsonObject json, TestScript owner) XmlParser.parseTestScriptTestScriptDestinationComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptTestScriptDestinationComponent
(String name, TestScript.TestScriptDestinationComponent element) protected void
RdfParser.composeTestScriptTestScriptDestinationComponent
(Turtle.Complex parent, String parentType, String name, TestScript.TestScriptDestinationComponent element, int index) protected void
XmlParser.composeTestScriptTestScriptDestinationComponent
(String name, TestScript.TestScriptDestinationComponent element) protected void
XmlParser.composeTestScriptTestScriptDestinationComponentElements
(TestScript.TestScriptDestinationComponent element) protected void
JsonParser.composeTestScriptTestScriptDestinationComponentInner
(TestScript.TestScriptDestinationComponent element) protected boolean
XmlParser.parseTestScriptTestScriptDestinationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptDestinationComponent res) protected void
JsonParser.parseTestScriptTestScriptDestinationComponentProperties
(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptDestinationComponent res) -
Uses of TestScript.TestScriptDestinationComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<TestScript.TestScriptDestinationComponent> TestScript.destination
An abstract server used in operations within this test script in the destination element.Modifier and TypeMethodDescriptionTestScript.addDestination()
TestScript.TestScriptDestinationComponent.copy()
TestScript.getDestinationFirstRep()
TestScript.TestScriptDestinationComponent.setIndex
(int value) TestScript.TestScriptDestinationComponent.setIndexElement
(IntegerType value) TestScript.TestScriptDestinationComponent.setProfile
(Coding value) Modifier and TypeMethodDescriptionTestScript.addDestination
(TestScript.TestScriptDestinationComponent t) void
TestScript.TestScriptDestinationComponent.copyValues
(TestScript.TestScriptDestinationComponent dst) Modifier and TypeMethodDescriptionTestScript.setDestination
(List<TestScript.TestScriptDestinationComponent> theDestination)