Uses of Enum
org.hl7.fhir.r4.model.HumanName.NameUse
-
Uses of HumanName.NameUse in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<HumanName.NameUse> HumanName.use
Identifies the purpose for this name.Modifier and TypeMethodDescriptionstatic HumanName.NameUse
HumanName.getUse()
static HumanName.NameUse
Returns the enum constant of this type with the specified name.static HumanName.NameUse[]
HumanName.NameUse.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionHumanName.NameUseEnumFactory.fromType
(PrimitiveType<?> code) HumanName.getUseElement()
Modifier and TypeMethodDescriptionHumanName.setUse
(HumanName.NameUse value) HumanName.NameUseEnumFactory.toCode
(HumanName.NameUse code) HumanName.NameUseEnumFactory.toSystem
(HumanName.NameUse code)