Skip to content

Releases: dgobbi/vtk-dicom

dicomtools-0.8.15

29 Aug 11:00
Compare
Choose a tag to compare

Update the dictionary to DICOM 2023c. In dicomtocsv, skip any leading or trailing localizer in the series when reporting attributes by series.

dicomtools-0.8.14

01 Dec 21:01
Compare
Choose a tag to compare

This release fixes building against a namespaced VTK, updates the dictionary to DICOM 2022c, and handles the write-ahead log for the sqlite database.

dicomtools-0.8.13

27 Jun 03:47
Compare
Choose a tag to compare

This release further improves build support for VTK 9 and fixes a few bugs. See the log for additional information.

dicomtools-0.8.12

18 Nov 17:34
Compare
Choose a tag to compare

This release contains a fix for using query files (the '-q' option) with the dicomtools on Windows. It also updates the build system for the upcoming VTK 9. See the log for additional information.

dicomtools-0.8.11

06 Oct 02:10
Compare
Choose a tag to compare

This release contains bug fixes and improves the efficiency of dicomfind, dicomtocsv, and dicompull when searching through a large number of files. The dicom dictionary has been updated to 2019d. See the log for additional information.

dicomtools-0.8.10

04 Jul 23:36
Compare
Choose a tag to compare

This release improves the ability of niftitodicom to copy metadata from provided data sets, and provides various bug fixes. See the log for additional information.

dicomtools-0.8.9

04 Jan 02:33
Compare
Choose a tag to compare

This update includes the DICOM dictionary from the DICOM 2018e release. For users of the VTK classes, the vtkDICOMReader now lists the current file in its progress text.

dicomtools-0.8.8

29 Nov 23:50
Compare
Choose a tag to compare

This release updates the DICOM dictionary to 2018d, adds the ability to explicitly set time information in dicomtonifti, and fixes a 'vector iterator not dereferencable' exception that could occur on Windows in dicomfind and the other searching tools.

dicomtools-0.8.6

04 Oct 03:25
Compare
Choose a tag to compare

This release adds new features to the command-line tools, and fixes some bugs for reading OsiriX databases. Feature-wise, the dicompull tool gained the ability to create directory trees from any attribute values instead just a limited few, dicomtocsv has new options for printing the minimum, maximum, or a list of all values present for an attribute across a series, and the DICOM dictionary has been updated for the 2017d edition of the standard. The bugs fixed for reading OsiriX databases are as follows: dates before 1970 were read incorrectly, all times were off by a few seconds due to a roundoff error, and daylight savings time was incorrectly applied.

dicomtools-0.8.5

24 Aug 05:34
Compare
Choose a tag to compare

This release fixes problems with using the command-line tools to perform searches for attributes that aren't in the root of the data set, particularly for private attributes. Also, the tools now report data elements that are beyond the PixelData element (7FE0,0010).