edu.jhu.ece.iacl.jist.structures.image
Enum ImageHeader.ImageModality

java.lang.Object
  extended by java.lang.Enum<ImageHeader.ImageModality>
      extended by edu.jhu.ece.iacl.jist.structures.image.ImageHeader.ImageModality
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ImageHeader.ImageModality>
Enclosing class:
ImageHeader

public static enum ImageHeader.ImageModality
extends java.lang.Enum<ImageHeader.ImageModality>

The Enum ImageModality.


Enum Constant Summary
BIOMAGENETIC_IMAGING
          The BIOMAGENETI c_ imaging.
COLOR_FLOW_DOPPLER
          The COLO r_ flo w_ doppler.
COMPUTED_RADIOGRAPHY
          The COMPUTE d_ radiography.
COMPUTED_TOMOGRAPHY
          The COMPUTE d_ tomography.
DIAPHANOGRAPHY
          The DIAPHANOGRAPHY.
DIGITAL_RADIOGRAPHY
          The DIGITA l_ radiography.
DUPLEX_DOPPLER
          The DUPLE x_ doppler.
ENDOSCOPY
          The ENDOSCOPY.
EXTERNAL_CAMERA_PHOTOGRAPHY
          The EXTERNA l_ camer a_ photography.
FA
          The FA.
GENERAL_MICROSCOPY
          The GENERA l_ microscopy.
HARDCODY
          The HARDCODY.
INTRAORAL_RADIOGRAPHY
          The INTRAORA l_ radiography.
LASER_SURFACE_SCAN
          The LASE r_ surfac e_ scan.
MAGNETIC_RESONANCE
          The MAGNETI c_ resonance.
MAGNETIC_RESONANCE_ANGIOGRAPHY
          The MAGNETI c_ resonanc e_ angiography.
MAGNETIC_RESONANCE_SPECTROSCOPY
          The MAGNETI c_ resonanc e_ spectroscopy.
MAMMOGRAPHY
          The MAMMOGRAPHY.
NUCLEAR_MEDICINE
          The NUCLEA r_ medicine.
OTHER
          The OTHER.
PANORAMIC_XRAY
          The PANORAMI c_ xray.
POSITRON_EMISSION_TOMOGRAPHY
          The POSITRO n_ emissio n_ tomography.
RADIO_FLUOROSCOPY
          The RADI o_ fluoroscopy.
RADIOGRAPHIC_IMAGING
          The RADIOGRAPHI c_ imaging.
RADIOTHERAPY_DOSE
          The RADIOTHERAP y_ dose.
RADIOTHERAPY_IMAGE
          The RADIOTHERAP y_ image.
RADIOTHERAPY_PLAN
          The RADIOTHERAP y_ plan.
RADIOTHERAPY_RECORD
          The RADIOTHERAP y_ record.
RADIOTHERAPY_STRUCTURE_SET
          The RADIOTHERAP y_ structur e_ set.
RED_FREE
          The RE d_ free.
SINGLE_PHOTON_EMISSION_COMPUTED_TOMOGRAPHY
          The SINGL e_ photo n_ emissio n_ compute d_ tomography.
SLIDE_MICROSCOPY
          The SLID e_ microscopy.
THERMOGRAPHY
          The THERMOGRAPHY.
ULTRASOUND
          The ULTRASOUND.
UNKNOWN
          The UNKNOWN.
XRAY_ANGIOGRAPHY
          The XRA y_ angiography.
 
