Hi
I'm trying to create a script to receive studies from dcm4chee 2.x zip them and forward to a cloud provider.
The only ready tool that I know that permits to invoke a script at the end of a study is storescp from dcmtk.
But I cannot use it because dcm4chee is starting multiple associations on the same port.
In dcmtk is only supported if storescp is started in "fork mode", that is incompatible with the --exec-on-eostudy command.
error: --exec-on-eostudy not allowed with --fork
Maybe I have to act on the dcm4chee server side, I tried but with no luck.
Do you know some other way or tool to achieve this or to configure in dcm4chee an AE title with single association?
Thank you
Best regards
Paolo