public enum EnumCV_IndicationsForPharmacologicalStressTest extends java.lang.Enum<EnumCV_IndicationsForPharmacologicalStressTest>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_IndicationsForPharmacologicalStressTest |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_IndicationsForPharmacologicalStressTest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_IndicationsForPharmacologicalStressTest LEFT_BUNDLE_BRANCH_BLOCK_D3_33120
public static final EnumCV_IndicationsForPharmacologicalStressTest PATIENT_HAS_PACEMAKER_R_0039E
public static final EnumCV_IndicationsForPharmacologicalStressTest PARALYTIC_SYNDROME_DA_26000
public static final EnumCV_IndicationsForPharmacologicalStressTest ATAXIA_OR_INCOORDINATION_F_A4580
public static final EnumCV_IndicationsForPharmacologicalStressTest PERIPHERAL_VASCULAR_DISEASE_D3_8005B
public static final EnumCV_IndicationsForPharmacologicalStressTest PULMONARY_DISEASE_D2_50000
public static final EnumCV_IndicationsForPharmacologicalStressTest GAIT_PROBLEM_F_18002
public static final EnumCV_IndicationsForPharmacologicalStressTest TRANSIENT_LIMB_PARALYSIS_F_A0846
public static final EnumCV_IndicationsForPharmacologicalStressTest ASTHENIA_DEBILITY_F_01380
public static final EnumCV_IndicationsForPharmacologicalStressTest CACHEXIA_F_029F7
public static final EnumCV_IndicationsForPharmacologicalStressTest FRACTURE_OF_LOWER_LIMB_DD_13000
public static final EnumCV_IndicationsForPharmacologicalStressTest OPEN_WOUND_OF_LOWER_LIMB_DD_33500
public static final EnumCV_IndicationsForPharmacologicalStressTest LOWER_LIMB_AMPUTATION_G_02BD
public static final EnumCV_IndicationsForPharmacologicalStressTest REQUEST_BY_PHYSICIAN_G_0202
public static final EnumCV_IndicationsForPharmacologicalStressTest DEPENDENCE_ON_ENABLING_MACHINE_OR_DEVICE_S_20570
public static final EnumCV_IndicationsForPharmacologicalStressTest RECENT_MYOCARDIAL_INFARCTION_G_044D
public static final EnumCV_IndicationsForPharmacologicalStressTest CANNOT_REACH_TARGET_HEART_RATE_F_33019
public static final EnumCV_IndicationsForPharmacologicalStressTest PATIENT_WEIGHT_EXCEEDS_EQUIPMENT_LIMIT_122764
public static EnumCV_IndicationsForPharmacologicalStressTest[] values()
for (EnumCV_IndicationsForPharmacologicalStressTest c : EnumCV_IndicationsForPharmacologicalStressTest.values()) System.out.println(c);
public static EnumCV_IndicationsForPharmacologicalStressTest 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()