public enum EnumCV_PeripheralPulseLocations extends java.lang.Enum<EnumCV_PeripheralPulseLocations>
| Enum Constant and Description |
|---|
BRACHIAL_ARTERY_T_47160 |
CAROTID_ARTERY_T_45100 |
DORSALIS_PEDIS_ARTERY_T_47741 |
FEMORAL_ARTERY_T_47400 |
POPLITEAL_ARTERY_T_47500 |
POSTERIOR_TIBIAL_ARTERY_T_47600 |
RADIAL_ARTERY_T_47300 |
ULNAR_ARTERY_T_47200 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_PeripheralPulseLocations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_PeripheralPulseLocations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_PeripheralPulseLocations BRACHIAL_ARTERY_T_47160
public static final EnumCV_PeripheralPulseLocations CAROTID_ARTERY_T_45100
public static final EnumCV_PeripheralPulseLocations DORSALIS_PEDIS_ARTERY_T_47741
public static final EnumCV_PeripheralPulseLocations FEMORAL_ARTERY_T_47400
public static final EnumCV_PeripheralPulseLocations POPLITEAL_ARTERY_T_47500
public static final EnumCV_PeripheralPulseLocations POSTERIOR_TIBIAL_ARTERY_T_47600
public static final EnumCV_PeripheralPulseLocations RADIAL_ARTERY_T_47300
public static final EnumCV_PeripheralPulseLocations ULNAR_ARTERY_T_47200
public static EnumCV_PeripheralPulseLocations[] values()
for (EnumCV_PeripheralPulseLocations c : EnumCV_PeripheralPulseLocations.values()) System.out.println(c);
public static EnumCV_PeripheralPulseLocations 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()