Enum HspcSpecialArrangement
- java.lang.Object
-
- java.lang.Enum<HspcSpecialArrangement>
-
- org.hl7.fhir.dstu2016may.model.codesystems.HspcSpecialArrangement
-
- All Implemented Interfaces:
Serializable,Comparable<HspcSpecialArrangement>
public enum HspcSpecialArrangement extends Enum<HspcSpecialArrangement>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _182847A device used to convey an individual from one place to another where the individual is in a lying position and is carried by others._182850A device, comprising a chair with wheels, used for individuals that cannot walk._30719A suuplimental substance given to patients who cannot obtain appropriate level of environmental oxygen through natural breathing._528123036An individual that translates spoken language to a language that is understood by the receiver._528123037A canine that has been trained to lead an idividual that is blind._528123038A device that monitors an idividual's heart rate.NULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HspcSpecialArrangementfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static HspcSpecialArrangementvalueOf(String name)Returns the enum constant of this type with the specified name.static HspcSpecialArrangement[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_182850
public static final HspcSpecialArrangement _182850
A device, comprising a chair with wheels, used for individuals that cannot walk.
-
_528123036
public static final HspcSpecialArrangement _528123036
An individual that translates spoken language to a language that is understood by the receiver.
-
_182847
public static final HspcSpecialArrangement _182847
A device used to convey an individual from one place to another where the individual is in a lying position and is carried by others.
-
_528123037
public static final HspcSpecialArrangement _528123037
A canine that has been trained to lead an idividual that is blind.
-
_30719
public static final HspcSpecialArrangement _30719
A suuplimental substance given to patients who cannot obtain appropriate level of environmental oxygen through natural breathing.
-
_528123038
public static final HspcSpecialArrangement _528123038
A device that monitors an idividual's heart rate.
-
NULL
public static final HspcSpecialArrangement NULL
added to help the parsers
-
-
Method Detail
-
values
public static HspcSpecialArrangement[] 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 (HspcSpecialArrangement c : HspcSpecialArrangement.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HspcSpecialArrangement 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 HspcSpecialArrangement fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-