public enum EnumCV_ImagingProcedures extends java.lang.Enum<EnumCV_ImagingProcedures>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ImagingProcedures |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ImagingProcedures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ImagingProcedures ANGIOGRAPHY_P5_009A0
public static final EnumCV_ImagingProcedures AORTOGRAPHY_P5_32130
public static final EnumCV_ImagingProcedures CORONARY_ARTERIOGRAPHY_P5_30100
public static final EnumCV_ImagingProcedures CARDIAC_VENTRICULOGRAPHY_P5_3003A
public static final EnumCV_ImagingProcedures LEFT_VENTRICULOGRAPHY_P5_30041
public static final EnumCV_ImagingProcedures RIGHT_VENTRICULOGRAPHY_P5_3003F
public static final EnumCV_ImagingProcedures BYPASS_GRAFT_ANGIOGRAPHY_P5_30107
public static final EnumCV_ImagingProcedures ARTERIAL_CONDUIT_ANGIOGRAPHY_122058
public static final EnumCV_ImagingProcedures TRANSESOPHAGEALECHOCARDIOGRAPHY_P5_B3002
public static final EnumCV_ImagingProcedures TRANSTHORACIC_ECHOCARDIOGRAPHY_P5_B3003
public static final EnumCV_ImagingProcedures EPICARDIAL_ECHOCARDIOGRAPHY_P5_B3004
public static final EnumCV_ImagingProcedures INTRAVASCULAR_ULTRASOUND_P5_B001D
public static final EnumCV_ImagingProcedures INTRACARDIAC_ECHOCARDIOGRAPHY_P5_B3006
public static EnumCV_ImagingProcedures[] values()
for (EnumCV_ImagingProcedures c : EnumCV_ImagingProcedures.values()) System.out.println(c);
public static EnumCV_ImagingProcedures 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()