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.Item
Linkage.Item.Builder. build()
Build theLinkage.Item
Methods 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.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.protected void
Linkage.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.Builder
Linkage.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.
-