public enum EnumCV_PatientHistoryCath extends java.lang.Enum<EnumCV_PatientHistoryCath>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_PatientHistoryCath |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_PatientHistoryCath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_PatientHistoryCath HISTORY_121060
public static final EnumCV_PatientHistoryCath PREVIOUS_MYOCARDIAL_INFARCTION_1_WEEK_PRIOR_36
public static final EnumCV_PatientHistoryCath TYPE_OF_MYOCARDIAL_INFARCTION_122170
public static final EnumCV_PatientHistoryCath DIABETIC_THERAPY_31_1
public static final EnumCV_PatientHistoryCath LIPID_LOWERING_THERAPY_39_1
public static final EnumCV_PatientHistoryCath SMOKING_HISTORY_38
public static final EnumCV_PatientHistoryCath PRIOR_REPORT_FOR_CURRENT_PATIENT_122075
public static final EnumCV_PatientHistoryCath DOCUMENT_TITLE_121144
public static EnumCV_PatientHistoryCath[] values()
for (EnumCV_PatientHistoryCath c : EnumCV_PatientHistoryCath.values()) System.out.println(c);
public static EnumCV_PatientHistoryCath 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()