public enum DeviceType extends Enum<DeviceType>
Enum Constant and Description |
---|
ARCHIVE
Archive
|
CAD
Computer Assisted Detection/Diagnosis
|
CAPTURE
Image Capture
|
COMP
Computation Server
|
CR
Computed Radiography
|
CT
Computed Tomography
|
DSS
Department System Scheduler
|
DX
Digital Radiography
|
ECG
Electrocardiography
|
EPS
Cardiac Electrophys
|
ES
Endoscopy
|
FILMD
Film Digitizer
|
GM
General Microscopy
|
HD
Hemodynamic Waveform
|
IO
Intra-oral Radiography
|
IVUS
Intravascular Ultrasound
|
LOG
Procedure Logging
|
MCD
Media Creation Device
|
MG
Mammography
|
MR
Magnetic Resonance
|
NM
Nuclear Medicine
|
OP
Ophthalmic Photography
|
PRINT
Hard Copy Print Server
|
PT
Positron emission tomography
|
PX
Panoramic X-Ray
|
RF
Radiofluoroscopy
|
RG
Radiographic imaging
|
RT
Radiation Therapy Device
|
RTIMAGE
Radiotherapy Image
|
SM
Slide Microscopy
|
US
Ultrasound
|
WSD
Workstation
|
XA
X-Ray Angiog
|
XC
External-camera Photography
|
Modifier and Type | Method and Description |
---|---|
static DeviceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceType EPS
public static final DeviceType CR
public static final DeviceType CT
public static final DeviceType DX
public static final DeviceType ECG
public static final DeviceType ES
public static final DeviceType XC
public static final DeviceType GM
public static final DeviceType HD
public static final DeviceType IO
public static final DeviceType IVUS
public static final DeviceType MR
public static final DeviceType MG
public static final DeviceType NM
public static final DeviceType OP
public static final DeviceType PX
public static final DeviceType PT
public static final DeviceType RF
public static final DeviceType RG
public static final DeviceType RTIMAGE
public static final DeviceType SM
public static final DeviceType US
public static final DeviceType XA
public static final DeviceType ARCHIVE
public static final DeviceType COMP
public static final DeviceType CAD
public static final DeviceType DSS
public static final DeviceType FILMD
public static final DeviceType MCD
public static final DeviceType PRINT
public static final DeviceType CAPTURE
public static final DeviceType LOG
public static final DeviceType RT
public static final DeviceType WSD
public static DeviceType[] values()
for (DeviceType c : DeviceType.values()) System.out.println(c);
public static DeviceType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017 dcm4che.org. All rights reserved.