Search found 2 matches

by benno
Mon, 2007-08-27, 09:30
Forum: DCMTK - General
Topic: Trouble creating sequences in a sequence
Replies: 3
Views: 5595

I don't understand your remark about subItem. I do test for the value and I don't use iPdFile outside the loop, so as far as I see I don't use subItem[5]. Indeed the loop over iPlugin is not correct and probably overwrites `item'. But changing item to an array (like subItem) doesn't change anything...
by benno
Mon, 2007-08-20, 16:09
Forum: DCMTK - General
Topic: Trouble creating sequences in a sequence
Replies: 3
Views: 5595

Trouble creating sequences in a sequence

Hi, I'm trying to create a sequence of items which in turn contain a sequence. Also I'm trying to use private tags, for which I use a private creator tag. When I use the following code, everything is fine: { DcmSequenceOfItems *sequence = NULL; DcmSequenceOfItems *subSequence[2]; DcmItem *item = NUL...