https://github.com/andreped/dicomanonymizer
Simple program (.exe) for anonymizing dicoms
https://github.com/andreped/dicomanonymizer
anonymization cts dicom mri
Last synced: 5 months ago
JSON representation
Simple program (.exe) for anonymizing dicoms
- Host: GitHub
- URL: https://github.com/andreped/dicomanonymizer
- Owner: andreped
- License: mit
- Created: 2020-12-03T13:45:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-03T14:52:11.000Z (over 5 years ago)
- Last Synced: 2025-10-08T11:53:02.006Z (9 months ago)
- Topics: anonymization, cts, dicom, mri
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dicomAnonymizer
Simple program (.exe) for anonymizing DICOMs.
## To use:
Download the .exe-file from the [tags section](https://github.com/andreped/dicomAnonymizer/releases). It can be found in **Assets**.
Simply run the executable. A file dialog will open. Choose the patient folder of interest. Click "Open". The program will start to run immediately. There will be created an anonymized folder at the same level as the selected patient folder. Thus, the original data will be kept untouched. While the program is running, a console should output prints for which scan it is currently working on. When the program is finished, the console will close.
## Expected Patient Folder Structure:
```
+-- {PATIENT_FOLDER}/
| +-- Patient 1/
| | +-- Some_scans_folder/
| | | +-- Scan 1/
| | | | +-- File 1
| | | | +-- File 2
| | | | +-- [...]
| | | | +-- File K
```
## Expected Directory Setup (excluding scans folder structure):
```
+-- {PATIENT_FOLDER}/
| +-- Patient 1/
| | +-- Some_scans_folder/
| | +-- Images/
| | +-- Some_files_and_folder_to_be_neglected
| | +-- [...]
| +-- Patient 2/
| | +-- Some_scans_folder/
| | +-- Images/
| | +-- Some_files_and_folder_to_be_neglected
| | +-- [...]
[...]
| +-- Patient N/
| | +-- Some_scans_folder/
| | +-- Images/
| | +-- Some_files_and_folder_to_be_neglected
| | +-- [...]
```