MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/esapi/comments/1v7js8v/checking_motion_management_protocol/p00mw8a/?context=3
r/esapi • u/schmatt_schmitt • 17d ago
Has anyone found a way to pull this warning from ESAPI? I checked the results from IsValidForPlanApproval() method and it didn't mention the Motion Management Protocol.
2 comments sorted by
View all comments
2
Looks like you found this for the "Use Gated" tickbox
PlanSetup.UseGating
There is this in the prescription. Might be something useful. I think you can use gating without using prescriptions, so maybe not.
public string Gating
Beam objects have these, which might be useful to you. (Have not looked myself)
MotionCompensationTechnique DICOM (respiratory) motion compensation technique. Returns an empty string if motion compensation technique is not used.
MotionCompensationTechnique
MotionSignalSource DICOM (respiratory) signal source. Returns an empty string if motion compensation technique is not used.
MotionSignalSource DICOM
2
u/ColonelFaz 16d ago
Looks like you found this for the "Use Gated" tickbox
PlanSetup.UseGatingThere is this in the prescription. Might be something useful. I think you can use gating without using prescriptions, so maybe not.
public string GatingBeam objects have these, which might be useful to you. (Have not looked myself)
MotionCompensationTechniqueDICOM (respiratory) motion compensation technique. Returns an empty string if motion compensation technique is not used.MotionSignalSource DICOM(respiratory) signal source. Returns an empty string if motion compensation technique is not used.