public enum EnumCV_VascularIndicesAndRatios extends java.lang.Enum<EnumCV_VascularIndicesAndRatios>
| Enum Constant and Description |
|---|
ACCELERATION_INDEX_20167_3 |
LUMEN_AREA_STENOSIS_R_101BA |
LUMEN_DIAMETER_STENOSIS_R_101BB |
PULSATILITY_INDEX_12008_9 |
RESISTIVITY_INDEX_12023_8 |
SYSTOLIC_TO_DIASTOLIC_VELOCITY_RATIO_12144_2 |
VELOCITY_RATIO_33867_3 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_VascularIndicesAndRatios |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_VascularIndicesAndRatios[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_VascularIndicesAndRatios ACCELERATION_INDEX_20167_3
public static final EnumCV_VascularIndicesAndRatios LUMEN_AREA_STENOSIS_R_101BA
public static final EnumCV_VascularIndicesAndRatios LUMEN_DIAMETER_STENOSIS_R_101BB
public static final EnumCV_VascularIndicesAndRatios PULSATILITY_INDEX_12008_9
public static final EnumCV_VascularIndicesAndRatios RESISTIVITY_INDEX_12023_8
public static final EnumCV_VascularIndicesAndRatios SYSTOLIC_TO_DIASTOLIC_VELOCITY_RATIO_12144_2
public static final EnumCV_VascularIndicesAndRatios VELOCITY_RATIO_33867_3
public static EnumCV_VascularIndicesAndRatios[] values()
for (EnumCV_VascularIndicesAndRatios c : EnumCV_VascularIndicesAndRatios.values()) System.out.println(c);
public static EnumCV_VascularIndicesAndRatios 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()