Uses of Class
org.hl7.fhir.r4.model.TestScript.TestScriptOriginComponent
-
Packages that use TestScript.TestScriptOriginComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestScript.TestScriptOriginComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.TestScriptOriginComponent Modifier and Type Method Description protected TestScript.TestScriptOriginComponentJsonParser. parseTestScriptTestScriptOriginComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptOriginComponentXmlParser. parseTestScriptTestScriptOriginComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript.TestScriptOriginComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestScript.TestScriptOriginComponent Modifier and Type Field Description protected List<TestScript.TestScriptOriginComponent>TestScript. originAn abstract server used in operations within this test script in the origin element.Methods in org.hl7.fhir.r4.model that return TestScript.TestScriptOriginComponent Modifier and Type Method Description TestScript.TestScriptOriginComponentTestScript. addOrigin()TestScript.TestScriptOriginComponentTestScript.TestScriptOriginComponent. copy()TestScript.TestScriptOriginComponentTestScript. getOriginFirstRep()TestScript.TestScriptOriginComponentTestScript.TestScriptOriginComponent. setIndex(int value)TestScript.TestScriptOriginComponentTestScript.TestScriptOriginComponent. setIndexElement(IntegerType value)TestScript.TestScriptOriginComponentTestScript.TestScriptOriginComponent. setProfile(Coding value)Methods in org.hl7.fhir.r4.model that return types with arguments of type TestScript.TestScriptOriginComponent Modifier and Type Method Description List<TestScript.TestScriptOriginComponent>TestScript. getOrigin()Methods in org.hl7.fhir.r4.model with parameters of type TestScript.TestScriptOriginComponent Modifier and Type Method Description TestScriptTestScript. addOrigin(TestScript.TestScriptOriginComponent t)voidTestScript.TestScriptOriginComponent. copyValues(TestScript.TestScriptOriginComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestScript.TestScriptOriginComponent Modifier and Type Method Description TestScriptTestScript. setOrigin(List<TestScript.TestScriptOriginComponent> theOrigin)
-