Uses of Class
org.hl7.fhir.r5.model.TestScript.TestScriptScopeComponent
-
Packages that use TestScript.TestScriptScopeComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of TestScript.TestScriptScopeComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestScript.TestScriptScopeComponent Modifier and Type Method Description protected TestScript.TestScriptScopeComponentJsonParser. parseTestScriptScopeComponent(com.google.gson.JsonObject json)protected TestScript.TestScriptScopeComponentXmlParser. parseTestScriptScopeComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of TestScript.TestScriptScopeComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestScript.TestScriptScopeComponent Modifier and Type Field Description protected List<TestScript.TestScriptScopeComponent>TestScript. scopeThe scope indicates a conformance artifact that is tested by the test(s) within this test case and the expectation of the test outcome(s) as well as the intended test phase inclusion.Methods in org.hl7.fhir.r5.model that return TestScript.TestScriptScopeComponent Modifier and Type Method Description TestScript.TestScriptScopeComponentTestScript. addScope()TestScript.TestScriptScopeComponentTestScript.TestScriptScopeComponent. copy()TestScript.TestScriptScopeComponentTestScript. getScopeFirstRep()TestScript.TestScriptScopeComponentTestScript.TestScriptScopeComponent. setArtifact(String value)TestScript.TestScriptScopeComponentTestScript.TestScriptScopeComponent. setArtifactElement(CanonicalType value)TestScript.TestScriptScopeComponentTestScript.TestScriptScopeComponent. setConformance(CodeableConcept value)TestScript.TestScriptScopeComponentTestScript.TestScriptScopeComponent. setPhase(CodeableConcept value)Methods in org.hl7.fhir.r5.model that return types with arguments of type TestScript.TestScriptScopeComponent Modifier and Type Method Description List<TestScript.TestScriptScopeComponent>TestScript. getScope()Methods in org.hl7.fhir.r5.model with parameters of type TestScript.TestScriptScopeComponent Modifier and Type Method Description TestScriptTestScript. addScope(TestScript.TestScriptScopeComponent t)voidTestScript.TestScriptScopeComponent. copyValues(TestScript.TestScriptScopeComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type TestScript.TestScriptScopeComponent Modifier and Type Method Description TestScriptTestScript. setScope(List<TestScript.TestScriptScopeComponent> theScope)
-