Uses of Class
org.hl7.fhir.r5.model.TestScript.TestScriptDestinationComponent
-
Uses of TestScript.TestScriptDestinationComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseTestScriptDestinationComponent
(com.google.gson.JsonObject json) XmlParser.parseTestScriptDestinationComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptDestinationComponent
(String name, TestScript.TestScriptDestinationComponent element) protected void
RdfParser.composeTestScriptDestinationComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestScript.TestScriptDestinationComponent element, int index) protected void
XmlParser.composeTestScriptDestinationComponent
(String name, TestScript.TestScriptDestinationComponent element) protected void
XmlParser.composeTestScriptDestinationComponentElements
(TestScript.TestScriptDestinationComponent element) protected void
JsonParser.composeTestScriptDestinationComponentProperties
(TestScript.TestScriptDestinationComponent element) protected boolean
XmlParser.parseTestScriptDestinationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript.TestScriptDestinationComponent res) protected void
JsonParser.parseTestScriptDestinationComponentProperties
(com.google.gson.JsonObject json, TestScript.TestScriptDestinationComponent res) -
Uses of TestScript.TestScriptDestinationComponent in org.hl7.fhir.r5.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) TestScript.TestScriptDestinationComponent.setUrlElement
(UrlType value) Modifier and TypeMethodDescriptionTestScript.addDestination
(TestScript.TestScriptDestinationComponent t) void
TestScript.TestScriptDestinationComponent.copyValues
(TestScript.TestScriptDestinationComponent dst) Modifier and TypeMethodDescriptionTestScript.setDestination
(List<TestScript.TestScriptDestinationComponent> theDestination)