Search found 3 matches

by jsgillen1
Sat, 2020-02-15, 16:08
Forum: Other DICOM Tools
Topic: dcmodify and private sequence attributes
Replies: 4
Views: 8405

Re: dcmodify and private sequence attributes

Here's a minimal dump that can be used to test the problem. You should be able to convert it into a DICOM file using dump2dcm. I don't seem to have attachment permission. Here are the commands: cat << EOF > test.txt (0002,0000) UL 208 (0002,0001) OB 00\01 (0002,0002) UI =MRImageStorage (0002,0003) U...
by jsgillen1
Fri, 2020-02-14, 14:47
Forum: Other DICOM Tools
Topic: dcmodify and private sequence attributes
Replies: 4
Views: 8405

Re: dcmodify and private sequence attributes

Here are my dictionary entries for an example of the problem. This example is done on a Windows system using the pre-built binaries from DCMTK. I get the same results using my Mac and CentOS versions built from source code: C:\Data>echo %DCMDICTPATH% C:\dcmtk-3.6.5-win64-dynamic\share\dcmtk\private....
by jsgillen1
Mon, 2020-02-10, 15:49
Forum: Other DICOM Tools
Topic: dcmodify and private sequence attributes
Replies: 4
Views: 8405

dcmodify and private sequence attributes

I'm working on a DICOM anonymizer for our Philips MRI data using dcmodify and seeing problems with private tags. Private sequences are not recognized with the usual entries in the private dictionary. On my Mac and Linux system I'm using a DCMTK 3.6.5 that I built from source so I loaded the pre-buil...