Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhenanbartels/anonymize-gui
Simple GUI to anonymize Dicom files inside a folder and subfolders
https://github.com/rhenanbartels/anonymize-gui
Last synced: 8 days ago
JSON representation
Simple GUI to anonymize Dicom files inside a folder and subfolders
- Host: GitHub
- URL: https://github.com/rhenanbartels/anonymize-gui
- Owner: rhenanbartels
- Created: 2015-05-20T17:53:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T21:11:50.000Z (over 9 years ago)
- Last Synced: 2023-04-06T08:40:21.103Z (over 1 year ago)
- Language: Matlab
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GUI to anonymize Dicom Files
===========================
This code creates a simple GUI using Tkinter.
With the button load you select the parent folder which
cotains subfolders with Dicom files.
After selection the main folder, click the run button.
A folder called Anonymized will be created for each patient
joining all Dicom files that belongs to the same patient.Dependencies:
Python 2.7 and
PyDicom