Features

* The DICOM module automatically detects whether File Meta Information Header (part 10) is present in the file or not. It can handle files with and without File Meta Information Header as well.

* The DICOM module automatically detects the Transfer Syntax of the DICOM Object if File Meta Information Header is not present.

* The DICOM module can handle Sequences and Items with defined length. It also handles Sequences and Items terminated by Delimitator tags.

Limitations

* Since Interfile is suitable for nuclear medicine data only, the converters (IF2DCM, DCM2IF, IDICON) are applicable only for nuclear medicine data.

* The DICOM module does not generate Unique IDs. It writes out some readable text indicating the type of the UID instead.

Changes

v1.2 -> v1.2.6

* Memory allocation and deallocation problems fixed.

* Command lines may contain @listfile. The contents of the file is treated as the part of the command line. Whitespaces are treated as separators. Arguments containing whitespaces should be given between "" (double quotes) or '' (single quotes).

v1.1 -> v1.2

* The DICOM module can handle Sequences and Items with defined length.

* In IF2DCM (0008,0050) Accession Number and (0008,0030) Study Time was incorrectly set. Fixed.

* Compiles under SunOS 4.1.3 and AIX 3.2.