org.dicom4j.dicom.CodedAttributes
Class Modality

java.lang.Object
  extended by org.dicom4j.dicom.CodedAttributes.support.CodedAttribute
      extended by org.dicom4j.dicom.CodedAttributes.Modality

public class Modality
extends CodedAttribute

Modality

Since:
0.0.2
Author:
Laurent Lecomte

Field Summary
static Modality ComputedRadiography
          Computed Radiography (CR)
static Modality ComputedTomography
          Computed Tomography (CT)
static Modality IntraOralRadiography
          Intra-oral Radiography (IO)
static Modality MagneticResonance
           
static Modality Mammography
           
static Modality Other
           
static Modality Ultrasound
          Ultrasound (US)
 
Constructor Summary
Modality(String aCode, String aValue)
           
 
Method Summary
 
Methods inherited from class org.dicom4j.dicom.CodedAttributes.support.CodedAttribute
getCode, getType, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ComputedRadiography

public static final Modality ComputedRadiography
Computed Radiography (CR)


ComputedTomography

public static final Modality ComputedTomography
Computed Tomography (CT)


IntraOralRadiography

public static final Modality IntraOralRadiography
Intra-oral Radiography (IO)


MagneticResonance

public static final Modality MagneticResonance

Mammography

public static final Modality Mammography

Other

public static final Modality Other

Ultrasound

public static final Modality Ultrasound
Ultrasound (US)

Constructor Detail

Modality

public Modality(String aCode,
                String aValue)


Copyright © 2009 dicom4j. All Rights Reserved.