DICOM forwarding without deletion

Hi all,

I am interested in forwarding every object that is sent to an Orthanc server to a non-Orthanc PACS.

The orthanc-forwarder.py script does exactly what I want, but it doesn’t have an option to not delete from the originating orthanc instance. I can edit the python file to remove the deletion (and hopefully not break it with my limity python abilities), but my preference is to be able to build a process that updates from the main repo.

I would love to use the orthanc-cloner particularly since my strong preference would be to just incorporate the entire setup into a docker-compose file, but orthanc-cloner does not allow you to specify a destination DICOM URL.

Any suggestions?

Thank you!
Richard

Hi @RichardBruce

I have just added a “Dicom” mode to the OrthancCloner.

HTH,

Alain

Wow! You are amazing. Thank you so much!

Richard