I’m trying to store data in ProcedureCodeSequence
to be queried. How can I query this with the REST api?
I’ve been trying to query specific data stored in PerformedProcedureStepDescription
but I can’t figure out how to query with hard conditions.
From https://dicomiseasy.blogspot.com/2012/01/dicom-queryretrieve-part-i.html
I know that using * as a wildcard helps and \ for OR conditions, however I know I can’t combine the two such as:
var1*var2*
This leaves me asking if there are current implementations in place to query by sequences? This will help me retrieve specific data.
Thanks!