Joao Castelo

Results 31 comments of Joao Castelo

I turned the script into an executable and saved before trying to calculate and it worked. However the structures are still with weird ids.

@isachpaz You have to approve the script in order to run it on clinical environment. The tab tools/ScriptApprovals allows you to run the script! If it has multiple dlls that...

@isachpaz See if does depend on another plugin that as well change the database. If not somehow your user is showing no rights to do so. But do not make...

Yes, it can modify. However the user needs the rights to do so. In example, in system adminsitration you can see the rights of each kind of user. For running...

``` using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using VMS.TPS.Common.Model.API; [assembly: ESAPIScript(IsWriteable = true)] namespace VMS.TPS { public class Script { public static void Execute(ScriptContext context) {...

This happens in TBOX when the patient is not properly loaded. Also a similar error happens in production for some plans that a try to save with standalones. I don't...

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...

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...

Happens with me as well