Search found 5 matches

by aprogrammer
Tue, 2014-05-13, 20:35
Forum: DCMRT
Topic: Logically group RT Plan, Dose and structure set?
Replies: 1
Views: 11524

Re: Logically group RT Plan, Dose and structure set?

This thread is really old, but I'll answer for posterity. If the CT images maintain their same UIDs when pushed to the different TPSs, then the structure sets produced by the two TPSs would have the same items in their Referenced Frame of Reference Sequence, so you could use those to connect them to...
by aprogrammer
Tue, 2014-01-21, 21:59
Forum: DCMTK - General
Topic: dcmconv and 32-bit Pixel Data
Replies: 2
Views: 3343

Re: dcmconv and 32-bit Pixel Data

Thanks, you were exactly right! I had my algorithm backwards.
by aprogrammer
Thu, 2014-01-16, 00:51
Forum: DCMTK - General
Topic: dcmconv and 32-bit Pixel Data
Replies: 2
Views: 3343

dcmconv and 32-bit Pixel Data

I just used dcmconv to convert a dose that has 32-bit pixel data from explicit little endian to explicit big endian. However, the result seems to produce a file that's big endian everywhere except the pixel data, which is still little endian. Is this expected? If so, is there any way to tell program...
by aprogrammer
Wed, 2011-04-20, 18:07
Forum: DCMTK - General
Topic: getOFString() Behavior With VM=0
Replies: 4
Views: 6368

It returns EC_IllegalParameter on DCMTK 3.5.4, and the source for 3.6.0 looks like it probably does the same.

FWIW, if I look at the file in jdicom, it shows both fields being present but empty (and having a VM of 0).
by aprogrammer
Wed, 2011-04-20, 13:42
Forum: DCMTK - General
Topic: getOFString() Behavior With VM=0
Replies: 4
Views: 6368

getOFString() Behavior With VM=0

Hello, I've noticed that getOFString() will return an error code if used to retrieve a ShortString or LongString field that has a VM of zero. However, it will successfully return an empty string if used on a ShortText or LongText field with a VM of zero. I know the main difference between the *Strin...