Hello
1. When there is too many incoming patients, single Exportconverter queue patients and slow connections queue getting bigger then last imcoming patient might need to priority like Emergency Patients.
2. Some internet connections unstable and has slow response time. Example max speed 100mbit but at start begin with 2 mbit then 1 seconds later its getting max speeed. When conquest start to send file sending file with 2mbit until its get 100mbit sending were already complated.
because files are small size 50k~512kb .
Usualy Conquest can use %25 of max bandwith. Paralel sent will help to use max bandwith;
For effective exporting need to paralel exporting with additional paramater like
ExportConverterStudy0 = 3 (Paralel study send)
ExportConverterImages0 = 3 ( Paralel image send per study)
or in dicom.ini
ExportStudy = 3 (Paralel study send)
ExportStudyImages = 3 ( Paralel image send per study)
ExportConverters hold proccess memory and ExportConverter file. rather it database table can help to manage queue.
like deleting from queue and giving priorty. Ofcourse there will need to another Tab in GUI for view and manage.
Right now i manage this with multiple instances and multiple entery in Modalities. Modalities self control for using entry to devide load. like sending to AE1 104 , AE2 105, AE3 106 but still easy mess up.
Sometimes they sending old dates patients amount 10k patients that time hard to manage Export works.