Uses of Class
org.hl7.fhir.r4.model.TestScript.TestScriptMetadataLinkComponent
-
Packages that use TestScript.TestScriptMetadataLinkComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestScript.TestScriptMetadataLinkComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.TestScriptMetadataLinkComponent Modifier and Type Method Description protected TestScript.TestScriptMetadataLinkComponentJsonParser. parseTestScriptTestScriptMetadataLinkComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptMetadataLinkComponentXmlParser. parseTestScriptTestScriptMetadataLinkComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript.TestScriptMetadataLinkComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.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.r4.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.r4.model with type arguments of type TestScript.TestScriptMetadataLinkComponent Modifier and Type Method Description TestScript.TestScriptMetadataComponentTestScript.TestScriptMetadataComponent. setLink(List<TestScript.TestScriptMetadataLinkComponent> theLink)
-