public enum EnumCV_VascularComplications extends java.lang.Enum<EnumCV_VascularComplications>
| Enum Constant and Description |
|---|
ARTERIAL_DISSECTION_D3_81310 |
AV_FISTULA_M_39390 |
BLEEDING_M_37000 |
LOSS_OF_DISTAL_PULSE_R_102B2 |
OCCLUSION_OF_ARTERY_D3_89100 |
PSEUDOANEURYSM_M_32390 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_VascularComplications |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_VascularComplications[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_VascularComplications BLEEDING_M_37000
public static final EnumCV_VascularComplications OCCLUSION_OF_ARTERY_D3_89100
public static final EnumCV_VascularComplications LOSS_OF_DISTAL_PULSE_R_102B2
public static final EnumCV_VascularComplications ARTERIAL_DISSECTION_D3_81310
public static final EnumCV_VascularComplications PSEUDOANEURYSM_M_32390
public static final EnumCV_VascularComplications AV_FISTULA_M_39390
public static EnumCV_VascularComplications[] values()
for (EnumCV_VascularComplications c : EnumCV_VascularComplications.values()) System.out.println(c);
public static EnumCV_VascularComplications 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()