Search found 3 matches

by SachinP
Thu, 2017-04-13, 18:52
Forum: DCMTK - General
Topic: Private tag writing error Illegal call, perhaps wrong parame
Replies: 4
Views: 5166

Re: Private tag writing error Illegal call, perhaps wrong pa

Hi, Thanks. With DCMTK 3.6.0 it worked by explicitily passing VR. But in DCM file it shows as below. (0009,0033) : private mapped to (0009,00FF) LO 1 Comp (0009,3345) : private mapped to (0009,FF45) UN 1 4E65772050726F746F636F6C Is correct behaviour? Please confirm bold part. Thanks and Regards, Sac...
by SachinP
Wed, 2017-04-05, 09:35
Forum: DCMTK - General
Topic: Private tag writing error Illegal call, perhaps wrong parame
Replies: 4
Views: 5166

Re: Private tag writing error Illegal call, perhaps wrong pa

Hi,

It is observed that private tag is taking unknwon VR, actually it shall take VR from dictionary.

What could be reason of not taking proper VR from dictionary?

Regards,
Sachin
by SachinP
Tue, 2017-04-04, 20:03
Forum: DCMTK - General
Topic: Private tag writing error Illegal call, perhaps wrong parame
Replies: 4
Views: 5166

Private tag writing error Illegal call, perhaps wrong parame

Hi, With DCMTK 3.6.0, I can write private tag successfully with explicit VR but without VR getting error of "0001:0007 Illegal call, perhaps wrong parameters" Below given code, please let me know problematic area . DcmDataDictionary &dict = dcmDataDict.wrlock(); dict.addEntry(new DcmDi...