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