Enum HspcPatientPersonNameUse
- java.lang.Object
-
- java.lang.Enum<HspcPatientPersonNameUse>
-
- org.hl7.fhir.dstu2016may.model.codesystems.HspcPatientPersonNameUse
-
- All Implemented Interfaces:
Serializable,Comparable<HspcPatientPersonNameUse>
public enum HspcPatientPersonNameUse extends Enum<HspcPatientPersonNameUse>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HspcPatientPersonNameUsefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static HspcPatientPersonNameUsevalueOf(String name)Returns the enum constant of this type with the specified name.static HspcPatientPersonNameUse[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_188
public static final HspcPatientPersonNameUse _188
A name by which an individual previously identified by.
-
_191
public static final HspcPatientPersonNameUse _191
The name by which an individual prefers to be known by.
-
_812
public static final HspcPatientPersonNameUse _812
The name by which an individual in known by professionally.
-
NULL
public static final HspcPatientPersonNameUse NULL
added to help the parsers
-
-
Method Detail
-
values
public static HspcPatientPersonNameUse[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (HspcPatientPersonNameUse c : HspcPatientPersonNameUse.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HspcPatientPersonNameUse valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromCode
public static HspcPatientPersonNameUse fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-