Package gov.nih.mipav.model.file
Enum FileInfoBase.Modality
- All Implemented Interfaces:
Serializable,Comparable<FileInfoBase.Modality>,java.lang.constant.Constable
- Enclosing class:
FileInfoBase
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionImage modality biomagnetic imaging.Image modality color flow doppler.Image modality CR.Image modality CT.Image modality diaphanography.Image modality digital radiography.Image modality duplex doppler.Image modality endoscopy.Image modality external camera photography.Image modality Fluorescein Angiography.Image modality general microscopy.Image modality hard copy.Image modality IndoCyanine Green.Image modality intraoral radiography.Image modality laser surface scan.Image modality MR.Image modality MR angiography.Image modality MR SPECT.Image modality mammography.Image modality nuclear medicine.Image modality other.Image modality panoramtic X ray.Image modality PET.Image modality radio fluoroscopy.Image modality radiographic imaging.Image modality radiotherapy dose.Image modality radiotherapy image.Image modality radiotherapy plan.Image modality radiotherapy record.Image modality radiotherapy structure set.Image modality Red Free.Image modality SPECT.Image modality slide microscopy.Image modality thermography.Image modality ultrasound.Image modality unknown.Image modality X ray angiography. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninttoString()static FileInfoBase.ModalityReturns the enum constant of this type with the specified name.static FileInfoBase.Modality[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN_MODALITY
Image modality unknown. -
BIOMAGNETIC_IMAGING
Image modality biomagnetic imaging. -
COLOR_FLOW_DOPPLER
Image modality color flow doppler. -
COMPUTED_RADIOGRAPHY
Image modality CR. -
COMPUTED_TOMOGRAPHY
Image modality CT. -
DUPLEX_DOPPLER
Image modality duplex doppler. -
DIAPHANOGRAPHY
Image modality diaphanography. -
DIGITAL_RADIOGRAPHY
Image modality digital radiography. -
ENDOSCOPY
Image modality endoscopy. -
GENERAL_MICROSCOPY
Image modality general microscopy. -
HARDCOPY
Image modality hard copy. -
INTRAORAL_RADIOGRAPH
Image modality intraoral radiography. -
LASER_SURFACE_SCAN
Image modality laser surface scan. -
MAGNETIC_RESONANCE_ANGIOGRAPHY
Image modality MR angiography. -
MAMMOGRAPHY
Image modality mammography. -
MAGNETIC_RESONANCE
Image modality MR. -
MAGNETIC_RESONANCE_SPECTROSCOPY
Image modality MR SPECT. -
NUCLEAR_MEDICINE
Image modality nuclear medicine. -
OTHER
Image modality other. -
POSITRON_EMISSION_TOMOGRAPHY
Image modality PET. -
PANORAMIC_XRAY
Image modality panoramtic X ray. -
RADIO_FLUOROSCOPY
Image modality radio fluoroscopy. -
RADIOGRAPHIC_IMAGING
Image modality radiographic imaging. -
RADIOTHERAPY_DOSE
Image modality radiotherapy dose. -
RADIOTHERAPY_IMAGE
Image modality radiotherapy image. -
RADIOTHERAPY_PLAN
Image modality radiotherapy plan. -
RADIOTHERAPY_RECORD
Image modality radiotherapy record. -
RADIOTHERAPY_STRUCTURE_SET
Image modality radiotherapy structure set. -
SLIDE_MICROSCOPY
Image modality slide microscopy. -
SINGLE_PHOTON_EMISSION_COMPUTED_TOMOGRAPHY
Image modality SPECT. -
THERMOGRAPHY
Image modality thermography. -
ULTRASOUND
Image modality ultrasound. -
XRAY_ANGIOGRAPHY
Image modality X ray angiography. -
EXTERNAL_CAMERA_PHOTOGRAPHY
Image modality external camera photography. -
RED_FREE
Image modality Red Free. -
FA
Image modality Fluorescein Angiography. -
ICG
Image modality IndoCyanine Green.
-
-
Field Details
-
legacyNum
private int legacyNumThe legacy number that can be used to reference a modality. -
printDisp
The way this modality will be displayed to the user.
-
-
Constructor Details
-
Modality
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<FileInfoBase.Modality>
-
getLegacyNum
public int getLegacyNum()
-