public enum V3EntityNamePartType extends Enum<V3EntityNamePartType>
| Enum Constant and Description |
|---|
DEL
A delimiter has no meaning other than being literally printed in this name representation.
|
FAM
Family name, this is the name that links to the genealogy.
|
GIV
Given name (don't call it "first name" since this given names do not always come first)
|
NULL
added to help the parsers
|
PFX
A prefix has a strong association to the immediately following name part.
|
SFX
Description:A suffix has a strong association to the immediately preceding name part.
|
| Modifier and Type | Method and Description |
|---|---|
static V3EntityNamePartType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3EntityNamePartType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3EntityNamePartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3EntityNamePartType DEL
public static final V3EntityNamePartType FAM
public static final V3EntityNamePartType GIV
public static final V3EntityNamePartType PFX
public static final V3EntityNamePartType SFX
public static final V3EntityNamePartType NULL
public static V3EntityNamePartType[] values()
for (V3EntityNamePartType c : V3EntityNamePartType.values()) System.out.println(c);
public static V3EntityNamePartType 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 V3EntityNamePartType 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.