You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can the patient orientation in an external beam plan be changed by ESAPI? I would like to change the orientation from "head-in supine" to "feet-in supine". I did not find a way either in updating an existing plan or in creation of a new plan.
ESAPI does not allow removing a beam in a plan if there is a DRR image under the beam. A run-time exception will occur if one tries to remove a beam with a DRR image. I did not find a method to delete the DRR under a given beam. Is it possible to remove a beam with ESAPI code when a DRR exists for that beam?
Thanks.
The text was updated successfully, but these errors were encountered:
chunhuih
changed the title
Patient orientation change & Removing DRR of a beam
Patient orientation change & Removing a beam with DRR
May 20, 2022
I also wonder how we could change patient orientation in FFS or HFS, that is how we rotate the patient in dicom. It's simple to do this in python by matrix multiplication. But I don't know how we can get the dicom matrix in esapi.
Two questions:
Can the patient orientation in an external beam plan be changed by ESAPI? I would like to change the orientation from "head-in supine" to "feet-in supine". I did not find a way either in updating an existing plan or in creation of a new plan.
ESAPI does not allow removing a beam in a plan if there is a DRR image under the beam. A run-time exception will occur if one tries to remove a beam with a DRR image. I did not find a method to delete the DRR under a given beam. Is it possible to remove a beam with ESAPI code when a DRR exists for that beam?
Thanks.
The text was updated successfully, but these errors were encountered: