public enum EnumCV_DischargeSummaryCath extends java.lang.Enum<EnumCV_DischargeSummaryCath>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_DischargeSummaryCath |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_DischargeSummaryCath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_DischargeSummaryCath DISCHARGE_SUMMARY_121115
public static final EnumCV_DischargeSummaryCath DISCHARGE_DATETIME_122163
public static final EnumCV_DischargeSummaryCath CORONARY_ARTERY_BYPASS_DURING_THIS_ADMISSION_122164
public static final EnumCV_DischargeSummaryCath PROCEDURE_PRIORITY_G_C09C
public static final EnumCV_DischargeSummaryCath PROCEDURE_DATETIME_122146
public static final EnumCV_DischargeSummaryCath DEATH_DURING_THIS_ADMISSION_122166
public static final EnumCV_DischargeSummaryCath DATE_OF_DEATH_122165
public static final EnumCV_DischargeSummaryCath PRIMARY_CAUSE_OF_DEATH_25
public static final EnumCV_DischargeSummaryCath DEATH_DURING_CATHETERIZATION_122167
public static final EnumCV_DischargeSummaryCath SUMMARY_121111
public static EnumCV_DischargeSummaryCath[] values()
for (EnumCV_DischargeSummaryCath c : EnumCV_DischargeSummaryCath.values()) System.out.println(c);
public static EnumCV_DischargeSummaryCath 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()