I would like to receive multiple dicom studies from different modalities in the same time.
I have tested receiving multiple studies with storescp and dcmrecv.
These were the commands:
Code: Select all
storescp -d -v --sort-on-study-uid blue --accept-all --aetitle TEST --output-directory /storage 104
dcmrecv -xf /etc/dcmtk/storescp.cfg default -d -v --aetitle TEST --output-directory /storage2 104
Is there any solution to have multiple studies received in the same time from different modalities?
Version: storescp v3.6.7 2022-04-22 on Debian 12
Thank you in advance.
Peter