public enum EnumCV_LeftVentriculographyFindings extends java.lang.Enum<EnumCV_LeftVentriculographyFindings>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_LeftVentriculographyFindings |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_LeftVentriculographyFindings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_LeftVentriculographyFindings FINDINGS_121070
public static final EnumCV_LeftVentriculographyFindings PROCEDURE_REPORTED_121058
public static final EnumCV_LeftVentriculographyFindings LEFT_VENTRICULAR_FUNCTION_FINDING_F_30117
public static final EnumCV_LeftVentriculographyFindings LEFT_VENTRICULAR_CAVITY_SIZE_F_0224E
public static final EnumCV_LeftVentriculographyFindings LEFT_VENTRICULAR_CONTRACTILITY_F_02225
public static final EnumCV_LeftVentriculographyFindings FINDING_121071
public static final EnumCV_LeftVentriculographyFindings FINDING_SITE_G_C0E3
public static final EnumCV_LeftVentriculographyFindings WALL_SEGMENT_18179_2
public static final EnumCV_LeftVentriculographyFindings CARDIAC_WALL_MOTION_F_32050
public static final EnumCV_LeftVentriculographyFindings ASSOCIATED_MORPHOLOGY_G_C504
public static final EnumCV_LeftVentriculographyFindings SCORE_G_C1E3
public static EnumCV_LeftVentriculographyFindings[] values()
for (EnumCV_LeftVentriculographyFindings c : EnumCV_LeftVentriculographyFindings.values()) System.out.println(c);
public static EnumCV_LeftVentriculographyFindings 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()