Uses of Class
org.hl7.fhir.r4.model.TestScript.TestScriptTestComponent
-
Packages that use TestScript.TestScriptTestComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestScript.TestScriptTestComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.TestScriptTestComponent Modifier and Type Method Description protected TestScript.TestScriptTestComponentJsonParser. parseTestScriptTestScriptTestComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptTestComponentXmlParser. parseTestScriptTestScriptTestComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript.TestScriptTestComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestScript.TestScriptTestComponent Modifier and Type Field Description protected List<TestScript.TestScriptTestComponent>TestScript. testA test in this script.Methods in org.hl7.fhir.r4.model that return TestScript.TestScriptTestComponent Modifier and Type Method Description TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. addAction(TestScript.TestActionComponent t)TestScript.TestScriptTestComponentTestScript. addTest()TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. copy()TestScript.TestScriptTestComponentTestScript. getTestFirstRep()TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. setAction(List<TestScript.TestActionComponent> theAction)TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. setDescription(String value)TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. setDescriptionElement(StringType value)TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. setName(String value)TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. setNameElement(StringType value)Methods in org.hl7.fhir.r4.model that return types with arguments of type TestScript.TestScriptTestComponent Modifier and Type Method Description List<TestScript.TestScriptTestComponent>TestScript. getTest()Methods in org.hl7.fhir.r4.model with parameters of type TestScript.TestScriptTestComponent Modifier and Type Method Description TestScriptTestScript. addTest(TestScript.TestScriptTestComponent t)voidTestScript.TestScriptTestComponent. copyValues(TestScript.TestScriptTestComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestScript.TestScriptTestComponent Modifier and Type Method Description TestScriptTestScript. setTest(List<TestScript.TestScriptTestComponent> theTest)
-