public static enum EnumImageType.Value3 extends java.lang.Enum<EnumImageType.Value3>
| Enum Constant and Description |
|---|
ABDOMINAL
The ABDOMINAL.
|
AXIAL
The AXIAL.
|
BIOPSY
The BIOPSY.
|
BIPLANE_A
The BIPLAN e_ a.
|
BIPLANE_B
The BIPLAN e_ b.
|
BREAST
The BREAST.
|
CHEST
The CHEST.
|
DYNAMIC
The DYNAMIC.
|
ENDOCAVITARY
The ENDOCAVITARY.
|
ENDORECTAL
The ENDORECTAL.
|
ENDOVAGINAL
The ENDOVAGINAL.
|
EPICARDIAL
The EPICARDIAL.
|
FETAL
The FETAL.
|
FLUENCE
The FLUENCE.
|
GATED
The GATED.
|
GATED_TOMO
The GATE d_ tomo.
|
GYNECOLOGY
The GYNECOLOGY.
|
HEAD
The HEAD.
|
HEART
The HEART.
|
INTRACARDIAC
The INTRACARDIAC.
|
INTRAOPERATIVE
The INTRAOPERATIVE.
|
INTRAVASCULAR
The INTRAVASCULAR.
|
LOCALIZER
The LOCALIZER.
|
MUSCULOSKELETAL
The MUSCULOSKELETAL.
|
NEONATAL
The NEONATAL.
|
OBSTETRICAL
The OBSTETRICAL.
|
OPHTHALMIC
The OPHTHALMIC.
|
PARTS
The PARTS.
|
PEDIATRIC
The PEDIATRIC.
|
PELVIC
The PELVIC.
|
PORTAL
The PORTAL.
|
RADIOGRAPH
The RADIOGRAPH.
|
RECON_GATED_TOMO
The RECO n_ gate d_ tomo.
|
RECON_TOMO
The RECO n_ tomo.
|
RETROPERITONEAL
The RETROPERITONEAL.
|
SCROTAL
The SCROTAL.
|
SIMULATOR
The SIMULATOR.
|
SINGLE_PLANE
The SINGL e_ plane.
|
SMALL
The SMALL.
|
STATIC
The STATIC.
|
STEREO_L
The STERE o_ l.
|
STEREO_R
The STERE o_ r.
|
TEE
The TEE.
|
THYROID
The THYROID.
|
TOMO
The TOMO.
|
TRANSCRANIAL
The TRANSCRANIAL.
|
TTE
The TTE.
|
US
The US.
|
VASCULAR
The VASCULAR.
|
WHOLE_BODY
The WHOL e_ body.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value.
|
void |
setValue(EnumImageType.Value3 enumImageValue)
Sets the value.
|
static EnumImageType.Value3 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumImageType.Value3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumImageType.Value3 SIMULATOR
public static final EnumImageType.Value3 PORTAL
public static final EnumImageType.Value3 AXIAL
public static final EnumImageType.Value3 LOCALIZER
public static final EnumImageType.Value3 TOMO
public static final EnumImageType.Value3 GATED_TOMO
public static final EnumImageType.Value3 RECON_TOMO
public static final EnumImageType.Value3 RECON_GATED_TOMO
public static final EnumImageType.Value3 GATED
public static final EnumImageType.Value3 DYNAMIC
public static final EnumImageType.Value3 WHOLE_BODY
public static final EnumImageType.Value3 STATIC
public static final EnumImageType.Value3 FLUENCE
public static final EnumImageType.Value3 ABDOMINAL
public static final EnumImageType.Value3 BREAST
public static final EnumImageType.Value3 CHEST
public static final EnumImageType.Value3 ENDOCAVITARY
public static final EnumImageType.Value3 ENDORECTAL
public static final EnumImageType.Value3 ENDOVAGINAL
public static final EnumImageType.Value3 EPICARDIAL
public static final EnumImageType.Value3 FETAL
public static final EnumImageType.Value3 HEART
public static final EnumImageType.Value3 GYNECOLOGY
public static final EnumImageType.Value3 INTRACARDIAC
public static final EnumImageType.Value3 INTRAOPERATIVE
public static final EnumImageType.Value3 INTRAVASCULAR
public static final EnumImageType.Value3 MUSCULOSKELETAL
public static final EnumImageType.Value3 NEONATAL
public static final EnumImageType.Value3 HEAD
public static final EnumImageType.Value3 OBSTETRICAL
public static final EnumImageType.Value3 OPHTHALMIC
public static final EnumImageType.Value3 PEDIATRIC
public static final EnumImageType.Value3 PELVIC
public static final EnumImageType.Value3 RETROPERITONEAL
public static final EnumImageType.Value3 SCROTAL
public static final EnumImageType.Value3 SMALL
public static final EnumImageType.Value3 PARTS
public static final EnumImageType.Value3 TEE
public static final EnumImageType.Value3 THYROID
public static final EnumImageType.Value3 TRANSCRANIAL
public static final EnumImageType.Value3 TTE
public static final EnumImageType.Value3 US
public static final EnumImageType.Value3 BIOPSY
public static final EnumImageType.Value3 VASCULAR
public static final EnumImageType.Value3 BIPLANE_A
public static final EnumImageType.Value3 BIPLANE_B
public static final EnumImageType.Value3 SINGLE_PLANE
public static final EnumImageType.Value3 STEREO_L
public static final EnumImageType.Value3 STEREO_R
public static final EnumImageType.Value3 RADIOGRAPH
public static EnumImageType.Value3[] values()
for (EnumImageType.Value3 c : EnumImageType.Value3.values()) System.out.println(c);
public static EnumImageType.Value3 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()
public void setValue(EnumImageType.Value3 enumImageValue)
enumImageValue - the new value