Orthanc Send the patient automatically

Hello !

I would like to configure the Orthanc in the following way:
When a PACS sends a patient to the Orthanc instance, the Orthanc instance sends automatically to another Orthanc or REST.

Is this possible?

Thanks,
Alex

Sounds like you want to use Lua scripts or Python scripts to perform some sort of routing ?

https://book.orthanc-server.com/users/lua.html#auto-routing-of-dicom-images

https://book.orthanc-server.com/plugins/python.html#auto-routing-studies

Stephen D. Scotti