Uses of Class
org.linuxforhealth.fhir.model.resource.Linkage.Item
-
Packages that use Linkage.Item Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Linkage.Item in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Linkage.Item Modifier and Type Method Description Linkage.ItemLinkage.Item.Builder. build()Build theLinkage.ItemMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Linkage.Item Modifier and Type Method Description java.util.List<Linkage.Item>Linkage. getItem()Identifies 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.linuxforhealth.fhir.model.resource with parameters of type Linkage.Item Modifier and Type Method Description protected Linkage.Item.BuilderLinkage.Item.Builder. from(Linkage.Item item)Linkage.BuilderLinkage.Builder. item(Linkage.Item... item)Identifies 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.protected voidLinkage.Item.Builder. validate(Linkage.Item item)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Linkage.Item Modifier and Type Method Description Linkage.BuilderLinkage.Builder. item(java.util.Collection<Linkage.Item> item)Identifies 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.
-