Uses of Class
org.hl7.fhir.r4b.model.TestScript.TestScriptMetadataLinkComponent
-
Packages that use TestScript.TestScriptMetadataLinkComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of TestScript.TestScriptMetadataLinkComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return TestScript.TestScriptMetadataLinkComponent Modifier and Type Method Description protected TestScript.TestScriptMetadataLinkComponentJsonParser. parseTestScriptMetadataLinkComponent(com.google.gson.JsonObject json)protected TestScript.TestScriptMetadataLinkComponentXmlParser. parseTestScriptMetadataLinkComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of TestScript.TestScriptMetadataLinkComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type TestScript.TestScriptMetadataLinkComponent Modifier and Type Field Description protected List<TestScript.TestScriptMetadataLinkComponent>TestScript.TestScriptMetadataComponent. linkA link to the FHIR specification that this test is covering.Methods in org.hl7.fhir.r4b.model that return TestScript.TestScriptMetadataLinkComponent Modifier and Type Method Description TestScript.TestScriptMetadataLinkComponentTestScript.TestScriptMetadataComponent. addLink()TestScript.TestScriptMetadataLinkComponentTestScript.TestScriptMetadataLinkComponent. copy()TestScript.TestScriptMetadataLinkComponentTestScript.TestScriptMetadataComponent. getLinkFirstRep()TestScript.TestScriptMetadataLinkComponentTestScript.TestScriptMetadataLinkComponent. setDescription(String value)TestScript.TestScriptMetadataLinkComponentTestScript.TestScriptMetadataLinkComponent. setDescriptionElement(StringType value)TestScript.TestScriptMetadataLinkComponentTestScript.TestScriptMetadataLinkComponent. setUrl(String value)TestScript.TestScriptMetadataLinkComponentTestScript.TestScriptMetadataLinkComponent. setUrlElement(UriType value)Methods in org.hl7.fhir.r4b.model that return types with arguments of type TestScript.TestScriptMetadataLinkComponent Modifier and Type Method Description List<TestScript.TestScriptMetadataLinkComponent>TestScript.TestScriptMetadataComponent. getLink()Methods in org.hl7.fhir.r4b.model with parameters of type TestScript.TestScriptMetadataLinkComponent Modifier and Type Method Description TestScript.TestScriptMetadataComponentTestScript.TestScriptMetadataComponent. addLink(TestScript.TestScriptMetadataLinkComponent t)voidTestScript.TestScriptMetadataLinkComponent. copyValues(TestScript.TestScriptMetadataLinkComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type TestScript.TestScriptMetadataLinkComponent Modifier and Type Method Description TestScript.TestScriptMetadataComponentTestScript.TestScriptMetadataComponent. setLink(List<TestScript.TestScriptMetadataLinkComponent> theLink)
-