public enum V3EntityNamePartTypeR2 extends Enum<V3EntityNamePartTypeR2>
| Enum Constant and Description |
|---|
DEL
Description:A delimiter has no meaning other than being literally printed in this name representation.
|
FAM
Description:Family name, this is the name that links to the genealogy.
|
GIV
Description:Given name.
|
NULL
added to help the parsers
|
TITLE
Description:Part of the name that is acquired as a title due to academic, legal, employment or nobility status etc.
|
| Modifier and Type | Method and Description |
|---|---|
static V3EntityNamePartTypeR2 |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3EntityNamePartTypeR2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3EntityNamePartTypeR2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3EntityNamePartTypeR2 DEL
public static final V3EntityNamePartTypeR2 FAM
public static final V3EntityNamePartTypeR2 GIV
public static final V3EntityNamePartTypeR2 TITLE
public static final V3EntityNamePartTypeR2 NULL
public static V3EntityNamePartTypeR2[] values()
for (V3EntityNamePartTypeR2 c : V3EntityNamePartTypeR2.values()) System.out.println(c);
public static V3EntityNamePartTypeR2 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 V3EntityNamePartTypeR2 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.