]> Creatis software - gdcm.git/commit
Add an executable (not yet fully checked) to anonymize a DICOMDIR
authorjpr <jpr>
Wed, 9 Mar 2005 19:15:04 +0000 (19:15 +0000)
committerjpr <jpr>
Wed, 9 Mar 2005 19:15:04 +0000 (19:15 +0000)
commit1d9e55eaf7f1a4fdabb89d17fed3708dd908135f
tree1a10b5f67e583534c6c798923405ba243f610192
parent5d500da6efca5f90d38223dbb65f7f521a276a1a
Add an executable (not yet fully checked) to anonymize a DICOMDIR
without loading it as a gdcmDicomDir (just as a ggdcm::Document),
yet gdcm::DicomDir contructor only retains the SQItems *we* use
(more may be present inside the Sequence, and they would desappeared using
standard Anonymize method)
Example/AnonymizeDicomDir.cxx [new file with mode: 0644]