public enum EnumCV_ElectrophysiologyAnatomicLocations extends java.lang.Enum<EnumCV_ElectrophysiologyAnatomicLocations>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ElectrophysiologyAnatomicLocations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ElectrophysiologyAnatomicLocations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ElectrophysiologyAnatomicLocations ACCESSORY_ATRIOVENTRICULAR_BUNDLE_T_32850
public static final EnumCV_ElectrophysiologyAnatomicLocations APEX_OF_LEFT_VENTRICLE_T_32602
public static final EnumCV_ElectrophysiologyAnatomicLocations APEX_OF_RIGHT_VENTRICLE_T_32502
public static final EnumCV_ElectrophysiologyAnatomicLocations ATRIOVENTRICULAR_BUNDLE_T_32830
public static final EnumCV_ElectrophysiologyAnatomicLocations ATRIOVENTRICULAR_NODE_T_32820
public static final EnumCV_ElectrophysiologyAnatomicLocations COMMON_VENTRICLE_T_32400
public static final EnumCV_ElectrophysiologyAnatomicLocations CORONARY_SINUS_T_48410
public static final EnumCV_ElectrophysiologyAnatomicLocations EPICARDIUM_T_39010
public static final EnumCV_ElectrophysiologyAnatomicLocations GREAT_CARDIAC_VEIN_T_48420
public static final EnumCV_ElectrophysiologyAnatomicLocations HIGH_RIGHT_ATRIUM_G_DE02
public static final EnumCV_ElectrophysiologyAnatomicLocations INFERIOR_LEFT_PULMONARY_VEIN_T_48540
public static final EnumCV_ElectrophysiologyAnatomicLocations INFERIOR_RIGHT_PULMONARY_VEIN_T_48520
public static final EnumCV_ElectrophysiologyAnatomicLocations LATERAL_HIGH_RIGHT_ATRIUM_G_DE04
public static final EnumCV_ElectrophysiologyAnatomicLocations LEFTANTERIORDIVISIONOFLEFTBRANCHOF_LEFT_ATRIOVENTRICULARBUNDLE_T_32833
public static final EnumCV_ElectrophysiologyAnatomicLocations LEFT_ATRIUM_T_32300
public static final EnumCV_ElectrophysiologyAnatomicLocations LEFT_AURICULAR_APPENDAGE_T_32310
public static final EnumCV_ElectrophysiologyAnatomicLocations LEFTBRANCHOFATRIOVENTRICULARBUNDLE_T_32832
public static final EnumCV_ElectrophysiologyAnatomicLocations LEFT_POSTERIOR_DIVISION_OF_LEFT_BRANCH_OF_LEFT_ATRIOVENTRICULAR_BUNDLE_T_32834
public static final EnumCV_ElectrophysiologyAnatomicLocations LEFT_VENTRICLE_T_32600
public static final EnumCV_ElectrophysiologyAnatomicLocations LEFT_VENTRICLE_INFLOW_T_32640
public static final EnumCV_ElectrophysiologyAnatomicLocations LEFT_VENTRICLE_OUTFLOW_TRACT_T_32650
public static final EnumCV_ElectrophysiologyAnatomicLocations LOW_RIGHT_ATRIUM_G_DE08
public static final EnumCV_ElectrophysiologyAnatomicLocations MID_RIGHT_ATRIUM_G_DE06
public static final EnumCV_ElectrophysiologyAnatomicLocations MIDDLE_CARDIAC_VEIN_T_48430
public static final EnumCV_ElectrophysiologyAnatomicLocations MITRAL_RING_T_35310
public static final EnumCV_ElectrophysiologyAnatomicLocations OSTIUM_OF_CORONARY_SINUS_T_48411
public static final EnumCV_ElectrophysiologyAnatomicLocations PULMONARY_VEIN_T_48581
public static final EnumCV_ElectrophysiologyAnatomicLocations PULMONIC_RING_T_35210
public static final EnumCV_ElectrophysiologyAnatomicLocations PURKINJE_FIBERS_T_32840
public static final EnumCV_ElectrophysiologyAnatomicLocations RIGHT_ATRIOVENTRICULAR_OSTIUM_T_35120
public static final EnumCV_ElectrophysiologyAnatomicLocations RIGHT_ATRIUM_T_32200
public static final EnumCV_ElectrophysiologyAnatomicLocations RIGHT_AURICULAR_APPENDAGE_T_32210
public static final EnumCV_ElectrophysiologyAnatomicLocations RIGHT_BRANCH_OF_ATRIOVENTRICULAR_BUNDLE_T_32831
public static final EnumCV_ElectrophysiologyAnatomicLocations RIGHT_VENTRICLE_T_32500
public static final EnumCV_ElectrophysiologyAnatomicLocations RIGHT_VENTRICLE_INFLOW_T_32540
public static final EnumCV_ElectrophysiologyAnatomicLocations RIGHT_VENTRICLE_OUTFLOW_TRACT_T_32550
public static final EnumCV_ElectrophysiologyAnatomicLocations SINO_ATRIAL_NODE_T_32810
public static final EnumCV_ElectrophysiologyAnatomicLocations SUPERIOR_LEFT_PULMONARY_VEIN_T_48530
public static final EnumCV_ElectrophysiologyAnatomicLocations SUPERIOR_RIGHT_PULMONARY_VEIN_T_48510
public static final EnumCV_ElectrophysiologyAnatomicLocations TENDON_OF_TODARO_T_32202
public static final EnumCV_ElectrophysiologyAnatomicLocations TRICUSPID_RING_T_35110
public static EnumCV_ElectrophysiologyAnatomicLocations[] values()
for (EnumCV_ElectrophysiologyAnatomicLocations c : EnumCV_ElectrophysiologyAnatomicLocations.values()) System.out.println(c);
public static EnumCV_ElectrophysiologyAnatomicLocations 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()