dgobbi / vtk-dicom

A set of classes for using DICOM in VTK.
BSD 3-Clause "New" or "Revised" License
259 stars 94 forks source link

Crash in dicomtocsv for multiple UID matching #157

Closed dgobbi closed 6 years ago

dgobbi commented 6 years ago

If a "-k" query for dicomtocsv uses multiple UID matching. i.e. if a backslash-separated list of UIDs is provided, there is a crash in the vtkDICOMDirectory class. Other tools, such as dicomfind, do not crash.

dgobbi commented 6 years ago

This bug was introduced in 8.6 as a result of efficiency improvements to dicomtocsv. It is fixed by commit 803feead.