Method Summary
static ImageHeader.ImageModality valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImageHeader.ImageModality[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

UNKNOWN

public static final ImageHeader.ImageModality UNKNOWN
The UNKNOWN.


BIOMAGENETIC_IMAGING

public static final ImageHeader.ImageModality BIOMAGENETIC_IMAGING
The BIOMAGENETI c_ imaging.


COLOR_FLOW_DOPPLER

public static final ImageHeader.ImageModality COLOR_FLOW_DOPPLER
The COLO r_ flo w_ doppler.


COMPUTED_RADIOGRAPHY

public static final ImageHeader.ImageModality COMPUTED_RADIOGRAPHY
The COMPUTE d_ radiography.


COMPUTED_TOMOGRAPHY

public static final ImageHeader.ImageModality COMPUTED_TOMOGRAPHY
The COMPUTE d_ tomography.


DUPLEX_DOPPLER

public static final ImageHeader.ImageModality DUPLEX_DOPPLER
The DUPLE x_ doppler.


DIAPHANOGRAPHY

public static final ImageHeader.ImageModality DIAPHANOGRAPHY
The DIAPHANOGRAPHY.


DIGITAL_RADIOGRAPHY

public static final ImageHeader.ImageModality DIGITAL_RADIOGRAPHY
The DIGITA l_ radiography.


ENDOSCOPY

public static final ImageHeader.ImageModality ENDOSCOPY
The ENDOSCOPY.


GENERAL_MICROSCOPY

public static final ImageHeader.ImageModality GENERAL_MICROSCOPY
The GENERA l_ microscopy.


HARDCODY

public static final ImageHeader.ImageModality HARDCODY
The HARDCODY.


INTRAORAL_RADIOGRAPHY

public static final ImageHeader.ImageModality INTRAORAL_RADIOGRAPHY
The INTRAORA l_ radiography.


LASER_SURFACE_SCAN

public static final ImageHeader.ImageModality LASER_SURFACE_SCAN
The LASE r_ surfac e_ scan.


MAGNETIC_RESONANCE_ANGIOGRAPHY

public static final ImageHeader.ImageModality MAGNETIC_RESONANCE_ANGIOGRAPHY
The MAGNETI c_ resonanc e_ angiography.


MAMMOGRAPHY

public static final ImageHeader.ImageModality MAMMOGRAPHY
The MAMMOGRAPHY.


MAGNETIC_RESONANCE

public static final ImageHeader.ImageModality MAGNETIC_RESONANCE
The MAGNETI c_ resonance.


MAGNETIC_RESONANCE_SPECTROSCOPY

public static final ImageHeader.ImageModality MAGNETIC_RESONANCE_SPECTROSCOPY
The MAGNETI c_ resonanc e_ spectroscopy.


NUCLEAR_MEDICINE

public static final ImageHeader.ImageModality NUCLEAR_MEDICINE
The NUCLEA r_ medicine.


OTHER

public static final ImageHeader.ImageModality OTHER
The OTHER.


POSITRON_EMISSION_TOMOGRAPHY

public static final ImageHeader.ImageModality POSITRON_EMISSION_TOMOGRAPHY
The POSITRO n_ emissio n_ tomography.


PANORAMIC_XRAY

public static final ImageHeader.ImageModality PANORAMIC_XRAY
The PANORAMI c_ xray.


RADIO_FLUOROSCOPY

public static final ImageHeader.ImageModality RADIO_FLUOROSCOPY
The RADI o_ fluoroscopy.


RADIOGRAPHIC_IMAGING

public static final ImageHeader.ImageModality RADIOGRAPHIC_IMAGING
The RADIOGRAPHI c_ imaging.


RADIOTHERAPY_DOSE

public static final ImageHeader.ImageModality RADIOTHERAPY_DOSE
The RADIOTHERAP y_ dose.


RADIOTHERAPY_IMAGE

public static final ImageHeader.ImageModality RADIOTHERAPY_IMAGE
The RADIOTHERAP y_ image.


RADIOTHERAPY_PLAN

public static final ImageHeader.ImageModality RADIOTHERAPY_PLAN
The RADIOTHERAP y_ plan.


RADIOTHERAPY_RECORD

public static final ImageHeader.ImageModality RADIOTHERAPY_RECORD
The RADIOTHERAP y_ record.


RADIOTHERAPY_STRUCTURE_SET

public static final ImageHeader.ImageModality RADIOTHERAPY_STRUCTURE_SET
The RADIOTHERAP y_ structur e_ set.


SLIDE_MICROSCOPY

public static final ImageHeader.ImageModality SLIDE_MICROSCOPY
The SLID e_ microscopy.


SINGLE_PHOTON_EMISSION_COMPUTED_TOMOGRAPHY

public static final ImageHeader.ImageModality SINGLE_PHOTON_EMISSION_COMPUTED_TOMOGRAPHY
The SINGL e_ photo n_ emissio n_ compute d_ tomography.


THERMOGRAPHY

public static final ImageHeader.ImageModality THERMOGRAPHY
The THERMOGRAPHY.


ULTRASOUND

public static final ImageHeader.ImageModality ULTRASOUND
The ULTRASOUND.


XRAY_ANGIOGRAPHY

public static final ImageHeader.ImageModality XRAY_ANGIOGRAPHY
The XRA y_ angiography.


EXTERNAL_CAMERA_PHOTOGRAPHY

public static final ImageHeader.ImageModality EXTERNAL_CAMERA_PHOTOGRAPHY
The EXTERNA l_ camer a_ photography.


RED_FREE

public static final ImageHeader.ImageModality RED_FREE
The RE d_ free.


FA

public static final ImageHeader.ImageModality FA
The FA.

Method Detail

values

public static ImageHeader.ImageModality[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ImageHeader.ImageModality c : ImageHeader.ImageModality.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ImageHeader.ImageModality valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null