VarianAPIs / Varian-Code-Samples

Code samples for ESAPI and other Varian APIs and web services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method to copy beams/arcs from a plan to a new one?

avalgoma opened this issue · comments

Hi.

It would be great in Eclipse Scripting API such a generic method to copy plan beams, arcs, etc., from one plan to a new one. Does it exist?

Many thanks,

-- Agus

In version 15.6 yes, but the control points from the VMAT Beam are not the same as the original plan. So it is not useful. Check the CreateVerificationPlan.cs and the discussion about control points in issues.

Hello @avalgoma , my last answer was not complete.
It is possible to copy plans with different structuresSets.
The beam copy do work, but must be implemented as said in #31
This means you have to create generic ARCs or Static or Dynamic MLC Beams, and then copy the beams editable params.

@avalgoma Close the issue?