Uses of Class
com.ibm.fhir.model.type.code.LinkageType
-
Packages that use LinkageType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of LinkageType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return LinkageType Modifier and Type Method Description LinkageTypeLinkage.Item. getType()Distinguishes which item is "source of truth" (if any) and which items are no longer considered to be current representations.Methods in com.ibm.fhir.model.resource with parameters of type LinkageType Modifier and Type Method Description Linkage.Item.BuilderLinkage.Item.Builder. type(LinkageType type)Distinguishes which item is "source of truth" (if any) and which items are no longer considered to be current representations. -
Uses of LinkageType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as LinkageType Modifier and Type Field Description static LinkageTypeLinkageType. ALTERNATEAlternate Recordstatic LinkageTypeLinkageType. HISTORICALHistorical/Obsolete Recordstatic LinkageTypeLinkageType. SOURCESource of TruthMethods in com.ibm.fhir.model.type.code that return LinkageType Modifier and Type Method Description LinkageTypeLinkageType.Builder. build()static LinkageTypeLinkageType. of(LinkageType.ValueSet value)Factory method for creating LinkageType objects from a passed enum value.static LinkageTypeLinkageType. of(String value)Factory method for creating LinkageType objects from a passed string value.
-