public enum EnumCM_CathFindings extends java.lang.Enum<EnumCM_CathFindings>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_CathFindings |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_CathFindings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_CathFindings NORMAL_LEFT_HEART_HEMODYNAMICS
public static final EnumCM_CathFindings NORMAL_RIGHT_HEART_HEMODYNAMICS
public static final EnumCM_CathFindings NORMAL_LEFT_AND_RIGHT_HEART_HEMODYNAMICS
public static final EnumCM_CathFindings NORMAL_LEFT_VENTRICULAR_SYSTOLIC_FUNCTION_AND_WALL_MOTION
public static final EnumCM_CathFindings NORMAL_CORONARY_ARTERIES
public static final EnumCM_CathFindings MILD_INTIMAL_CORONARY_IRREGULARITIES_NO_SIGNIFICANT_STENOSES
public static final EnumCM_CathFindings SINGLE_VESSEL_CORONARY_ARTERY_DISEASE_
public static final EnumCM_CathFindings DOUBLE_VESSEL_CORONARY_ARTERY_DISEASE_
public static final EnumCM_CathFindings TRIPLE_VESSEL_CORONARY_ARTERY_DISEASE_
public static final EnumCM_CathFindings MULTI_VESSEL_CORONARY_ARTERY_DISEASE_
public static final EnumCM_CathFindings LEFT_MAIN_CORONARY_ARTERY_DISEASE
public static final EnumCM_CathFindings SIGNIFICANT_CORONARY_BYPASS_GRAFT_DISEASE
public static final EnumCM_CathFindings AORTIC_STENOSIS
public static final EnumCM_CathFindings AORTIC_INSUFFICIENCY
public static final EnumCM_CathFindings MITRAL_STENOSIS
public static final EnumCM_CathFindings MITRAL_REGURGITATION
public static final EnumCM_CathFindings DEPRESSION_OF_LEFT_VENTRICULAR_SYSTOLIC_FUNCTION
public static final EnumCM_CathFindings ACUTE_MITRAL_REGURGITATION_FROM_CHORDAL_RUPTURE
public static final EnumCM_CathFindings ACUTE_MITRAL_REGURGITATION_FROM_CHORDAL_DYSFUNCTION
public static final EnumCM_CathFindings ACUTE_MITRAL_REGURGITATION_FROM_PAPILLARY_MUSCLE_RUPTURE
public static final EnumCM_CathFindings ACUTE_MITRAL_REGURGITATION_FROM_PAPILLARY_MUSCLE_DYSFUNCTION
public static final EnumCM_CathFindings MITRAL_VALVE_PROLAPSE
public static final EnumCM_CathFindings CONGESTIVE_CARDIOMYOPATHY
public static final EnumCM_CathFindings HYPERTROPHIC_CARDIOMYOPATHY_WITH_OBSTRUCTION
public static final EnumCM_CathFindings HYPERTROPHIC_CARDIOMYOPATHY_WITHOUT_OBSTRUCTION
public static final EnumCM_CathFindings HYPERTENSIVE_HEART_DISEASE
public static final EnumCM_CathFindings RESTRICTIVE_CARDIOMYOPATHY
public static final EnumCM_CathFindings PERICARDIAL_TAMPONADE
public static final EnumCM_CathFindings CONSTRICTIVE_PERICARDITIS
public static final EnumCM_CathFindings PULMONARY_HYPERTENSION
public static final EnumCM_CathFindings ATRIAL_SEPTAL_DEFECT
public static final EnumCM_CathFindings VENTRICULAR_SEPTAL_DEFECT
public static final EnumCM_CathFindings ACUTE_VENTRICULAR_SEPTAL_RUPTURE
public static final EnumCM_CathFindings HEART_DISEASE__CONGENITAL
public static EnumCM_CathFindings[] values()
for (EnumCM_CathFindings c : EnumCM_CathFindings.values()) System.out.println(c);
public static EnumCM_CathFindings 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()