Uses of Class
org.hl7.fhir.r4.model.TestScript.TestScriptMetadataCapabilityComponent
-
Uses of TestScript.TestScriptMetadataCapabilityComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseTestScriptTestScriptMetadataCapabilityComponent
(com.google.gson.JsonObject json, TestScript owner) XmlParser.parseTestScriptTestScriptMetadataCapabilityComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptTestScriptMetadataCapabilityComponent
(String name, TestScript.TestScriptMetadataCapabilityComponent element) protected void
RdfParser.composeTestScriptTestScriptMetadataCapabilityComponent
(Turtle.Complex parent, String parentType, String name, TestScript.TestScriptMetadataCapabilityComponent element, int index) protected void
XmlParser.composeTestScriptTestScriptMetadataCapabilityComponent
(String name, TestScript.TestScriptMetadataCapabilityComponent element) protected void
XmlParser.composeTestScriptTestScriptMetadataCapabilityComponentElements
(TestScript.TestScriptMetadataCapabilityComponent element) protected void
JsonParser.composeTestScriptTestScriptMetadataCapabilityComponentInner
(TestScript.TestScriptMetadataCapabilityComponent element) protected boolean
XmlParser.parseTestScriptTestScriptMetadataCapabilityComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptMetadataCapabilityComponent res) protected void
JsonParser.parseTestScriptTestScriptMetadataCapabilityComponentProperties
(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptMetadataCapabilityComponent res) -
Uses of TestScript.TestScriptMetadataCapabilityComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionTestScript.TestScriptMetadataComponent.capability
Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.Modifier and TypeMethodDescriptionTestScript.TestScriptMetadataComponent.addCapability()
TestScript.TestScriptMetadataCapabilityComponent.addOrigin
(int value) TestScript.TestScriptMetadataCapabilityComponent.copy()
TestScript.TestScriptMetadataComponent.getCapabilityFirstRep()
TestScript.TestScriptMetadataCapabilityComponent.setCapabilities
(String value) TestScript.TestScriptMetadataCapabilityComponent.setCapabilitiesElement
(CanonicalType value) TestScript.TestScriptMetadataCapabilityComponent.setDescription
(String value) TestScript.TestScriptMetadataCapabilityComponent.setDescriptionElement
(StringType value) TestScript.TestScriptMetadataCapabilityComponent.setDestination
(int value) TestScript.TestScriptMetadataCapabilityComponent.setDestinationElement
(IntegerType value) TestScript.TestScriptMetadataCapabilityComponent.setOrigin
(List<IntegerType> theOrigin) TestScript.TestScriptMetadataCapabilityComponent.setRequired
(boolean value) TestScript.TestScriptMetadataCapabilityComponent.setRequiredElement
(BooleanType value) TestScript.TestScriptMetadataCapabilityComponent.setValidated
(boolean value) TestScript.TestScriptMetadataCapabilityComponent.setValidatedElement
(BooleanType value) Modifier and TypeMethodDescriptionTestScript.TestScriptMetadataComponent.addCapability
(TestScript.TestScriptMetadataCapabilityComponent t) void
TestScript.TestScriptMetadataCapabilityComponent.copyValues
(TestScript.TestScriptMetadataCapabilityComponent dst) Modifier and TypeMethodDescriptionTestScript.TestScriptMetadataComponent.setCapability
(List<TestScript.TestScriptMetadataCapabilityComponent> theCapability)