Uses of Class
org.hl7.fhir.r4.model.Linkage.LinkageType
-
Packages that use Linkage.LinkageType Package Description org.hl7.fhir.r4.model -
-
Uses of Linkage.LinkageType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Linkage.LinkageType Modifier and Type Field Description protected Enumeration<Linkage.LinkageType>Linkage.LinkageItemComponent. typeDistinguishes which item is "source of truth" (if any) and which items are no longer considered to be current representations.Methods in org.hl7.fhir.r4.model that return Linkage.LinkageType Modifier and Type Method Description static Linkage.LinkageTypeLinkage.LinkageType. fromCode(String codeString)Linkage.LinkageTypeLinkage.LinkageTypeEnumFactory. fromCode(String codeString)Linkage.LinkageTypeLinkage.LinkageItemComponent. getType()static Linkage.LinkageTypeLinkage.LinkageType. valueOf(String name)Returns the enum constant of this type with the specified name.static Linkage.LinkageType[]Linkage.LinkageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Linkage.LinkageType Modifier and Type Method Description Enumeration<Linkage.LinkageType>Linkage.LinkageTypeEnumFactory. fromType(Base code)Enumeration<Linkage.LinkageType>Linkage.LinkageItemComponent. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type Linkage.LinkageType Modifier and Type Method Description Linkage.LinkageItemComponentLinkage.LinkageItemComponent. setType(Linkage.LinkageType value)StringLinkage.LinkageTypeEnumFactory. toCode(Linkage.LinkageType code)StringLinkage.LinkageTypeEnumFactory. toSystem(Linkage.LinkageType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Linkage.LinkageType Modifier and Type Method Description Linkage.LinkageItemComponentLinkage.LinkageItemComponent. setTypeElement(Enumeration<Linkage.LinkageType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Linkage.LinkageType Constructor Description LinkageItemComponent(Enumeration<Linkage.LinkageType> type, Reference resource)Constructor
-