public enum EnumCM_LeftVentriculographyFindings extends java.lang.Enum<EnumCM_LeftVentriculographyFindings>
| Enum Constant and Description |
|---|
ASSOCIATED_MORPHOLOGY |
CARDIAC_WALL_MOTION |
FINDING |
FINDING_SITE |
FINDINGS |
LEFT_VENTRICULAR_CAVITY_SIZE |
LEFT_VENTRICULAR_CONTRACTILITY |
LEFT_VENTRICULAR_FUNCTION_FINDING |
PROCEDURE_REPORTED |
SCORE |
WALL_SEGMENT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_LeftVentriculographyFindings |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_LeftVentriculographyFindings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_LeftVentriculographyFindings FINDINGS
public static final EnumCM_LeftVentriculographyFindings PROCEDURE_REPORTED
public static final EnumCM_LeftVentriculographyFindings LEFT_VENTRICULAR_FUNCTION_FINDING
public static final EnumCM_LeftVentriculographyFindings LEFT_VENTRICULAR_CAVITY_SIZE
public static final EnumCM_LeftVentriculographyFindings LEFT_VENTRICULAR_CONTRACTILITY
public static final EnumCM_LeftVentriculographyFindings FINDING
public static final EnumCM_LeftVentriculographyFindings FINDING_SITE
public static final EnumCM_LeftVentriculographyFindings WALL_SEGMENT
public static final EnumCM_LeftVentriculographyFindings CARDIAC_WALL_MOTION
public static final EnumCM_LeftVentriculographyFindings ASSOCIATED_MORPHOLOGY
public static final EnumCM_LeftVentriculographyFindings SCORE
public static EnumCM_LeftVentriculographyFindings[] values()
for (EnumCM_LeftVentriculographyFindings c : EnumCM_LeftVentriculographyFindings.values()) System.out.println(c);
public static EnumCM_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()