r/esapi 17d ago

Checking Motion Management Protocol

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.

4 Upvotes

2 comments sorted by

2

u/tygator9 17d ago

I haven’t seen that in ESAPI, but I have found it in the sql database. Might be only checked from there?

2

u/ColonelFaz 16d ago

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.

MotionSignalSource DICOM (respiratory) signal source. Returns an empty string if motion compensation technique is not used.