public enum PersonNameUsage extends Enum<PersonNameUsage> implements EnumTuple
| Enum Constant and Description |
|---|
MAIDEN_NAME_OR_NAME_AT_BIRTH |
NEWBORN_NAME |
OTHER_NAME_OR_ALIAS |
PROFESSIONAL_OR_BUSINESS_NAME |
REGISTERED_NAME_OR_LEGAL_NAME |
REPORTING_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternativeCode() |
String |
getCode() |
String |
getCodeSystem() |
String |
getCodeSystemName() |
String |
getCodeSystemVersion() |
String |
getDescriptor() |
String |
getDisplayName() |
String |
getOriginalText() |
boolean |
hasDisplayName() |
static PersonNameUsage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersonNameUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PersonNameUsage REGISTERED_NAME_OR_LEGAL_NAME
public static final PersonNameUsage REPORTING_NAME
public static final PersonNameUsage NEWBORN_NAME
public static final PersonNameUsage PROFESSIONAL_OR_BUSINESS_NAME
public static final PersonNameUsage MAIDEN_NAME_OR_NAME_AT_BIRTH
public static final PersonNameUsage OTHER_NAME_OR_ALIAS
public static PersonNameUsage[] values()
for (PersonNameUsage c : PersonNameUsage.values()) System.out.println(c);
public static PersonNameUsage 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 String getDescriptor()
getDescriptor in interface EnumTuplepublic String getAlternativeCode()
public String getOriginalText()
public String getCodeSystem()
public String getCodeSystemName()
public String getCodeSystemVersion()
public String getDisplayName()
public boolean hasDisplayName()
Copyright © 2021. All rights reserved.