public enum EnumCV_CTMRAndPETAnatomyImaged extends java.lang.Enum<EnumCV_CTMRAndPETAnatomyImaged>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_CTMRAndPETAnatomyImaged |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_CTMRAndPETAnatomyImaged[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_CTMRAndPETAnatomyImaged ABDOMINAL_AORTA_T_42500
public static final EnumCV_CTMRAndPETAnatomyImaged ABDOMINAL_AORTA_AND_ITS_BRANCHES_T_41070
public static final EnumCV_CTMRAndPETAnatomyImaged ADRENAL_GLAND_T_B3000
public static final EnumCV_CTMRAndPETAnatomyImaged AORTIC_ARCH_T_42300
public static final EnumCV_CTMRAndPETAnatomyImaged BRAIN_T_A0100
public static final EnumCV_CTMRAndPETAnatomyImaged CAROTID_ARTERY_T_45010
public static final EnumCV_CTMRAndPETAnatomyImaged CEREBELLUM_T_A6000
public static final EnumCV_CTMRAndPETAnatomyImaged CIRCLE_OF_WILLIS_T_45526
public static final EnumCV_CTMRAndPETAnatomyImaged CORONARY_ARTERY_T_43000
public static final EnumCV_CTMRAndPETAnatomyImaged CRANIAL_VENOUS_SYSTEM_T_A0193
public static final EnumCV_CTMRAndPETAnatomyImaged ILIAC_ARTERIAL_SYSTEM_T_41040
public static final EnumCV_CTMRAndPETAnatomyImaged KIDNEY_T_71000
public static final EnumCV_CTMRAndPETAnatomyImaged LIVER_T_62000
public static final EnumCV_CTMRAndPETAnatomyImaged PANCREAS_T_65000
public static final EnumCV_CTMRAndPETAnatomyImaged PARATHYROID_T_B7000
public static final EnumCV_CTMRAndPETAnatomyImaged PULMONARY_ARTERY_T_44000
public static final EnumCV_CTMRAndPETAnatomyImaged RENAL_ARTERY_T_46600
public static final EnumCV_CTMRAndPETAnatomyImaged SPLEEN_T_C3000
public static final EnumCV_CTMRAndPETAnatomyImaged TESTIS_T_94000
public static final EnumCV_CTMRAndPETAnatomyImaged THORACIC_AORTA_T_42070
public static final EnumCV_CTMRAndPETAnatomyImaged THYMUS_T_C8000
public static final EnumCV_CTMRAndPETAnatomyImaged THYROID_T_B6000
public static final EnumCV_CTMRAndPETAnatomyImaged UTERUS_T_83000
public static EnumCV_CTMRAndPETAnatomyImaged[] values()
for (EnumCV_CTMRAndPETAnatomyImaged c : EnumCV_CTMRAndPETAnatomyImaged.values()) System.out.println(c);
public static EnumCV_CTMRAndPETAnatomyImaged 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()