public enum EnumCV_STSegmentFindings extends java.lang.Enum<EnumCV_STSegmentFindings>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_STSegmentFindings |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_STSegmentFindings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_STSegmentFindings ST_INTERVAL_NORMAL_F_000C3
public static final EnumCV_STSegmentFindings NON_DIAGNOSTIC_LOW_HEART_RATE_122750
public static final EnumCV_STSegmentFindings NON_DIAGNOSTIC_RESTING_ST_ABNORMALITIES_122751
public static final EnumCV_STSegmentFindings NON_DIAGNOSTIC_VENTRICULAR_PACING_OR_LBBB_122752
public static final EnumCV_STSegmentFindings WEAKLY_POSITIVE_G_A205
public static final EnumCV_STSegmentFindings POSITIVE_G_A200
public static final EnumCV_STSegmentFindings STRONGLY_POSITIVE_122755
public static final EnumCV_STSegmentFindings STRONGLY_POSITIVE_ST_ELEVATION_122756
public static EnumCV_STSegmentFindings[] values()
for (EnumCV_STSegmentFindings c : EnumCV_STSegmentFindings.values()) System.out.println(c);
public static EnumCV_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()