
Uses of Class
org.hl7.fhir.r5.model.TestScript.TestScriptMetadataLinkComponent
Packages that use TestScript.TestScriptMetadataLinkComponent
-
Uses of TestScript.TestScriptMetadataLinkComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestScript.TestScriptMetadataLinkComponentModifier and TypeMethodDescriptionJsonParser.parseTestScriptMetadataLinkComponent(com.google.gson.JsonObject json) XmlParser.parseTestScriptMetadataLinkComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestScript.TestScriptMetadataLinkComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptMetadataLinkComponent(String name, TestScript.TestScriptMetadataLinkComponent element) protected voidRdfParser.composeTestScriptMetadataLinkComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestScript.TestScriptMetadataLinkComponent element, int index) protected voidXmlParser.composeTestScriptMetadataLinkComponent(String name, TestScript.TestScriptMetadataLinkComponent element) protected voidXmlParser.composeTestScriptMetadataLinkComponentElements(TestScript.TestScriptMetadataLinkComponent element) protected voidJsonParser.composeTestScriptMetadataLinkComponentProperties(TestScript.TestScriptMetadataLinkComponent element) protected booleanXmlParser.parseTestScriptMetadataLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript.TestScriptMetadataLinkComponent res) protected voidJsonParser.parseTestScriptMetadataLinkComponentProperties(com.google.gson.JsonObject json, TestScript.TestScriptMetadataLinkComponent res) -
Uses of TestScript.TestScriptMetadataLinkComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestScript.TestScriptMetadataLinkComponentModifier and TypeFieldDescriptionprotected List<TestScript.TestScriptMetadataLinkComponent> TestScript.TestScriptMetadataComponent.linkA link to the FHIR specification that this test is covering.Methods in org.hl7.fhir.r5.model that return TestScript.TestScriptMetadataLinkComponentModifier and TypeMethodDescriptionTestScript.TestScriptMetadataComponent.addLink()TestScript.TestScriptMetadataLinkComponent.copy()TestScript.TestScriptMetadataComponent.getLinkFirstRep()TestScript.TestScriptMetadataLinkComponent.setDescription(String value) TestScript.TestScriptMetadataLinkComponent.setDescriptionElement(StringType value) TestScript.TestScriptMetadataLinkComponent.setUrlElement(UriType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type TestScript.TestScriptMetadataLinkComponentMethods in org.hl7.fhir.r5.model with parameters of type TestScript.TestScriptMetadataLinkComponentModifier and TypeMethodDescriptionTestScript.TestScriptMetadataComponent.addLink(TestScript.TestScriptMetadataLinkComponent t) voidTestScript.TestScriptMetadataLinkComponent.copyValues(TestScript.TestScriptMetadataLinkComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestScript.TestScriptMetadataLinkComponentModifier and TypeMethodDescriptionTestScript.TestScriptMetadataComponent.setLink(List<TestScript.TestScriptMetadataLinkComponent> theLink)