
Uses of Class
org.hl7.fhir.r5.model.TestScript.TestScriptScopeComponent
Packages that use TestScript.TestScriptScopeComponent
-
Uses of TestScript.TestScriptScopeComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestScript.TestScriptScopeComponentModifier and TypeMethodDescriptionprotected TestScript.TestScriptScopeComponentJsonParser.parseTestScriptScopeComponent(com.google.gson.JsonObject json) protected TestScript.TestScriptScopeComponentXmlParser.parseTestScriptScopeComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestScript.TestScriptScopeComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptScopeComponent(String name, TestScript.TestScriptScopeComponent element) protected voidRdfParser.composeTestScriptScopeComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestScript.TestScriptScopeComponent element, int index) protected voidXmlParser.composeTestScriptScopeComponent(String name, TestScript.TestScriptScopeComponent element) protected voidXmlParser.composeTestScriptScopeComponentElements(TestScript.TestScriptScopeComponent element) protected voidJsonParser.composeTestScriptScopeComponentProperties(TestScript.TestScriptScopeComponent element) protected booleanXmlParser.parseTestScriptScopeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript.TestScriptScopeComponent res) protected voidJsonParser.parseTestScriptScopeComponentProperties(com.google.gson.JsonObject json, TestScript.TestScriptScopeComponent res) -
Uses of TestScript.TestScriptScopeComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestScript.TestScriptScopeComponentModifier and TypeFieldDescriptionprotected 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.TestScriptScopeComponentModifier and TypeMethodDescriptionTestScript.addScope()TestScript.TestScriptScopeComponent.copy()TestScript.getScopeFirstRep()TestScript.TestScriptScopeComponent.setArtifact(String value) TestScript.TestScriptScopeComponent.setArtifactElement(CanonicalType value) TestScript.TestScriptScopeComponent.setConformance(CodeableConcept value) TestScript.TestScriptScopeComponent.setPhase(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type TestScript.TestScriptScopeComponentMethods in org.hl7.fhir.r5.model with parameters of type TestScript.TestScriptScopeComponentModifier and TypeMethodDescriptionTestScript.addScope(TestScript.TestScriptScopeComponent t) voidTestScript.TestScriptScopeComponent.copyValues(TestScript.TestScriptScopeComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestScript.TestScriptScopeComponentModifier and TypeMethodDescriptionTestScript.setScope(List<TestScript.TestScriptScopeComponent> theScope)