Uses of Class
org.hl7.fhir.r5.model.Linkage.LinkageItemComponent
Packages that use Linkage.LinkageItemComponent
-
Uses of Linkage.LinkageItemComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Linkage.LinkageItemComponentModifier and TypeMethodDescriptionprotected Linkage.LinkageItemComponentJsonParser.parseLinkageItemComponent(com.google.gson.JsonObject json)protected Linkage.LinkageItemComponentXmlParser.parseLinkageItemComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Linkage.LinkageItemComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeLinkageItemComponent(String name, Linkage.LinkageItemComponent element)protected voidRdfParser.composeLinkageItemComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Linkage.LinkageItemComponent element, int index)protected voidXmlParser.composeLinkageItemComponent(String name, Linkage.LinkageItemComponent element)protected voidXmlParser.composeLinkageItemComponentElements(Linkage.LinkageItemComponent element)protected voidJsonParser.composeLinkageItemComponentProperties(Linkage.LinkageItemComponent element)protected booleanXmlParser.parseLinkageItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Linkage.LinkageItemComponent res)protected voidJsonParser.parseLinkageItemComponentProperties(com.google.gson.JsonObject json, Linkage.LinkageItemComponent res) -
Uses of Linkage.LinkageItemComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Linkage.LinkageItemComponentModifier and TypeFieldDescriptionprotected List<Linkage.LinkageItemComponent>Linkage.itemIdentifies which record considered as the reference to the same real-world occurrence as well as how the items should be evaluated within the collection of linked items.Methods in org.hl7.fhir.r5.model that return Linkage.LinkageItemComponentModifier and TypeMethodDescriptionLinkage.addItem()Linkage.LinkageItemComponent.copy()Linkage.getItemFirstRep()Linkage.LinkageItemComponent.setResource(Reference value)Linkage.LinkageItemComponent.setType(Linkage.LinkageType value)Linkage.LinkageItemComponent.setTypeElement(Enumeration<Linkage.LinkageType> value)Methods in org.hl7.fhir.r5.model that return types with arguments of type Linkage.LinkageItemComponentMethods in org.hl7.fhir.r5.model with parameters of type Linkage.LinkageItemComponentModifier and TypeMethodDescriptionLinkage.addItem(Linkage.LinkageItemComponent t)voidLinkage.LinkageItemComponent.copyValues(Linkage.LinkageItemComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type Linkage.LinkageItemComponentConstructors in org.hl7.fhir.r5.model with parameters of type Linkage.LinkageItemComponent