Dear Orthanc community,
Is there way to get the origin of a DICOM which is sent by transfer accelerator plugin?
local instanceData = ParseJson(RestApiGet(
‘/instances/’ … instanceId …
‘/metadata?expand’))
does not return any origin data if I sent the DICOM with this command in auto routing:
local job = ParseJson(RestApiPost(‘/transfers/send’,
DumpJson(transfer, true)))
Best,
Hasan