Varian-Code-Samples icon indicating copy to clipboard operation
Varian-Code-Samples copied to clipboard

Accessing Dose Prescription and Field Weighting through EAAPI

Open stylekilla opened this issue 2 years ago • 0 comments

Hi team,

I am looking for a way to access the dose prescription and field weighting through the Eclipse Algorithm API v16.1 (which I realise is soon becoming obsolete/unsupported, however it is used by us extensively).

Currently we use the requester to get the plan object, and from there we can pull out various plan information etc.: auto plan = requester.GetPlan110(); plan.get()->GetNBeams(); plan.get()->GetPatient()->GetId(); However, we would really like to get out the dose prescription and field weighting at calculation runtime (which seems to exist in the header files Fractionation.h and FieldNumberAndWeight.h (part of VAAPI). Do you know how we might achieve this?

Cheers, Micah

stylekilla avatar Feb 04 '22 09:02 stylekilla