public static enum HumanName.NameUse extends Enum<HumanName.NameUse>
| Enum Constant and Description |
|---|
ANONYMOUS
Anonymous assigned name, alias, or pseudonym (used to protect a person's identity for privacy reasons).
|
MAIDEN
A name used prior to changing name because of marriage.
|
NICKNAME
A name that is used to address the person in an informal manner, but is not part of their formal or usual name.
|
NULL
added to help the parsers with the generic types
|
OFFICIAL
The formal name as registered in an official (government) registry, but which name might not be commonly used.
|
OLD
This name is no longer in use (or was never correct, but retained for records).
|
TEMP
A temporary name.
|
USUAL
Known as/conventional/the one you normally use.
|
| Modifier and Type | Method and Description |
|---|---|
static HumanName.NameUse |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static HumanName.NameUse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HumanName.NameUse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HumanName.NameUse USUAL
public static final HumanName.NameUse OFFICIAL
public static final HumanName.NameUse TEMP
public static final HumanName.NameUse NICKNAME
public static final HumanName.NameUse ANONYMOUS
public static final HumanName.NameUse OLD
public static final HumanName.NameUse MAIDEN
public static final HumanName.NameUse NULL
public static HumanName.NameUse[] values()
for (HumanName.NameUse c : HumanName.NameUse.values()) System.out.println(c);
public static HumanName.NameUse valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static HumanName.NameUse fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.