Search found 6 matches

by rmoore
Thu, 2022-02-03, 13:46
Forum: DCMRT
Topic: How to set Frame Increment Pointer in DRTDoseIOD
Replies: 3
Views: 5822

Re: How to set Frame Increment Pointer in DRTDoseIOD

And that, of course, worked.
I had tried the 1st option, but without the parentheses. And I tried the second, but without the ".toString()".

Many thanks. If you ever make it to Florida, I owe you a beer.
by rmoore
Wed, 2022-02-02, 20:51
Forum: DCMRT
Topic: How to set Frame Increment Pointer in DRTDoseIOD
Replies: 3
Views: 5822

How to set Frame Increment Pointer in DRTDoseIOD

I need to ask a very basic question. I'm trying to set the FrameIncrementPointer in DRTDoseIOD. The function setFrameIncrementPointer() takes an OFString as it's parameter. I want to set it to the default (3004,000C) but I cannot for the life of me figure out how to convert an attribute tag into an ...
by rmoore
Mon, 2012-04-16, 13:49
Forum: DCMRT
Topic: Tips on bulding DCMRT pre-release on Win7/Visual Studio 10
Replies: 6
Views: 18491

Email is in signature. I have no secrets. :)
by rmoore
Mon, 2012-04-16, 12:13
Forum: DCMRT
Topic: Tips on bulding DCMRT pre-release on Win7/Visual Studio 10
Replies: 6
Views: 18491

The source tree says version 3.6.1. Downloaded on 2/21/2011.
by rmoore
Fri, 2012-04-13, 20:43
Forum: DCMRT
Topic: Tips on bulding DCMRT pre-release on Win7/Visual Studio 10
Replies: 6
Views: 18491

Tips on bulding DCMRT pre-release on Win7/Visual Studio 10

I've been playing with DCMRT on linux for a while now and wanted to give it a try on the Win7 platform. I copied the source tree onto my windows box and ran CMake (I use version 2.8.7) on it. This created the appropriate VC project that I loaded into Visual Studio 2010. Building the solution resulte...
by rmoore
Fri, 2011-05-06, 21:02
Forum: DCMRT
Topic: Elements missing from classes
Replies: 3
Views: 14885

Elements missing from classes

Ran across the following while implementing an RTPlan sender: PrimaryFluenceModeSequence is missing from DRTBeamSequenceInRTPlanIOD CumulativeDoseReferenceCoefficient is missing from DRTReferencedDoseReferenceSequence::Item AccessoryCode is missing from DRTApplicatorSequence::Item I was able to fix ...