org.dicom4j.images
Class DicomImageReader
java.lang.Object
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
DicomImageReader
public DicomImageReader()
- Creates a new reader
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.