Hi!
I’m looking for a way to have a DICOM web “translater” to convert DICOM Web request to standard DICOM request to a peer.
The big challenge is the C-MOVE (synchronous):
Client -wado-rs-> Orthanc -c-move-> PACS
Client <-multipart- Orthanc <-c-store(s)- PACS
Did someone work on this kind of feature?
Thanks!
Hi,
Take a look at: GitHub - RSNA/dcmrs-broker: DICOM-RS Broker
It handles the C-MOVE/WADO-RS conversion.
Wyatt
Hello,
Here is the exact opposite of what you want to achieve:
That won’t immediately solve your problem, but it could be a good basis to write what you need…
HTH,