Transfer DICOM and including Label from Orthanc to Orthanc

Hi Authors,

I have been playing around with Label and MultiTenants in Orthanc. It sounds promising with my current project. I just want to know if there is a solution to transfer DICOM as well as Label from Orthanc to Orthanc peers.

Thanks

Hi Christophe,

There is no mechanism allowing to transfer the labels.
In the script (Python, lua,…) which is in charge of the transfer of the resources from the 1st of Orthanc to the 2nd one, I would:

  • Get the labels on the current resource (Orthanc-1)
  • Transfer the resource to Orthanc-2
  • Apply the labels to the resource in Orthanc-2

I hope this helps…
Don’t hesitate to share your script when it works :wink:

Regards,