Uses of Class
org.hl7.fhir.r4b.model.TestScript.TestScriptMetadataComponent
-
Packages that use TestScript.TestScriptMetadataComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return TestScript.TestScriptMetadataComponent Modifier and Type Method Description protected TestScript.TestScriptMetadataComponentJsonParser. parseTestScriptMetadataComponent(com.google.gson.JsonObject json)protected TestScript.TestScriptMetadataComponentXmlParser. parseTestScriptMetadataComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model declared as TestScript.TestScriptMetadataComponent Modifier and Type Field Description protected TestScript.TestScriptMetadataComponentTestScript. metadataThe required capability must exist and are assumed to function correctly on the FHIR server being tested.Methods in org.hl7.fhir.r4b.model that return TestScript.TestScriptMetadataComponent Modifier and Type Method Description TestScript.TestScriptMetadataComponentTestScript.TestScriptMetadataComponent. addCapability(TestScript.TestScriptMetadataCapabilityComponent t)TestScript.TestScriptMetadataComponentTestScript.TestScriptMetadataComponent. addLink(TestScript.TestScriptMetadataLinkComponent t)TestScript.TestScriptMetadataComponentTestScript.TestScriptMetadataComponent. copy()TestScript.TestScriptMetadataComponentTestScript. getMetadata()TestScript.TestScriptMetadataComponentTestScript.TestScriptMetadataComponent. setCapability(List<TestScript.TestScriptMetadataCapabilityComponent> theCapability)TestScript.TestScriptMetadataComponentTestScript.TestScriptMetadataComponent. setLink(List<TestScript.TestScriptMetadataLinkComponent> theLink)Methods in org.hl7.fhir.r4b.model with parameters of type TestScript.TestScriptMetadataComponent Modifier and Type Method Description voidTestScript.TestScriptMetadataComponent. copyValues(TestScript.TestScriptMetadataComponent dst)TestScriptTestScript. setMetadata(TestScript.TestScriptMetadataComponent value)
-