VarianAPIs / Varian-Code-Samples

Code samples for ESAPI and other Varian APIs and web services.
MIT License
112 stars 105 forks source link

GetDVHCumulativeData for PlanUncertainty fails #148

Open mfizyczka opened 1 year ago

mfizyczka commented 1 year ago

I'm getting this error while trying to get DVH Cumulative data for PlanUncertainty with ESAPI. At the same time it is working with pyESAPI. Disabling the function does not help.

var uncDvh = uncertaintyIonPlan.GetDVHCumulativeData(structure, DoseValuePresentation.Absolute, VolumePresentation.Relative, 0.1);

image