Skip to content

LetsMelon/dicom-anonymizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dicom-anonymizer

CLI program written in Rust to anonymize DICOM files

$ dicom-tools --help

dicom-tools 0.1.0
Domenic Melcher

USAGE:
    dicom-tools [OPTIONS] <FILE>

ARGS:
    <FILE>    DICOM file to anonymize

OPTIONS:
    -c, --config <config>
            Custom config yaml-file with presets

    -d, --dry-run
            If set then the file will not be saved

    -h, --help
            Print help information

    -o, --output <output>
            Output path for DICOM file

    -p, --patient-name <patient_name>
            Change the patient name

        --patient-birth-day <patient_birth_day>
            Change the patient birthday (yyy-mm-dd or yyyy-m-d)

        --patient-sex <patient_sex>
            Change the patient sex (M,F,O)

        --remove-tags <remove_tags>...
            Remove dicom tags from the object. Example: 0x0010-0x0020,0x0010-0x0040

    -V, --version
            Print version information

About

CLI program written in Rust to anonymize DICOM files (Work in progress)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages