Good Day,
It has been awhile since I’ve used Orthanc, and have a question.
I am making an API call:
http://ORTHANCSERVER:8042/modalities/REMOTEPACS/move
Initiating a move, but when I configure the POST content to move Asynchronous it is keeping the connection open and not providing a job number. (Running Synchronous)
I have tried:
“Asynchronous”: true,
“Synchronous”:false,
And both together but no luck. Can C-Moves be run Asynchronous?