Find-worklist - Returning All Results

Good Day,
I am using /find-worklist from the API, but when performing my search:

{
“Full”: false,
“Query”: {“RequestedProcedureID”: “ACC12345”,
“StudyInstanceUID”: “”
},
“Short”: false
}

I am receiving all results back, not just ACC12345. Is this an issue with the MWL server I am querying, or something else? Thanks!

Yes this is related to your Worklist server. In my experience, most worklist servers only allow you to filter by certain parameters, such as PatientID PatientName, ScheduledProcedureStepSequence[0].ScheduledProcedureStepDate. The exact ones you can use depends on your server.

HTH.

James

Thank you! I had thought it was.