public enum EnumCM_PatientPresentationCath extends java.lang.Enum<EnumCM_PatientPresentationCath>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_PatientPresentationCath |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_PatientPresentationCath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_PatientPresentationCath PATIENT_TRANSFERRED_FROM
public static final EnumCM_PatientPresentationCath ADMISSION_DATE_TIME
public static final EnumCM_PatientPresentationCath ADMISSION_STATUS
public static final EnumCM_PatientPresentationCath INSURANCE_PAYOR_TYPE
public static final EnumCM_PatientPresentationCath CONGESTIVE_HEART_FAILURE_PRIOR_TO_PROCEDURE
public static final EnumCM_PatientPresentationCath NYHA_CLASSIFICATION
public static final EnumCM_PatientPresentationCath NONINVASIVE_TESTING_ISCHEMIA
public static final EnumCM_PatientPresentationCath PRE_CATH_ANGINA_TYPE
public static final EnumCM_PatientPresentationCath PRE_CATH_CANADIAN_CLASSIFICATION
public static final EnumCM_PatientPresentationCath ACUTE_CORONARY_SYNDROME_TIME_PERIOD
public static final EnumCM_PatientPresentationCath INDICATIONS_FOR_PROCEDURE
public static final EnumCM_PatientPresentationCath FINDING
public static final EnumCM_PatientPresentationCath LV_EJECTION_FRACTION
public static final EnumCM_PatientPresentationCath MEASUREMENT_METHOD
public static final EnumCM_PatientPresentationCath PREVIOUS_FINDING
public static final EnumCM_PatientPresentationCath PATIENT_PRESENTATION
public static EnumCM_PatientPresentationCath[] values()
for (EnumCM_PatientPresentationCath c : EnumCM_PatientPresentationCath.values()) System.out.println(c);
public static EnumCM_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()