public enum EnumCV_EchocardiographyImageView extends java.lang.Enum<EnumCV_EchocardiographyImageView>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_EchocardiographyImageView |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_EchocardiographyImageView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_EchocardiographyImageView APICAL_TWO_CHAMBER_G_A19B
public static final EnumCV_EchocardiographyImageView APICAL_FOUR_CHAMBER_G_A19C
public static final EnumCV_EchocardiographyImageView APICAL_LONG_AXIS_G_0395
public static final EnumCV_EchocardiographyImageView PARASTERNAL_LONG_AXIS_G_0396
public static final EnumCV_EchocardiographyImageView PARASTERNAL_LONG_AXIS_VIEW_OF_THE_RV_INFLOW_TRACT_G_0577
public static final EnumCV_EchocardiographyImageView PARASTERNAL_LONG_AXIS_VIEW_OF_THE_RV_OUTFLOW_TRACT_G_0578
public static final EnumCV_EchocardiographyImageView PARASTERNAL_SHORT_AXIS_G_0397
public static final EnumCV_EchocardiographyImageView PARASTERNAL_SHORT_AXIS_AT_THE_AORTIC_VALVE_LEVEL_G_0398
public static final EnumCV_EchocardiographyImageView PARASTERNAL_SHORT_AXIS_AT_THE_LEVEL_OF_THE_MITRAL_CHORDS_G_0399
public static final EnumCV_EchocardiographyImageView PARASTERNAL_SHORT_AXIS_AT_THE_MITRAL_VALVE_LEVEL_G_039A
public static final EnumCV_EchocardiographyImageView PARASTERNAL_SHORT_AXIS_AT_THE_PAPILLARY_MUSCLE_LEVEL_G_039B
public static final EnumCV_EchocardiographyImageView RIGHT_VENTRICULAR_INFLOW_TRACT_VIEW_G_039C
public static final EnumCV_EchocardiographyImageView RIGHT_VENTRICULAR_OUTFLOW_TRACT_VIEW_G_039D
public static final EnumCV_EchocardiographyImageView SUBCOSTAL_LONG_AXIS_G_039E
public static final EnumCV_EchocardiographyImageView SUBCOSTAL_SHORT_AXIS_G_039F
public static final EnumCV_EchocardiographyImageView SUPRASTERNAL_LONG_AXIS_G_03A0
public static final EnumCV_EchocardiographyImageView SUPRASTERNAL_SHORT_AXIS_G_03A1
public static final EnumCV_EchocardiographyImageView TRANSESOPHAGEAL_SHORT_AXIS_VIEW_R_40B0E
public static final EnumCV_EchocardiographyImageView SUBCOSTAL_VIEW_OF_CARDIAC_OUTLETS_DIRECTED_ANTERIORLY_R_40AFF
public static final EnumCV_EchocardiographyImageView SUBCOSTAL_SHORT_AXIS_VIEW_AT_PAPILLARY_MUSCLE_LEVEL_G_0579
public static final EnumCV_EchocardiographyImageView SUBCOSTAL_SHORT_AXIS_VIEW_AT_MITRAL_VALVE_LEVEL_G_057B
public static final EnumCV_EchocardiographyImageView SUBCOSTAL_SHORT_AXIS_VIEW_AT_AORTIC_VALVE_LEVEL_G_057E
public static final EnumCV_EchocardiographyImageView SUBCOSTAL_SHORT_AXIS_VIEW_AT_VENOUS_INFLOW_LEVEL_G_057C
public static final EnumCV_EchocardiographyImageView SUBCOSTAL_OBLIQUE_CORONAL_VIEW_R_40B0A
public static final EnumCV_EchocardiographyImageView SUPRASTERNAL_CORONAL_VIEW_R_40B00
public static final EnumCV_EchocardiographyImageView SUPRASTERNAL_SAGITTAL_VIEW_R_40B01
public static final EnumCV_EchocardiographyImageView SUPRASTERNAL_LONG_AXIS_VIEW_OF_AORTIC_ARCH_G_057D
public static EnumCV_EchocardiographyImageView[] values()
for (EnumCV_EchocardiographyImageView c : EnumCV_EchocardiographyImageView.values()) System.out.println(c);
public static EnumCV_EchocardiographyImageView 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()