public enum EnumCM_IndicationsForPharmacologicalStressTest extends java.lang.Enum<EnumCM_IndicationsForPharmacologicalStressTest>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_IndicationsForPharmacologicalStressTest |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_IndicationsForPharmacologicalStressTest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_IndicationsForPharmacologicalStressTest LEFT_BUNDLE_BRANCH_BLOCK
public static final EnumCM_IndicationsForPharmacologicalStressTest PATIENT_HAS_PACEMAKER
public static final EnumCM_IndicationsForPharmacologicalStressTest PARALYTIC_SYNDROME
public static final EnumCM_IndicationsForPharmacologicalStressTest ATAXIA_OR_INCOORDINATION
public static final EnumCM_IndicationsForPharmacologicalStressTest PERIPHERAL_VASCULAR_DISEASE
public static final EnumCM_IndicationsForPharmacologicalStressTest PULMONARY_DISEASE
public static final EnumCM_IndicationsForPharmacologicalStressTest GAIT_PROBLEM
public static final EnumCM_IndicationsForPharmacologicalStressTest TRANSIENT_LIMB_PARALYSIS
public static final EnumCM_IndicationsForPharmacologicalStressTest ASTHENIA_DEBILITY
public static final EnumCM_IndicationsForPharmacologicalStressTest CACHEXIA
public static final EnumCM_IndicationsForPharmacologicalStressTest FRACTURE_OF_LOWER_LIMB
public static final EnumCM_IndicationsForPharmacologicalStressTest OPEN_WOUND_OF_LOWER_LIMB
public static final EnumCM_IndicationsForPharmacologicalStressTest LOWER_LIMB_AMPUTATION
public static final EnumCM_IndicationsForPharmacologicalStressTest REQUEST_BY_PHYSICIAN
public static final EnumCM_IndicationsForPharmacologicalStressTest DEPENDENCE_ON_ENABLING_MACHINE_OR_DEVICE
public static final EnumCM_IndicationsForPharmacologicalStressTest RECENT_MYOCARDIAL_INFARCTION
public static final EnumCM_IndicationsForPharmacologicalStressTest CANNOT_REACH_TARGET_HEART_RATE
public static final EnumCM_IndicationsForPharmacologicalStressTest PATIENT_WEIGHT_EXCEEDS_EQUIPMENT_LIMIT
public static EnumCM_IndicationsForPharmacologicalStressTest[] values()
for (EnumCM_IndicationsForPharmacologicalStressTest c : EnumCM_IndicationsForPharmacologicalStressTest.values()) System.out.println(c);
public static EnumCM_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()