Hi,
I have had a DICOM file broker for orthanc which allows the user to select a patient/study/series and download all of the DICOM files, execute a program and then return the result to the Orthanc server. This is a similar architecture to an application-host interface proposed by WG-23 many years ago and is the one currently implemented by a particular Gamma camera manufacturer/vendor for running custom apps using the Interactive Data Langauge (IDL).
I had a question about whether there is anything existing which can do this as my program needs fixing. It is a little buggy and slow as it doesn’t cache queries to the othanc database, it is written in C++ and using QT. It was originally intended for Conquest PACS, but I made adaptations for Orthanc.
Thanks in advance.