- Anonymize a gdcm-readable Dicom image even if pixels aren't gdcm readable
- Warning : the file is overwritten; to preserve file integrity,
- use a copy.
- usage: AnonymizeNoLoad filein=inputFileName fileout=outputFileName [debug]
- debug : user wants to run the program in 'debug mode'
+ Anonymizes a gdcm-readable Dicom image even if pixels aren't gdcm readable
+ Warning : Warning : the image is overwritten;
+ to preserve its integrity, use a copy.
+ usage: AnonymizeNoLoad {filein=inputFileName|dirin=inputDirectoryName}
+ [rubout=listOfPrivateElementsToRubOut]
+ [ { [noshadowseq] | [noshadow][noseq] } ] [debug]
+ inputFileName : Name of the (single) file user wants to anonymize
+ inputDirectoryName : user wants to anonymize *all* the files
+ within the (single Patient!) directory
+ listOfElementsToRubOut : group1-elem1,g2-e2,... (in hexa)
+ of extra Elements to rub out
+ noshadowseq: user doesn't want to load Private Sequences
+ noshadow : user doesn't want to load Private groups (odd number)
+ noseq : user doesn't want to load Sequences
+ debug : user wants to run the program in 'debug mode'
+ usage : user wants to display usage