public enum EnumCM_VenousSourceLocations extends java.lang.Enum<EnumCM_VenousSourceLocations>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_VenousSourceLocations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_VenousSourceLocations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_VenousSourceLocations ANOMALOUS_PULMONARY_VEIN
public static final EnumCM_VenousSourceLocations ANTECUBITAL_VEIN
public static final EnumCM_VenousSourceLocations AXILLARY_VEIN
public static final EnumCM_VenousSourceLocations AZYGOS_VEIN
public static final EnumCM_VenousSourceLocations BASILIC_VEIN
public static final EnumCM_VenousSourceLocations BOYD_PERFORATING_VEIN
public static final EnumCM_VenousSourceLocations BRACHIAL_VEIN
public static final EnumCM_VenousSourceLocations CENTRAL_VENOUS_SYSTEM
public static final EnumCM_VenousSourceLocations CEPHALIC_VEIN
public static final EnumCM_VenousSourceLocations DODD_PERFORATING_VEIN
public static final EnumCM_VenousSourceLocations FEMORAL_VEIN
public static final EnumCM_VenousSourceLocations GASTRIC_VEIN
public static final EnumCM_VenousSourceLocations HEPATIC_VEIN
public static final EnumCM_VenousSourceLocations HUNTERIAN_PERFORATING_VEIN
public static final EnumCM_VenousSourceLocations INFERIOR_VENA_CAVA
public static final EnumCM_VenousSourceLocations INNOMINATE_VEIN
public static final EnumCM_VenousSourceLocations INTERNAL_JUGULAR_VEIN
public static final EnumCM_VenousSourceLocations MESENTERIC_VEIN
public static final EnumCM_VenousSourceLocations PORTAL_VEIN
public static final EnumCM_VenousSourceLocations POSTERIOR_MEDIAL_TRIBUTARY
public static final EnumCM_VenousSourceLocations PULMONARY_VEIN
public static final EnumCM_VenousSourceLocations PULMONARY_VEIN_CONFLUENCE
public static final EnumCM_VenousSourceLocations RENAL_VEIN
public static final EnumCM_VenousSourceLocations SAPHENOFEMORAL_JUNCTION
public static final EnumCM_VenousSourceLocations SAPHENOUS_VEIN
public static final EnumCM_VenousSourceLocations SPLENIC_VEIN
public static final EnumCM_VenousSourceLocations SUBCLAVIAN_VEIN
public static final EnumCM_VenousSourceLocations SUPERIOR_VENA_CAVA
public static final EnumCM_VenousSourceLocations UMBILICAL_VEIN
public static final EnumCM_VenousSourceLocations VEIN
public static final EnumCM_VenousSourceLocations VENA_ANONYMA
public static EnumCM_VenousSourceLocations[] values()
for (EnumCM_VenousSourceLocations c : EnumCM_VenousSourceLocations.values()) System.out.println(c);
public static EnumCM_VenousSourceLocations 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()