Uses of Class
org.hl7.fhir.r4.model.TestScript.TestScriptTestComponent
-
Uses of TestScript.TestScriptTestComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected TestScript.TestScriptTestComponent
JsonParser.parseTestScriptTestScriptTestComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptTestComponent
XmlParser.parseTestScriptTestScriptTestComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptTestScriptTestComponent
(String name, TestScript.TestScriptTestComponent element) protected void
RdfParser.composeTestScriptTestScriptTestComponent
(Turtle.Complex parent, String parentType, String name, TestScript.TestScriptTestComponent element, int index) protected void
XmlParser.composeTestScriptTestScriptTestComponent
(String name, TestScript.TestScriptTestComponent element) protected void
XmlParser.composeTestScriptTestScriptTestComponentElements
(TestScript.TestScriptTestComponent element) protected void
JsonParser.composeTestScriptTestScriptTestComponentInner
(TestScript.TestScriptTestComponent element) protected boolean
XmlParser.parseTestScriptTestScriptTestComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptTestComponent res) protected void
JsonParser.parseTestScriptTestScriptTestComponentProperties
(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptTestComponent res) -
Uses of TestScript.TestScriptTestComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<TestScript.TestScriptTestComponent> TestScript.test
A test in this script.Modifier and TypeMethodDescriptionTestScript.TestScriptTestComponent.addAction
(TestScript.TestActionComponent t) TestScript.addTest()
TestScript.TestScriptTestComponent.copy()
TestScript.getTestFirstRep()
TestScript.TestScriptTestComponent.setAction
(List<TestScript.TestActionComponent> theAction) TestScript.TestScriptTestComponent.setDescription
(String value) TestScript.TestScriptTestComponent.setDescriptionElement
(StringType value) TestScript.TestScriptTestComponent.setNameElement
(StringType value) Modifier and TypeMethodDescriptionTestScript.addTest
(TestScript.TestScriptTestComponent t) void
TestScript.TestScriptTestComponent.copyValues
(TestScript.TestScriptTestComponent dst) Modifier and TypeMethodDescriptionTestScript.setTest
(List<TestScript.TestScriptTestComponent> theTest)