
Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptMetadataComponent
Packages that use TestScript.TestScriptMetadataComponent
-
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TestScript.TestScriptMetadataComponentModifier and TypeMethodDescriptionprotected TestScript.TestScriptMetadataComponent
JsonParser.parseTestScriptTestScriptMetadataComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptMetadataComponent
XmlParser.parseTestScriptTestScriptMetadataComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type TestScript.TestScriptMetadataComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptTestScriptMetadataComponent
(String name, TestScript.TestScriptMetadataComponent element) protected void
XmlParser.composeTestScriptTestScriptMetadataComponent
(String name, TestScript.TestScriptMetadataComponent element) protected void
JsonParser.composeTestScriptTestScriptMetadataComponentInner
(TestScript.TestScriptMetadataComponent element) -
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as TestScript.TestScriptMetadataComponentModifier and TypeFieldDescriptionprotected TestScript.TestScriptMetadataComponent
TestScript.metadata
The required capability must exist and are assumed to function correctly on the FHIR server being tested.protected TestScript.TestScriptMetadataComponent
TestScript.TestScriptSetupComponent.metadata
Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.protected TestScript.TestScriptMetadataComponent
TestScript.TestScriptTestComponent.metadata
Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.Methods in org.hl7.fhir.dstu2.model that return TestScript.TestScriptMetadataComponentModifier and TypeMethodDescriptionTestScript.TestScriptMetadataComponent.addCapability
(TestScript.TestScriptMetadataCapabilityComponent t) TestScript.TestScriptMetadataComponent.addLink
(TestScript.TestScriptMetadataLinkComponent t) TestScript.TestScriptMetadataComponent.copy()
TestScript.getMetadata()
TestScript.TestScriptSetupComponent.getMetadata()
TestScript.TestScriptTestComponent.getMetadata()
Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.TestScriptMetadataComponentModifier and TypeMethodDescriptionTestScript.setMetadata
(TestScript.TestScriptMetadataComponent value) TestScript.TestScriptSetupComponent.setMetadata
(TestScript.TestScriptMetadataComponent value) TestScript.TestScriptTestComponent.setMetadata
(TestScript.TestScriptMetadataComponent value)