public enum EnumCV_PatientPresentationCath extends java.lang.Enum<EnumCV_PatientPresentationCath>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_PatientPresentationCath |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_PatientPresentationCath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_PatientPresentationCath PATIENT_TRANSFERRED_FROM_122128
public static final EnumCV_PatientPresentationCath ADMISSION_DATE_TIME_15
public static final EnumCV_PatientPresentationCath ADMISSION_STATUS_17
public static final EnumCV_PatientPresentationCath INSURANCE_PAYOR_TYPE_18
public static final EnumCV_PatientPresentationCath CONGESTIVE_HEART_FAILURE_PRIOR_TO_PROCEDURE_46
public static final EnumCV_PatientPresentationCath NYHA_CLASSIFICATION_47
public static final EnumCV_PatientPresentationCath NONINVASIVE_TESTING_ISCHEMIA_48
public static final EnumCV_PatientPresentationCath PRE_CATH_ANGINA_TYPE_49
public static final EnumCV_PatientPresentationCath PRE_CATH_CANADIAN_CLASSIFICATION_50
public static final EnumCV_PatientPresentationCath ACUTE_CORONARY_SYNDROME_TIME_PERIOD_51
public static final EnumCV_PatientPresentationCath INDICATIONS_FOR_PROCEDURE_18785_6
public static final EnumCV_PatientPresentationCath FINDING_121071
public static final EnumCV_PatientPresentationCath LV_EJECTION_FRACTION_10230_1
public static final EnumCV_PatientPresentationCath MEASUREMENT_METHOD_G_C036
public static final EnumCV_PatientPresentationCath PREVIOUS_FINDING_121069
public static final EnumCV_PatientPresentationCath PATIENT_PRESENTATION_12111
public static EnumCV_PatientPresentationCath[] values()
for (EnumCV_PatientPresentationCath c : EnumCV_PatientPresentationCath.values()) System.out.println(c);
public static EnumCV_PatientPresentationCath 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()