Uses of Class
com.ibm.fhir.model.resource.Linkage.Item
-
Packages that use Linkage.Item Package Description com.ibm.fhir.model.resource -
-
Uses of Linkage.Item in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Linkage.Item Modifier and Type Method Description Linkage.ItemLinkage.Item.Builder. build()Build theLinkage.ItemMethods in com.ibm.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 com.ibm.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 com.ibm.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.
-