Hello!
I have a full storage orthanc server and i don’t want to receive (accidentaly) images to this server, but I want to be able to search iniside with different clients eq. radiant…
How to stop receiving images but server still remaining alive for searching studies?
Thanks
You can disable C-STORE and C-MOVE from modalities. It is documented here
// “AllowMove" : false,
// "AllowStore" : true,
HTH
James