org.dicom4j.images
Class DicomImageReader

java.lang.Object
  extended by org.dicom4j.images.DicomImageReader

public class DicomImageReader
extends Object

A class that encapsulates the pixel data and features and values from an image source (such as a DICOM image), usually for the purpose of displaying it.

l

Since:
Alpha 0.0.0
Author:
dclunie

Constructor Summary
DicomImageReader()
          Creates a new reader
 
Method Summary
static DicomImage createDicomFrames(DataSet aDataSet)
           
 int getMaximum()
           
 int getMinimum()
           
 ModalityTransform getModalityTransform()
           
 int getPaletteColorBitsPerEntry()
           
 short[] getPaletteColorBlueTable()
           
 int getPaletteColorFirstValueMapped()
           
 short[] getPaletteColorGreenTable()
           
 int getPaletteColorLargestGray()
           
 int getPaletteColorNumberOfEntries()
           
 short[] getPaletteColorRedTable()
           
 RealWorldValueTransform getRealWorldValueTransform()
           
 VOITransform getVOITransform()
           
 boolean isGrayscale()
           
 boolean isInverted()
           
 boolean isSigned()
           
 DicomImage read(DataSet aDataSet)
          Creates images from a DataSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DicomImageReader

public DicomImageReader()
Creates a new reader

Method Detail

createDicomFrames

public static DicomImage createDicomFrames(DataSet aDataSet)
                                    throws DicomImageReaderException,
                                           DicomException
Throws:
DicomImageReaderException
DicomException

getMaximum

public int getMaximum()

getMinimum

public int getMinimum()

getModalityTransform

public ModalityTransform getModalityTransform()

getPaletteColorBitsPerEntry

public int getPaletteColorBitsPerEntry()

getPaletteColorBlueTable

public short[] getPaletteColorBlueTable()

getPaletteColorFirstValueMapped

public int getPaletteColorFirstValueMapped()

getPaletteColorGreenTable

public short[] getPaletteColorGreenTable()

getPaletteColorLargestGray

public int getPaletteColorLargestGray()

getPaletteColorNumberOfEntries

public int getPaletteColorNumberOfEntries()

getPaletteColorRedTable

public short[] getPaletteColorRedTable()

getRealWorldValueTransform

public RealWorldValueTransform getRealWorldValueTransform()

getVOITransform

public VOITransform getVOITransform()

isGrayscale

public boolean isGrayscale()

isInverted

public boolean isInverted()

isSigned

public boolean isSigned()

read

public DicomImage read(DataSet aDataSet)
                throws DicomImageReaderException,
                       DicomException
Creates images from a DataSet

Parameters:
aDataSet -
Returns:
Throws:
DicomImageReaderException
DicomException


Copyright © 2009 dicom4j. All Rights Reserved.