public enum EnumCM_IndicationsForStressTest extends java.lang.Enum<EnumCM_IndicationsForStressTest>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_IndicationsForStressTest |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_IndicationsForStressTest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_IndicationsForStressTest CHEST_PAIN
public static final EnumCM_IndicationsForStressTest PRE_OPERATIVE
public static final EnumCM_IndicationsForStressTest CORONARY_ARTERY_DISEASE
public static final EnumCM_IndicationsForStressTest HEART_FAILURE
public static final EnumCM_IndicationsForStressTest HEART_DISEASE_RISK_FACTORS
public static final EnumCM_IndicationsForStressTest DYSPNEA
public static final EnumCM_IndicationsForStressTest POST_PTCA
public static final EnumCM_IndicationsForStressTest HISTORY_OF_CABG
public static final EnumCM_IndicationsForStressTest ABNORMAL_EXERCISE_TOLERANCE_TEST
public static final EnumCM_IndicationsForStressTest ABNORMAL_ECG
public static final EnumCM_IndicationsForStressTest ARRHYTHMIA
public static final EnumCM_IndicationsForStressTest ANGINA_PECTORIS
public static final EnumCM_IndicationsForStressTest HYPERTENSION
public static final EnumCM_IndicationsForStressTest PALPITATIONS
public static final EnumCM_IndicationsForStressTest SUPRAVENTRICULAR_TACHYCARDIA
public static final EnumCM_IndicationsForStressTest SYNCOPE
public static final EnumCM_IndicationsForStressTest HISTORY_OF_MYOCARDIAL_INFARCTION
public static final EnumCM_IndicationsForStressTest LEFT_BUNDLE_BRANCH_BLOCK
public static final EnumCM_IndicationsForStressTest VALVULAR_HEART_DISEASE
public static final EnumCM_IndicationsForStressTest OCCUPATIONAL_REQUIREMENT
public static EnumCM_IndicationsForStressTest[] values()
for (EnumCM_IndicationsForStressTest c : EnumCM_IndicationsForStressTest.values()) System.out.println(c);
public static EnumCM_IndicationsForStressTest 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()