Uses of Enum
org.hl7.fhir.r4.model.Identifier.IdentifierUse
-
Uses of Identifier.IdentifierUse in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Identifier.IdentifierUse> Identifier.use
The purpose of this identifier.Modifier and TypeMethodDescriptionstatic Identifier.IdentifierUse
Identifier.getUse()
static Identifier.IdentifierUse
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.Modifier and TypeMethodDescriptionIdentifier.IdentifierUseEnumFactory.fromType
(PrimitiveType<?> code) Identifier.getUseElement()
Modifier and TypeMethodDescriptionIdentifier.setUse
(Identifier.IdentifierUse value) Identifier.IdentifierUseEnumFactory.toCode
(Identifier.IdentifierUse code) Identifier.IdentifierUseEnumFactory.toSystem
(Identifier.IdentifierUse code) Modifier and TypeMethodDescriptionIdentifier.setUseElement
(Enumeration<Identifier.IdentifierUse> value)