Skip to content

DICAT 2.2

Latest
Compare
Choose a tag to compare
@cmadjar cmadjar released this 21 May 19:13
· 1 commit to 2.2-dev since this release
4fa2eb8

List of all DICAT 2.2 changes

New Features

  • Adding possibility to run DICAT on several studies from the command line (#95, #107). Instructions on how to run this script can be found in typing python mass_deidentify.py -h:

mass_deidentify_help

  • Added possibility to keep or edit any of the DICOM field value from the GUI (before, only the PatientName, Gender and Date of birth fields could be edited or kept)

DICOM_deidentification

(1) De-identifier tab
(2) Select a DICOM directory
(3) View DICOM fields
(4) DICOM identifiable fields are displayed in a table with editable fields
(5) To clear out all identifiable fields from the table
(6) Any field can be edited
(7) Note that the PatientName DICOM field is required (usually they would be study IDs)
(8) To run the de-identification and replace the DICOM fields' values with the information present in the table when the user clicks "De-identify"

Bug fixes

  • Removed leading and trailing spaces from the edited PatientName (#101)

  • Remove the deprecated dcmtk methods as now DICAT relies only on PyDICOM (#103)

Improvements

  • Add a pop up window to warn users that the PatientName field has not been set when clicking on the "De-identify" button (#109)