Closed Ede1994 closed 1 year ago
Hello @Ede1994,
This example has not been updated for a while, I will update it.
In the mean time, to make it work, you can replace allTags
by ALL_TAGS
and replace
anonymize(input_dicom_path, output_dicom_path, extraAnonymizationRules)
by
anonymize(input_dicom_path, output_dicom_path, extraAnonymizationRules, False)
This should make the script work.
Thanks! Now it works :)
I've tried your example: https://github.com/KitwareMedical/dicom-anonymizer#customoverrides-actions, but I always get the error message:
Can someone explain this to me?