Search found 4 matches

by tinku99
Mon, 2011-08-22, 21:44
Forum: DCMTK - General
Topic: how to anonymize
Replies: 5
Views: 16527

updated dcmodify command

Here is the updated command that might work. I generate a new SOPInstanceUID to overwrite the (0002,0003) tag. dcmodify -ie -gin -nb -ea "(0010,0010)" -ea "(0010,0020)" -ea "(0010,0030)" -ea "(0020,000E)" -ea "(0020,000D)" -ea "(0008,0080)"...
by tinku99
Tue, 2010-11-23, 01:24
Forum: DCMTK - General
Topic: problem using storescp and movescu with isite
Replies: 2
Views: 4566

problem using storescp and movescu with isite

Is there a known problem in dcmtk with philips isite ? Using the following query # query level attribute 0008,0052 set to either PATIENT, STUDY, SERIES or IMAGE (0008,0052) CS [PATIENT] # QueryRetrieveLevel (0010,0010) PN [] # PatientsName (0020,000d) UI [] # 54, 1 StudyID (0020,000d) UI [] # 50, 1 ...
by tinku99
Mon, 2009-11-23, 03:39
Forum: DCMTK - General
Topic: how can we create DICOM format image from pixel data & tags
Replies: 3
Views: 15464

using dcmdump and dump2dcm to anonymize

here is an autohotkey script to do it runwait, dcmdump +W . in.dcm FileAppend, ( (0010,0010) PN [] # PatientsName (0010,0020) LO [] # PatientID (0020,000d) UI [] # 54, 1 StudyID (0020,000d) UI [] # 50, 1 StudyInstanceUID (0020,000e) UI [] # 38, 1 SeriesInstanceUID (0008,0050) SH [] # 14, 1 Accession...
by tinku99
Mon, 2009-11-23, 03:13
Forum: DCMTK - General
Topic: how to anonymize
Replies: 5
Views: 16527

using dcmodify

dcmodify -v -ea "(0010,0010)" -ea "(0010,0020)" -ea "(0010,0030)" -ea "(0020,000E)" -ea "(0020,000D)" -ea "(0008,0018)" -ea "(0008,0080)" -ea "(0008,0081)" -ea "(0008,0050)" -ea "(0008,0090)" -ea &quo...