Click or drag to resize

Atalasoft.Imaging.Codec.Dicom Namespace

 
Classes
  ClassDescription
Public classDicomDataset

DicomDataset is an object that encapsulates and models the data set structures of a Dicom file. From this object, client code can request images from within the file. The DicomDataset object implements the IDisposable interface because it contains system resources that need to be freed. It should be noted that all DicomDataset objects should be disposed before an application exits. Failure to do so may cause the application to throw an exception.

There are three forms of images that can be retrieved from a DicomDataset:

RawModalityTransformedPresentation

Raw images have had little or no processing performed on them. If an image is not representable by a DotImage PixelFormat, it will be transformed into the nearest matching Dicom color space.

ModalityTransformed images have been transformed as with Raw images and then with the Modality Look Up Table for the image.

Presentation images have been transformed as with ModalityTransformed images, but if gray have had the implicit window and leveling applied if present, or have had the a derived window and leveling applied.

Public classDicomDecoder
Public classDicomHeaderParser
Use this class to read the meta-data from a DICOM encoded image
Public classDicomImage

DicomImage is a representation of raw or processed DicomImage data. DicomImage is meant to be used by those who need to do efficient and repeated window and leveling processing of image data.

The DicomImage object implements the IDisposable interface because it contains system resources that need to be freed. It should be noted that all DicomImage objects should be disposed before an application exits. Failure to do so may cause the application to throw an exception.

Enumerations
  EnumerationDescription
Public enumerationDicomGroup
Represents a Group in the DICOM meta-data
Public enumerationDicomTag
Represents a Tag in the DICOM meta-data