Read DICOM 2 Changes
Read DICOM 2 is a development of Read DICOM, which itself was developed from a previous project.
- read_DCMLIST uses DCMTK to scan DICOM files, this means all types are DICOM files are now handled.
- read_dicom_files uses DCMTK to load DICOM image
Read DICOM Changes
With this release (to be refered to as Version 3) of the ReadDICOM project there have been many fixes/changes and restructuring of files. They are listed here (as many as I can remember anyway).
- uses Papyrus 3.71 which is completely integrated in the Project
- location of Papyrus libs and includes changed
- project name changed from readDicom to ReadDICOM with sublibraries ReadDICOMData, ReadDICOMMods and ReadDICOMMacs
- module read_dicom changed to read_dicom_files
- macro readDicom changed to ReadDICOM
- added read_DCMLIST module to manage DICOM files
- added easy point'n'click selection of DICOM series
- group Images_Header changed to DICOM_Header
- group Image_Data changed to DICOM_Volume
- new file rddidat.v contains the definitions of DICOM_Header and DICOM_Volume
- images are correctly transposed to create correct volume reconstruction
- DICOM_Header subgroup UI's overhauled
- Requires StringArraySubset IAC project
- Determines slice spacing for CT
James S Perrin (UoM)