
Uses of Class
org.hl7.fhir.r5.model.TestScript.TestScriptMetadataComponent
Packages that use TestScript.TestScriptMetadataComponent
-
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestScript.TestScriptMetadataComponentModifier and TypeMethodDescriptionprotected TestScript.TestScriptMetadataComponentJsonParser.parseTestScriptMetadataComponent(com.google.gson.JsonObject json) protected TestScript.TestScriptMetadataComponentXmlParser.parseTestScriptMetadataComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestScript.TestScriptMetadataComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptMetadataComponent(String name, TestScript.TestScriptMetadataComponent element) protected voidRdfParser.composeTestScriptMetadataComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestScript.TestScriptMetadataComponent element, int index) protected voidXmlParser.composeTestScriptMetadataComponent(String name, TestScript.TestScriptMetadataComponent element) protected voidXmlParser.composeTestScriptMetadataComponentElements(TestScript.TestScriptMetadataComponent element) protected voidJsonParser.composeTestScriptMetadataComponentProperties(TestScript.TestScriptMetadataComponent element) protected booleanXmlParser.parseTestScriptMetadataComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript.TestScriptMetadataComponent res) protected voidJsonParser.parseTestScriptMetadataComponentProperties(com.google.gson.JsonObject json, TestScript.TestScriptMetadataComponent res) -
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.model with parameters of type TestScript.TestScriptMetadataComponentModifier and TypeMethodDescriptionvoidTestScript.TestScriptMetadataComponent.copyValues(TestScript.TestScriptMetadataComponent dst) TestScript.setMetadata(TestScript.TestScriptMetadataComponent value)