public enum EnumCM_EchocardiographyImageView extends java.lang.Enum<EnumCM_EchocardiographyImageView>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_EchocardiographyImageView |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_EchocardiographyImageView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_EchocardiographyImageView APICAL_TWO_CHAMBER
public static final EnumCM_EchocardiographyImageView APICAL_FOUR_CHAMBER
public static final EnumCM_EchocardiographyImageView APICAL_LONG_AXIS
public static final EnumCM_EchocardiographyImageView PARASTERNAL_LONG_AXIS
public static final EnumCM_EchocardiographyImageView PARASTERNAL_LONG_AXIS_VIEW_OF_THE_RV_INFLOW_TRACT
public static final EnumCM_EchocardiographyImageView PARASTERNAL_LONG_AXIS_VIEW_OF_THE_RV_OUTFLOW_TRACT
public static final EnumCM_EchocardiographyImageView PARASTERNAL_SHORT_AXIS
public static final EnumCM_EchocardiographyImageView PARASTERNAL_SHORT_AXIS_AT_THE_AORTIC_VALVE_LEVEL
public static final EnumCM_EchocardiographyImageView PARASTERNAL_SHORT_AXIS_AT_THE_LEVEL_OF_THE_MITRAL_CHORDS
public static final EnumCM_EchocardiographyImageView PARASTERNAL_SHORT_AXIS_AT_THE_MITRAL_VALVE_LEVEL
public static final EnumCM_EchocardiographyImageView PARASTERNAL_SHORT_AXIS_AT_THE_PAPILLARY_MUSCLE_LEVEL
public static final EnumCM_EchocardiographyImageView RIGHT_VENTRICULAR_INFLOW_TRACT_VIEW
public static final EnumCM_EchocardiographyImageView RIGHT_VENTRICULAR_OUTFLOW_TRACT_VIEW
public static final EnumCM_EchocardiographyImageView SUBCOSTAL_LONG_AXIS
public static final EnumCM_EchocardiographyImageView SUBCOSTAL_SHORT_AXIS
public static final EnumCM_EchocardiographyImageView SUPRASTERNAL_LONG_AXIS
public static final EnumCM_EchocardiographyImageView SUPRASTERNAL_SHORT_AXIS
public static final EnumCM_EchocardiographyImageView TRANSESOPHAGEAL_SHORT_AXIS_VIEW
public static final EnumCM_EchocardiographyImageView SUBCOSTAL_VIEW_OF_CARDIAC_OUTLETS_DIRECTED_ANTERIORLY
public static final EnumCM_EchocardiographyImageView SUBCOSTAL_SHORT_AXIS_VIEW_AT_PAPILLARY_MUSCLE_LEVEL
public static final EnumCM_EchocardiographyImageView SUBCOSTAL_SHORT_AXIS_VIEW_AT_MITRAL_VALVE_LEVEL
public static final EnumCM_EchocardiographyImageView SUBCOSTAL_SHORT_AXIS_VIEW_AT_AORTIC_VALVE_LEVEL
public static final EnumCM_EchocardiographyImageView SUBCOSTAL_SHORT_AXIS_VIEW_AT_VENOUS_INFLOW_LEVEL
public static final EnumCM_EchocardiographyImageView SUBCOSTAL_OBLIQUE_CORONAL_VIEW
public static final EnumCM_EchocardiographyImageView SUPRASTERNAL_CORONAL_VIEW
public static final EnumCM_EchocardiographyImageView SUPRASTERNAL_SAGITTAL_VIEW
public static final EnumCM_EchocardiographyImageView SUPRASTERNAL_LONG_AXIS_VIEW_OF_AORTIC_ARCH
public static EnumCM_EchocardiographyImageView[] values()
for (EnumCM_EchocardiographyImageView c : EnumCM_EchocardiographyImageView.values()) System.out.println(c);
public static EnumCM_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()