Skip to content

MattVUIIS/dicom_anonymization_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dat - DICOM anonymization tool

A python script that uses the DicomSummarize command line tool installed from DicomBrowser. You can get the DicomBrowser here:

https://wiki.xnat.org/xnat-tools/dicombrowser

To anonymize a DICOM named deanon.dcm to anon.dcm using the tags specified in remap-config-file.xml:

dat anonymize deanon.dcm anon.dcm --config-xml remap-config-file.xml \
 --remap-csv remap.csv

This creates a file called remap.csv that contains the stripped out fields. This file is used to put the data back in later:

dat deanonymize anon.dcm deanon.dcm --config-xml remap-config-file.xml \
 --remap-csv remap.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages