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

Is Beam extended box checked ?

Open yvsblanc opened this issue 4 years ago • 3 comments

I would make a script where I will check some characteristics of my treatment plans and for some beams i would like to know Where I could find if, for a 180° beam, the extended box is checked or not. I didn't find any property in the Beam class to do this. If someone know how to do this it would help me. Thanks

yvsblanc avatar Feb 05 '21 13:02 yvsblanc

Maybe you should consider to use Varian's DICOM API to explore DICOM Tags related to Beam inside your DICOM Plan.

avalgoma avatar Feb 08 '21 09:02 avalgoma

In Eclipse 16.x, the Beam object has two properties:

  • Beam.IsGantryExtended Checks if the gantry rotation is extended. For arc beams, checks if the gantry rotation is extended at the start angle.
  • Beam.IsGantryExtendedAtStopAngle Checks if the gantry rotation is extended at the stop angle of an arc beam.

fizxmike avatar Feb 08 '21 16:02 fizxmike

Thank you for your help I don't have this Beam properties in my Eclipse 15 and I don't see how to explore the DICOM tags to find other things than the beam properties availables.

yvsblanc avatar Feb 09 '21 07:02 yvsblanc