Enum HspcObservationWeightMeasMethodDevice
- java.lang.Object
-
- java.lang.Enum<HspcObservationWeightMeasMethodDevice>
-
- org.hl7.fhir.dstu2016may.model.codesystems.HspcObservationWeightMeasMethodDevice
-
- All Implemented Interfaces:
Serializable,Comparable<HspcObservationWeightMeasMethodDevice>
public enum HspcObservationWeightMeasMethodDevice extends Enum<HspcObservationWeightMeasMethodDevice>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _1964A scale that measures the weight of a patient by measuring the total mass of a bed and patient, then subtracts the known mass of the bed._2007A scale that measures the weight of a patient by measuring the total mass of a chair and patient, then subtracts the known mass of the chair._2139A scale for patients that are unable to stand, patients sit in a sling attached to a boom._2142A scale upon which an individual will stand to measure body weight_2180A measurement of lean body weight made by immersing an individual in water and then measuring the mass of the displacement._2181A measurement of lean body weight made by measuring the thickness of a fold of skin._2185A body weight based on other measurements plotted on a percentile chart._50550851A scale designed for use with infants only_521443011A measuring tape created to relate a child's height, as measured by the tape to the child's weightNULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HspcObservationWeightMeasMethodDevicefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static HspcObservationWeightMeasMethodDevicevalueOf(String name)Returns the enum constant of this type with the specified name.static HspcObservationWeightMeasMethodDevice[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_1964
public static final HspcObservationWeightMeasMethodDevice _1964
A scale that measures the weight of a patient by measuring the total mass of a bed and patient, then subtracts the known mass of the bed.
-
_2007
public static final HspcObservationWeightMeasMethodDevice _2007
A scale that measures the weight of a patient by measuring the total mass of a chair and patient, then subtracts the known mass of the chair.
-
_2139
public static final HspcObservationWeightMeasMethodDevice _2139
A scale for patients that are unable to stand, patients sit in a sling attached to a boom.
-
_2142
public static final HspcObservationWeightMeasMethodDevice _2142
A scale upon which an individual will stand to measure body weight
-
_2180
public static final HspcObservationWeightMeasMethodDevice _2180
A measurement of lean body weight made by immersing an individual in water and then measuring the mass of the displacement.
-
_2181
public static final HspcObservationWeightMeasMethodDevice _2181
A measurement of lean body weight made by measuring the thickness of a fold of skin.
-
_2185
public static final HspcObservationWeightMeasMethodDevice _2185
A body weight based on other measurements plotted on a percentile chart.
-
_50550851
public static final HspcObservationWeightMeasMethodDevice _50550851
A scale designed for use with infants only
-
_521443011
public static final HspcObservationWeightMeasMethodDevice _521443011
A measuring tape created to relate a child's height, as measured by the tape to the child's weight
-
NULL
public static final HspcObservationWeightMeasMethodDevice NULL
added to help the parsers
-
-
Method Detail
-
values
public static HspcObservationWeightMeasMethodDevice[] 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 (HspcObservationWeightMeasMethodDevice c : HspcObservationWeightMeasMethodDevice.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HspcObservationWeightMeasMethodDevice 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 HspcObservationWeightMeasMethodDevice fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-