Version 1.0.0 22-AUG-2002 Changes since 0.9.2: Based on dcm4che Vers. 1.0.3 New Version of dcm4che fixed a bug with sequence attributes in DcmObject#putAll used in Dcm_Export. Fixed a bug in MetadataInfoPanel which throws an exception if binary metadata were included from an ImagePlus. Dcm_Export now checks, if the type of a given ImagePlus is supported. New method in DcmImportPanel: readFromFilesystem(java.io.File src). New methods in DcmExportPanel: writeToDICOMDIR(DcmDataImage ddi, java.io.File dicomdir) and writeToFilesystem(DcmDataImage ddi, java.io.File dest, boolean appendImageNumber. Add a new property to "dcmie.properties": dcmie.import.ij.mode=true Changed the names of some properties in "dcmie.properties": dcmie.import.image.show -> dcmie.import.ij.image.show dcmie.import.metadata.binary -> dcmie.import.ij.metadata.binary dcmie.import.metadata.onlyfirst -> dcmie.import.ij.metadata.onlyfirst dcmie.import.metadata.string -> dcmie.import.ij.metadata.string Rearranging of source files: DcmImportPanel, DcmExportPanel and DcmInspectorPanel depend no longer on the ImageJ package. ------------------------------------------- First public release: 0.9.2. 10-JUL-2002 ------------------------------------------- To Do: Dcm_Export: Add a parameter-block to manipulate the DICOM-details of the exported image (BitsStored, BitsAllocated etc.).