I’m developping an extension for OHIF Viewer for apply deep learning and I use Orthanc in dicom web serv. I’m currently facing a challenge in my workflow with Orthanc, where I need to efficiently retrieve the Orthanc ID based on the SOPInstanceUID of a DICOM file. Ideally, I would like to use a parametric request such as /instances?SOPInstanceUID=... to directly fetch the desired instance, but it appears that this functionality isn’t directly supported by Orthanc API. And I can’t check all instances of a study, my network isn’t fast.