public enum EnumCM_PhysiologicalSummary extends java.lang.Enum<EnumCM_PhysiologicalSummary>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_PhysiologicalSummary |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_PhysiologicalSummary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_PhysiologicalSummary RESTING_HEART_RATE
public static final EnumCM_PhysiologicalSummary CARDIOVASCULAR_EVENT_RISK
public static final EnumCM_PhysiologicalSummary FINDING
public static final EnumCM_PhysiologicalSummary HEART_RATE_RECOVERY_TIME
public static final EnumCM_PhysiologicalSummary FUNCTIONAL_CAPACITY
public static final EnumCM_PhysiologicalSummary TOTAL_TEST_DURATION
public static final EnumCM_PhysiologicalSummary TOTAL_EXERCISE_DURATION
public static final EnumCM_PhysiologicalSummary PEAK_DOUBLE_PRODUCT
public static final EnumCM_PhysiologicalSummary BP_RESPONSE
public static final EnumCM_PhysiologicalSummary MAXIMUM_SYSTOLIC_BLOOD_PRESSURE
public static final EnumCM_PhysiologicalSummary MAXIMUM_DIASTOLIC_BLOOD_PRESSURE
public static final EnumCM_PhysiologicalSummary HR_RESPONSE
public static final EnumCM_PhysiologicalSummary PEAK_ACTIVITY_WORKLOAD
public static final EnumCM_PhysiologicalSummary MAXIMUM_POWER_OUTPUT_ACHIEVED
public static final EnumCM_PhysiologicalSummary INDEX
public static final EnumCM_PhysiologicalSummary TARGET_HR
public static final EnumCM_PhysiologicalSummary MAXIMUM_HR_ACHIEVED
public static final EnumCM_PhysiologicalSummary PATIENT_STATE
public static final EnumCM_PhysiologicalSummary RESTING_STATE
public static final EnumCM_PhysiologicalSummary DIASTOLIC_BLOOD_PRESSURE
public static final EnumCM_PhysiologicalSummary SYSTOLIC_BLOOD_PRESSURE
public static EnumCM_PhysiologicalSummary[] values()
for (EnumCM_PhysiologicalSummary c : EnumCM_PhysiologicalSummary.values()) System.out.println(c);
public static EnumCM_PhysiologicalSummary 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()