Uses of Class
org.hl7.fhir.r5.model.TestScript.TestScriptMetadataComponent
-
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected TestScript.TestScriptMetadataComponent
JsonParser.parseTestScriptMetadataComponent
(com.google.gson.JsonObject json) protected TestScript.TestScriptMetadataComponent
XmlParser.parseTestScriptMetadataComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptMetadataComponent
(String name, TestScript.TestScriptMetadataComponent element) protected void
RdfParser.composeTestScriptMetadataComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestScript.TestScriptMetadataComponent element, int index) protected void
XmlParser.composeTestScriptMetadataComponent
(String name, TestScript.TestScriptMetadataComponent element) protected void
XmlParser.composeTestScriptMetadataComponentElements
(TestScript.TestScriptMetadataComponent element) protected void
JsonParser.composeTestScriptMetadataComponentProperties
(TestScript.TestScriptMetadataComponent element) protected boolean
XmlParser.parseTestScriptMetadataComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript.TestScriptMetadataComponent res) protected void
JsonParser.parseTestScriptMetadataComponentProperties
(com.google.gson.JsonObject json, TestScript.TestScriptMetadataComponent res) -
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected TestScript.TestScriptMetadataComponent
TestScript.metadata
The required capability must exist and are assumed to function correctly on the FHIR server being tested.Modifier and TypeMethodDescriptionTestScript.TestScriptMetadataComponent.addCapability
(TestScript.TestScriptMetadataCapabilityComponent t) TestScript.TestScriptMetadataComponent.addLink
(TestScript.TestScriptMetadataLinkComponent t) TestScript.TestScriptMetadataComponent.copy()
TestScript.getMetadata()
TestScript.TestScriptMetadataComponent.setCapability
(List<TestScript.TestScriptMetadataCapabilityComponent> theCapability) TestScript.TestScriptMetadataComponent.setLink
(List<TestScript.TestScriptMetadataLinkComponent> theLink) Modifier and TypeMethodDescriptionvoid
TestScript.TestScriptMetadataComponent.copyValues
(TestScript.TestScriptMetadataComponent dst) TestScript.setMetadata
(TestScript.TestScriptMetadataComponent value)