public enum EnumCM_EchocardiographyRightVentricle extends java.lang.Enum<EnumCM_EchocardiographyRightVentricle>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_EchocardiographyRightVentricle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_EchocardiographyRightVentricle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_EchocardiographyRightVentricle RV_STROKE_VOLUME
public static final EnumCM_EchocardiographyRightVentricle RV_CARDIAC_OUTPUT
public static final EnumCM_EchocardiographyRightVentricle RV_CARDIAC_INDEX
public static final EnumCM_EchocardiographyRightVentricle RV_STROKE_INDEX
public static final EnumCM_EchocardiographyRightVentricle RIGHT_VENTRICULAR_INTERNAL_DIASTOLIC_DIMENSION
public static final EnumCM_EchocardiographyRightVentricle RIGHT_VENTRICULAR_INTERNAL_SYSTOLIC_DIMENSION
public static final EnumCM_EchocardiographyRightVentricle RIGHT_VENTRICULAR_INDEX_OF_MYOCARDIAL_PERFORMANCE
public static final EnumCM_EchocardiographyRightVentricle RIGHT_VENTRICULAR_PEAK_SYSTOLIC_PRESSURE
public static final EnumCM_EchocardiographyRightVentricle RIGHT_VENTRICULAR_ANTERIOR_WALL_DIASTOLIC_THICKNESS
public static final EnumCM_EchocardiographyRightVentricle RIGHT_VENTRICULAR_ANTERIOR_WALL_SYSTOLIC_THICKNESS
public static EnumCM_EchocardiographyRightVentricle[] values()
for (EnumCM_EchocardiographyRightVentricle c : EnumCM_EchocardiographyRightVentricle.values()) System.out.println(c);
public static EnumCM_EchocardiographyRightVentricle 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()