
Uses of Class
org.hl7.fhir.r4.model.TestScript.TestScriptMetadataComponent
Packages that use TestScript.TestScriptMetadataComponent
-
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.TestScriptMetadataComponentModifier and TypeMethodDescriptionprotected TestScript.TestScriptMetadataComponentJsonParser.parseTestScriptTestScriptMetadataComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptMetadataComponentXmlParser.parseTestScriptTestScriptMetadataComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Methods in org.hl7.fhir.r4.formats with parameters of type TestScript.TestScriptMetadataComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptTestScriptMetadataComponent(String name, TestScript.TestScriptMetadataComponent element) protected voidRdfParser.composeTestScriptTestScriptMetadataComponent(Turtle.Complex parent, String parentType, String name, TestScript.TestScriptMetadataComponent element, int index) protected voidXmlParser.composeTestScriptTestScriptMetadataComponent(String name, TestScript.TestScriptMetadataComponent element) protected voidXmlParser.composeTestScriptTestScriptMetadataComponentElements(TestScript.TestScriptMetadataComponent element) protected voidJsonParser.composeTestScriptTestScriptMetadataComponentInner(TestScript.TestScriptMetadataComponent element) protected booleanXmlParser.parseTestScriptTestScriptMetadataComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptMetadataComponent res) protected voidJsonParser.parseTestScriptTestScriptMetadataComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptMetadataComponent res) -
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as TestScript.TestScriptMetadataComponentModifier and TypeFieldDescriptionprotected TestScript.TestScriptMetadataComponentTestScript.metadataThe required capability must exist and are assumed to function correctly on the FHIR server being tested.Methods in org.hl7.fhir.r4.model that return TestScript.TestScriptMetadataComponentModifier 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) Methods in org.hl7.fhir.r4.model with parameters of type TestScript.TestScriptMetadataComponentModifier and TypeMethodDescriptionvoidTestScript.TestScriptMetadataComponent.copyValues(TestScript.TestScriptMetadataComponent dst) TestScript.setMetadata(TestScript.TestScriptMetadataComponent value)