public enum EnumCV_EchocardiographyPatientCharacteristics extends java.lang.Enum<EnumCV_EchocardiographyPatientCharacteristics>
| Enum Constant and Description |
|---|
BODY_SURFACE_AREA_8277_6 |
BODY_SURFACE_AREA_FORMULA_8248_4 |
DIASTOLIC_BLOOD_PRESSURE_F_008ED |
HEART_RATE_8867_4 |
PATIENT_CHARACTERISTICS_121118 |
SUBJECT_AGE_121033 |
SUBJECT_SEX_121032 |
SYSTOLIC_BLOOD_PRESSURE_F_008EC |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_EchocardiographyPatientCharacteristics |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_EchocardiographyPatientCharacteristics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_EchocardiographyPatientCharacteristics PATIENT_CHARACTERISTICS_121118
public static final EnumCV_EchocardiographyPatientCharacteristics SUBJECT_AGE_121033
public static final EnumCV_EchocardiographyPatientCharacteristics SUBJECT_SEX_121032
public static final EnumCV_EchocardiographyPatientCharacteristics HEART_RATE_8867_4
public static final EnumCV_EchocardiographyPatientCharacteristics SYSTOLIC_BLOOD_PRESSURE_F_008EC
public static final EnumCV_EchocardiographyPatientCharacteristics DIASTOLIC_BLOOD_PRESSURE_F_008ED
public static final EnumCV_EchocardiographyPatientCharacteristics BODY_SURFACE_AREA_8277_6
public static final EnumCV_EchocardiographyPatientCharacteristics BODY_SURFACE_AREA_FORMULA_8248_4
public static EnumCV_EchocardiographyPatientCharacteristics[] values()
for (EnumCV_EchocardiographyPatientCharacteristics c : EnumCV_EchocardiographyPatientCharacteristics.values()) System.out.println(c);
public static EnumCV_EchocardiographyPatientCharacteristics valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()