public enum EnumCV_EchocardiographyRightVentricle extends java.lang.Enum<EnumCV_EchocardiographyRightVentricle>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_EchocardiographyRightVentricle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_EchocardiographyRightVentricle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_EchocardiographyRightVentricle RV_STROKE_VOLUME_F_04FD8
public static final EnumCV_EchocardiographyRightVentricle RV_CARDIAC_OUTPUT_F_04FA5
public static final EnumCV_EchocardiographyRightVentricle RV_CARDIAC_INDEX_F_04F84
public static final EnumCV_EchocardiographyRightVentricle RV_STROKE_INDEX_F_04FE5
public static final EnumCV_EchocardiographyRightVentricle RIGHT_VENTRICULAR_INTERNAL_DIASTOLIC_DIMENSION_20304_2
public static final EnumCV_EchocardiographyRightVentricle RIGHT_VENTRICULAR_INTERNAL_SYSTOLIC_DIMENSION_20305_9
public static final EnumCV_EchocardiographyRightVentricle RIGHT_VENTRICULAR_INDEX_OF_MYOCARDIAL_PERFORMANCE_G_0381
public static final EnumCV_EchocardiographyRightVentricle RIGHT_VENTRICULAR_PEAK_SYSTOLIC_PRESSURE_G_0380
public static final EnumCV_EchocardiographyRightVentricle RIGHT_VENTRICULAR_ANTERIOR_WALL_DIASTOLIC_THICKNESS_18153_7
public static final EnumCV_EchocardiographyRightVentricle RIGHT_VENTRICULAR_ANTERIOR_WALL_SYSTOLIC_THICKNESS_18157_8
public static EnumCV_EchocardiographyRightVentricle[] values()
for (EnumCV_EchocardiographyRightVentricle c : EnumCV_EchocardiographyRightVentricle.values()) System.out.println(c);
public static EnumCV_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()