public enum EnumCV_HemodynamicRatios extends java.lang.Enum<EnumCV_HemodynamicRatios>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_HemodynamicRatios |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_HemodynamicRatios[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_HemodynamicRatios TIBIAL_BRACHIAL_INDEX_8581_1
public static final EnumCV_HemodynamicRatios PULMONARY_SYSTEMIC_FLOW_RATIO_F_0238B
public static final EnumCV_HemodynamicRatios CORONARY_FLOW_RESERVE_122217
public static final EnumCV_HemodynamicRatios DIASTOLIC_SYSTOLIC_VELOCITY_RATIO_122218
public static final EnumCV_HemodynamicRatios HYPEREMIC_RATIO_122219
public static final EnumCV_HemodynamicRatios PULSATILITY_INDEX_F_031A2
public static final EnumCV_HemodynamicRatios HEMODYNAMIC_RESISTANCE_INDEX_122220
public static EnumCV_HemodynamicRatios[] values()
for (EnumCV_HemodynamicRatios c : EnumCV_HemodynamicRatios.values()) System.out.println(c);
public static EnumCV_HemodynamicRatios 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()