Skip to content

Update the vtkDICOM remote module to 0.7.9.

David Gobbi requested to merge dgobbi/vtk:remote-vtk-dicom into master

Changes since 0.7.8:

  • Update dictionary using 2016c Part 6.
  • Update private dictionaries from dicom3tools.
  • Automatically perform YBR to RGB conversion in reader.
  • Add a ShowHidden option to vtkDICOMDirectory.
  • Move UID generation into its own class.
  • Make dicomfind {} substitution more flexible.
  • Allow adding to the directory input file names.
  • Change the brace style to non-indented.
  • Change all header documentation to doxygen.

Bug fixes since 0.7.8:

  • Fix broken SetInputFileName() method of FileSorter.
  • If duplicate instances are found, split into different series.
  • Made the IsDICOMFile() check more lenient.
  • Use UID, not Instance, to find duplicates in vtkDICOMFileSorter.
  • Skip localizers at the beginning of a series.
  • Do not reject unrecognized VRs that include a 'space' character.
  • Check for repeated filenames when building vtkDICOMDirectory.

Merge request reports