KitwareMedical / dicom-exporter

DICOM file converter in Python
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

FIX: Call correct filename method when using vtkJSONDataSetWriter #7

Closed laurennlam closed 1 year ago

laurennlam commented 1 year ago

SetFileName method from vtkJSONDataSetWriter is deprecated since vtk 9.0. Use the correct setter for the file name according to the vtk version.