Search found 2 matches

by Sebuz
Fri, 2010-02-05, 03:37
Forum: DCMTK - General
Topic: Sequence insertion/modification with dcmodify broken?
Replies: 1
Views: 3409

Ok, I was able to work around the problem by explicitly adding the following definition into the dicom dic: (0099,1101) SQ MySequence 1 test101 Now it all seems to work, but why it doesn't for private sequence modifications/insertions with the previous dicom.dic definition?: (0099,"MyReservatio...
by Sebuz
Thu, 2010-02-04, 20:07
Forum: DCMTK - General
Topic: Sequence insertion/modification with dcmodify broken?
Replies: 1
Views: 3409

Sequence insertion/modification with dcmodify broken?

Hi, I have the latest build of DCMTK (3.5.5_20100114) and I cannot figure out how to insert more than one tag into a private sequence. Here is what I tried: dcmodify -i "(0099,0011)=MyReservationTag" -i "(0099,1101)[0].CodeValue=cm^3" -i "(0099,1101)[0].NumericValue=0.66&quo...