Enum HspcPatientAdoptionInfo
- java.lang.Object
-
- java.lang.Enum<HspcPatientAdoptionInfo>
-
- org.hl7.fhir.dstu2016may.model.codesystems.HspcPatientAdoptionInfo
-
- All Implemented Interfaces:
Serializable,Comparable<HspcPatientAdoptionInfo>
public enum HspcPatientAdoptionInfo extends Enum<HspcPatientAdoptionInfo>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _526742432An indication that the medical records being viewed are from a time prior to a patient's adoption and therefore cannot be viewed by the adoptive gaurdians._526742433An indication that the medical records being viewed are from a time after a patient's adoption and can be viewed by the adoptive gaurdians.NULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HspcPatientAdoptionInfofromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static HspcPatientAdoptionInfovalueOf(String name)Returns the enum constant of this type with the specified name.static HspcPatientAdoptionInfo[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_526742432
public static final HspcPatientAdoptionInfo _526742432
An indication that the medical records being viewed are from a time prior to a patient's adoption and therefore cannot be viewed by the adoptive gaurdians.
-
_526742433
public static final HspcPatientAdoptionInfo _526742433
An indication that the medical records being viewed are from a time after a patient's adoption and can be viewed by the adoptive gaurdians.
-
NULL
public static final HspcPatientAdoptionInfo NULL
added to help the parsers
-
-
Method Detail
-
values
public static HspcPatientAdoptionInfo[] 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 (HspcPatientAdoptionInfo c : HspcPatientAdoptionInfo.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HspcPatientAdoptionInfo 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 HspcPatientAdoptionInfo fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-