Uses of Class
org.hl7.fhir.r4.model.Identifier.IdentifierUse
-
Packages that use Identifier.IdentifierUse Package Description org.hl7.fhir.r4.model -
-
Uses of Identifier.IdentifierUse in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Identifier.IdentifierUse Modifier and Type Field Description protected Enumeration<Identifier.IdentifierUse>Identifier. useThe purpose of this identifier.Methods in org.hl7.fhir.r4.model that return Identifier.IdentifierUse Modifier and Type Method Description static Identifier.IdentifierUseIdentifier.IdentifierUse. fromCode(String codeString)Identifier.IdentifierUseIdentifier.IdentifierUseEnumFactory. fromCode(String codeString)Identifier.IdentifierUseIdentifier. getUse()static Identifier.IdentifierUseIdentifier.IdentifierUse. valueOf(String name)Returns the enum constant of this type with the specified name.static Identifier.IdentifierUse[]Identifier.IdentifierUse. 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 Identifier.IdentifierUse Modifier and Type Method Description Enumeration<Identifier.IdentifierUse>Identifier.IdentifierUseEnumFactory. fromType(Base code)Enumeration<Identifier.IdentifierUse>Identifier. getUseElement()Methods in org.hl7.fhir.r4.model with parameters of type Identifier.IdentifierUse Modifier and Type Method Description IdentifierIdentifier. setUse(Identifier.IdentifierUse value)StringIdentifier.IdentifierUseEnumFactory. toCode(Identifier.IdentifierUse code)StringIdentifier.IdentifierUseEnumFactory. toSystem(Identifier.IdentifierUse code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Identifier.IdentifierUse Modifier and Type Method Description IdentifierIdentifier. setUseElement(Enumeration<Identifier.IdentifierUse> value)
-