public enum EnumCM_STSegmentFindings extends java.lang.Enum<EnumCM_STSegmentFindings>
| Enum Constant and Description |
|---|
NON_DIAGNOSTIC_LOW_HEART_RATE |
NON_DIAGNOSTIC_RESTING_ST_ABNORMALITIES |
NON_DIAGNOSTIC_VENTRICULAR_PACING_OR_LBBB |
POSITIVE |
ST_INTERVAL_NORMAL |
STRONGLY_POSITIVE |
STRONGLY_POSITIVE_ST_ELEVATION |
WEAKLY_POSITIVE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_STSegmentFindings |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_STSegmentFindings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_STSegmentFindings ST_INTERVAL_NORMAL
public static final EnumCM_STSegmentFindings NON_DIAGNOSTIC_LOW_HEART_RATE
public static final EnumCM_STSegmentFindings NON_DIAGNOSTIC_RESTING_ST_ABNORMALITIES
public static final EnumCM_STSegmentFindings NON_DIAGNOSTIC_VENTRICULAR_PACING_OR_LBBB
public static final EnumCM_STSegmentFindings WEAKLY_POSITIVE
public static final EnumCM_STSegmentFindings POSITIVE
public static final EnumCM_STSegmentFindings STRONGLY_POSITIVE
public static final EnumCM_STSegmentFindings STRONGLY_POSITIVE_ST_ELEVATION
public static EnumCM_STSegmentFindings[] values()
for (EnumCM_STSegmentFindings c : EnumCM_STSegmentFindings.values()) System.out.println(c);
public static EnumCM_STSegmentFindings 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()