org.dicom4j.dicom.CodedAttributes
Class Modalities

java.lang.Object
  extended by org.dicom4j.dicom.CodedAttributes.support.CodedAttributes
      extended by org.dicom4j.dicom.CodedAttributes.Modalities

Deprecated. must be in toolkit

public class Modalities
extends CodedAttributes

Modalities

Since:
Alpha 0.0.2
Author:
Laurent Lecomte

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

Field Detail

ComputedRadiography

public static final Modality ComputedRadiography
Deprecated. 
Computed Radiography (CR)


ComputedTomography

public static final Modality ComputedTomography
Deprecated. 
Computed Tomography (CT)


IntraOralRadiography

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


MagneticResonance

public static final Modality MagneticResonance
Deprecated. 

Mammography

public static final Modality Mammography
Deprecated. 

Other

public static final Modality Other
Deprecated. 

Ultrasound

public static final Modality Ultrasound
Deprecated. 
Ultrasound (US)

Constructor Detail

Modalities

public Modalities()
Deprecated. 
Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2009 dicom4j. All Rights Reserved.