Hi all,
I’m working on an autorouting Lua script in Orthanc that forwards studies using RestApiPost, and that part is working reliably.
Our updated use case now requires Orthanc to receive studies on one AE Title, and then forward them using a different AE Title. The goal is to consistently and predictably segregate studies downstream based on the sending AE Title.
From what I understand, the DicomAet value in the configuration file sets Orthanc’s AE Title globally — for both inbound and outbound DICOM associations.
Is there any way to configure Orthanc to use one AE Title for receiving and a different AE Title when initiating C-STORE requests?
Thanks in advance for any insights or workarounds!