public enum EnumCV_IndicationsForStressTest extends java.lang.Enum<EnumCV_IndicationsForStressTest>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_IndicationsForStressTest |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_IndicationsForStressTest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_IndicationsForStressTest CHEST_PAIN_F_37000
public static final EnumCV_IndicationsForStressTest PRE_OPERATIVE_R_413C5
public static final EnumCV_IndicationsForStressTest CORONARY_ARTERY_DISEASE_D3_13040
public static final EnumCV_IndicationsForStressTest HEART_FAILURE_D3_16000
public static final EnumCV_IndicationsForStressTest HEART_DISEASE_RISK_FACTORS_F_03C97
public static final EnumCV_IndicationsForStressTest DYSPNEA_F_201B3
public static final EnumCV_IndicationsForStressTest POST_PTCA_R_00357
public static final EnumCV_IndicationsForStressTest HISTORY_OF_CABG_G_03A5
public static final EnumCV_IndicationsForStressTest ABNORMAL_EXERCISE_TOLERANCE_TEST_F_00103
public static final EnumCV_IndicationsForStressTest ABNORMAL_ECG_F_38002
public static final EnumCV_IndicationsForStressTest ARRHYTHMIA_D3_30000
public static final EnumCV_IndicationsForStressTest ANGINA_PECTORIS_D3_13012
public static final EnumCV_IndicationsForStressTest HYPERTENSION_D3_02000
public static final EnumCV_IndicationsForStressTest PALPITATIONS_F_37150
public static final EnumCV_IndicationsForStressTest SUPRAVENTRICULAR_TACHYCARDIA_D3_31290
public static final EnumCV_IndicationsForStressTest SYNCOPE_D3_00006
public static final EnumCV_IndicationsForStressTest HISTORY_OF_MYOCARDIAL_INFARCTION_G_03AA
public static final EnumCV_IndicationsForStressTest LEFT_BUNDLE_BRANCH_BLOCK_D3_33120
public static final EnumCV_IndicationsForStressTest VALVULAR_HEART_DISEASE_D3_10800
public static final EnumCV_IndicationsForStressTest OCCUPATIONAL_REQUIREMENT_P7_00044
public static EnumCV_IndicationsForStressTest[] values()
for (EnumCV_IndicationsForStressTest c : EnumCV_IndicationsForStressTest.values()) System.out.println(c);
public static EnumCV_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()