public enum EnumCV_PatientCharacteristicsForECG extends java.lang.Enum<EnumCV_PatientCharacteristicsForECG>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_PatientCharacteristicsForECG |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_PatientCharacteristicsForECG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_PatientCharacteristicsForECG PATIENT_CHARACTERISTICS_121118
public static final EnumCV_PatientCharacteristicsForECG SUBJECT_AGE_121033
public static final EnumCV_PatientCharacteristicsForECG SUBJECT_SEX_121032
public static final EnumCV_PatientCharacteristicsForECG PATIENT_HEIGHT_8302_2
public static final EnumCV_PatientCharacteristicsForECG PATIENT_WEIGHT_29463_7
public static final EnumCV_PatientCharacteristicsForECG SYSTOLIC_BLOOD_PRESSURE_F_008EC
public static final EnumCV_PatientCharacteristicsForECG DIASTOLIC_BLOOD_PRESSURE_F_008ED
public static final EnumCV_PatientCharacteristicsForECG PATIENT_STATE_109054
public static final EnumCV_PatientCharacteristicsForECG PACEMAKER_IN_SITU_R_00728
public static final EnumCV_PatientCharacteristicsForECG ICD_IN_SITU_R_0077C
public static EnumCV_PatientCharacteristicsForECG[] values()
for (EnumCV_PatientCharacteristicsForECG c : EnumCV_PatientCharacteristicsForECG.values()) System.out.println(c);
public static EnumCV_PatientCharacteristicsForECG 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()