Enum HspcBodytempmethoddevice
- java.lang.Object
-
- java.lang.Enum<HspcBodytempmethoddevice>
-
- org.hl7.fhir.dstu2016may.model.codesystems.HspcBodytempmethoddevice
-
- All Implemented Interfaces:
Serializable,Comparable<HspcBodytempmethoddevice>
public enum HspcBodytempmethoddevice extends Enum<HspcBodytempmethoddevice>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _30277The electronic thermometer that displays body temperature in numeric values._30522The thermometer that measure the temperature by the intensity of infrared light emission._82735Thermoluminescent diode thermometer is a thermometer that measures the temperature of the emitted heat from the surface of an area._84301MRI diffusion thermometer is an instrument that uses MRI diffusion to indicate the temperature of a substance.NULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HspcBodytempmethoddevicefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static HspcBodytempmethoddevicevalueOf(String name)Returns the enum constant of this type with the specified name.static HspcBodytempmethoddevice[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_30277
public static final HspcBodytempmethoddevice _30277
The electronic thermometer that displays body temperature in numeric values.
-
_30522
public static final HspcBodytempmethoddevice _30522
The thermometer that measure the temperature by the intensity of infrared light emission.
-
_82735
public static final HspcBodytempmethoddevice _82735
Thermoluminescent diode thermometer is a thermometer that measures the temperature of the emitted heat from the surface of an area.
-
_84301
public static final HspcBodytempmethoddevice _84301
MRI diffusion thermometer is an instrument that uses MRI diffusion to indicate the temperature of a substance.
-
NULL
public static final HspcBodytempmethoddevice NULL
added to help the parsers
-
-
Method Detail
-
values
public static HspcBodytempmethoddevice[] 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 (HspcBodytempmethoddevice c : HspcBodytempmethoddevice.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HspcBodytempmethoddevice 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 HspcBodytempmethoddevice fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-