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.Item
Linkage.Item.Builder. build()
Build theLinkage.Item
Methods in com.ibm.fhir.model.resource that return types with arguments of type Linkage.Item Modifier and Type Method Description 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.Builder
Linkage.Item.Builder. from(Linkage.Item item)
Linkage.Builder
Linkage.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type Linkage.Item Modifier and Type Method Description Linkage.Builder
Linkage.Builder. item(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.
-