Is there a way to decompress images before sending them over to a remote modality when answering a MOVE/STORE SCU command?
We have a modality to which we connect Orthanc. But we cannot send certain studies over to said modality. Important information: our Orthanc converts images it receives to JPEG2000 Lossless.
By the way, I just learned of the ModifyInstance lua function. I can get away with it (deleting the modified image afterwards) but the real case is I need an entry-point, a callback.
Or a way to configure Orthanc so it decompresses the image prior to sending.
Also, this has been confirmed on osimis/orthanc-pro:latest image and a storescp can be setup with this line:
Did you try open a new Orthanc with Jpeg2000 translate and forward to the client?
When client do C-MOVE, you send to this new Orthanc translate and SEND for real client.
Do you mean setting up an extra Orthanc that decompresses the image (from Jpeg2000) and then automatically performs a C-MOVE to the actual destination? This sounds very interesting. I’ll talk to the project lead tomorrow morning!