public enum EnumCV_CathComplications extends java.lang.Enum<EnumCV_CathComplications>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_CathComplications |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_CathComplications[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_CathComplications CARDIOGENIC_SHOCK_D3_00200
public static final EnumCV_CathComplications ARRHYTHMIA_D3_30000
public static final EnumCV_CathComplications CEREBROVASCULAR_ACCIDENT_OR_STROKE_D3_8900D
public static final EnumCV_CathComplications CARDIAC_TAMPONADE_D3_90100
public static final EnumCV_CathComplications CONTRAST_MEDIA_ADVERSE_REACTION_DF_10781
public static final EnumCV_CathComplications CONGESTIVE_HEART_FAILURE_D3_16010
public static final EnumCV_CathComplications RENAL_FAILURE_D7_11010
public static final EnumCV_CathComplications EMERGENCY_PERCUTANEOUS_CORONARY_INTERVENTION_R_102B5
public static final EnumCV_CathComplications EMERGENCY_CORONARY_ARTERY_BYPASS_R_102B3
public static final EnumCV_CathComplications CARDIAC_ARREST_D3_30800
public static EnumCV_CathComplications[] values()
for (EnumCV_CathComplications c : EnumCV_CathComplications.values()) System.out.println(c);
public static EnumCV_CathComplications 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()