Skip to content

🕵️‍♂️ CLI tool that anonymizes DICOM files using dummy data

License

Notifications You must be signed in to change notification settings

ghust/dcmanonymize

 
 

Repository files navigation

🕵️‍ DICOM ANONYMIZE

Build Status Nuget (with prereleases)

Anonymizes DICOM files on your disk.

Installation

    dotnet tool install dcmanonymize --global

Usage

    dcmanonymize file1.dcm file2.dcm file3.dcm

or using piped input

    dcmfind | dcmanonymize

See https://github.com/amoerie/dcmfind

Options

  files pos. 0               Required. (Default: .) Anonymize these DICOM files. When missing, this option will be read from the piped input.

  -p, --parallelism          (Default: 8) Process this many files in parallel
  
  --help                     Display this help screen.

  --version                  Display version information.

About

🕵️‍♂️ CLI tool that anonymizes DICOM files using dummy data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 95.7%
  • PowerShell 4.0%
  • Batchfile 0.3%