Search found 2 matches

by newbie43
Mon, 2012-09-10, 15:51
Forum: DCMTK - General
Topic: Can dcmodify remove empty elements
Replies: 1
Views: 2636

Can dcmodify remove empty elements

Folks
I was just wondering is it possible to use dcmconvert or dcmodify to remove any tags that have an empty value? If not what is the easiest way to check the dataset for an empty attribute?. Thanks for any help
by newbie43
Thu, 2012-08-23, 15:03
Forum: DCMTK - General
Topic: Help with inserting multiple float values on a single tag
Replies: 2
Views: 3515

Help with inserting multiple float values on a single tag

Hello Has anyone here ever set multiple float values on an attribute that has a VM of 6-n and a VR of FL. Ive tried calling it like this float SomeFloatOne = 1.0; float SomeFloatTwo = 2.0; // to insert the first float my_seq->putAndInsertFloat32(DCM_MyTag, SomeFloatOne, 0, OFTTrue); my_seq->putAndIn...