public enum EnumCV_VascularPatientCharacteristics extends java.lang.Enum<EnumCV_VascularPatientCharacteristics>
| Enum Constant and Description |
|---|
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_VascularPatientCharacteristics |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_VascularPatientCharacteristics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_VascularPatientCharacteristics PATIENT_CHARACTERISTICS_121118
public static final EnumCV_VascularPatientCharacteristics SUBJECT_AGE_121033
public static final EnumCV_VascularPatientCharacteristics SUBJECT_SEX_121032
public static final EnumCV_VascularPatientCharacteristics HEART_RATE_8867_4
public static final EnumCV_VascularPatientCharacteristics SYSTOLIC_BLOOD_PRESSURE_F_008EC
public static final EnumCV_VascularPatientCharacteristics DIASTOLIC_BLOOD_PRESSURE_F_008ED
public static EnumCV_VascularPatientCharacteristics[] values()
for (EnumCV_VascularPatientCharacteristics c : EnumCV_VascularPatientCharacteristics.values()) System.out.println(c);
public static EnumCV_VascularPatientCharacteristics 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()