| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<HumanName.NameUse> |
HumanName.use
Identifies the purpose for this name.
|
| Modifier and Type | Method and Description |
|---|---|
static HumanName.NameUse |
HumanName.NameUse.fromCode(String codeString) |
HumanName.NameUse |
HumanName.NameUseEnumFactory.fromCode(String codeString) |
HumanName.NameUse |
HumanName.getUse() |
static HumanName.NameUse |
HumanName.NameUse.valueOf(String name)
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 Type | Method and Description |
|---|---|
Enumeration<HumanName.NameUse> |
HumanName.NameUseEnumFactory.fromType(Base code) |
Enumeration<HumanName.NameUse> |
HumanName.getUseElement() |
| Modifier and Type | Method and Description |
|---|---|
HumanName |
HumanName.setUse(HumanName.NameUse value) |
String |
HumanName.NameUseEnumFactory.toCode(HumanName.NameUse code) |
String |
HumanName.NameUseEnumFactory.toSystem(HumanName.NameUse code) |
| Modifier and Type | Method and Description |
|---|---|
HumanName |
HumanName.setUseElement(Enumeration<HumanName.NameUse> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.