Skip to content

Instantly share code, notes, and snippets.

@tinku99
Created May 10, 2012 12:54
Show Gist options
  • Save tinku99/2652845 to your computer and use it in GitHub Desktop.
Save tinku99/2652845 to your computer and use it in GitHub Desktop.
simple dicom anonymization with dcmtk
dcmodify -ie -gin -nb -ea "(0010,0010)" -ea "(0010,0020)" -ea "(0010,0030)" -ea "(0020,000E)" -ea "(0020,000D)" -ea "(0008,0080)" -ea "(0008,0081)" -ea "(0008,0050)" -ea "(0008,0090)" -ea "(0008,1070)" -ea "(0008,1155)" -ea "(0010,1000)" -ea "(0020,0010)" -ea "(0020,4000)" *.dcm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment