Enum HspcObservationWeightPrecond
- java.lang.Object
-
- java.lang.Enum<HspcObservationWeightPrecond>
-
- org.hl7.fhir.dstu2016may.model.codesystems.HspcObservationWeightPrecond
-
- All Implemented Interfaces:
Serializable,Comparable<HspcObservationWeightPrecond>
public enum HspcObservationWeightPrecond extends Enum<HspcObservationWeightPrecond>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _84123Body weight measured while clothed_84124Body weight measured while unclothed_84127Infant weight while wearing a diaper_84128Infant weight without a diaper_84129Body weight that includes a cast_84130Body weight minus the weight of a cast_84131Body weight including a prosthetic limb_84132Body weight minus the weight of a prosthetic limb_84133Body weight including a brace_84134Body weight minus the weight of a brace_84135Body weight including a gown or drape_84136Body weight the includes some other weight_84137Body weight after subtracting some other included weightNULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HspcObservationWeightPrecondfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static HspcObservationWeightPrecondvalueOf(String name)Returns the enum constant of this type with the specified name.static HspcObservationWeightPrecond[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_84123
public static final HspcObservationWeightPrecond _84123
Body weight measured while clothed
-
_84124
public static final HspcObservationWeightPrecond _84124
Body weight measured while unclothed
-
_84127
public static final HspcObservationWeightPrecond _84127
Infant weight while wearing a diaper
-
_84128
public static final HspcObservationWeightPrecond _84128
Infant weight without a diaper
-
_84129
public static final HspcObservationWeightPrecond _84129
Body weight that includes a cast
-
_84130
public static final HspcObservationWeightPrecond _84130
Body weight minus the weight of a cast
-
_84131
public static final HspcObservationWeightPrecond _84131
Body weight including a prosthetic limb
-
_84132
public static final HspcObservationWeightPrecond _84132
Body weight minus the weight of a prosthetic limb
-
_84133
public static final HspcObservationWeightPrecond _84133
Body weight including a brace
-
_84134
public static final HspcObservationWeightPrecond _84134
Body weight minus the weight of a brace
-
_84135
public static final HspcObservationWeightPrecond _84135
Body weight including a gown or drape
-
_84136
public static final HspcObservationWeightPrecond _84136
Body weight the includes some other weight
-
_84137
public static final HspcObservationWeightPrecond _84137
Body weight after subtracting some other included weight
-
NULL
public static final HspcObservationWeightPrecond NULL
added to help the parsers
-
-
Method Detail
-
values
public static HspcObservationWeightPrecond[] 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 (HspcObservationWeightPrecond c : HspcObservationWeightPrecond.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HspcObservationWeightPrecond 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 HspcObservationWeightPrecond fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-