query retrieve several patient

Hello

I try to retrieve several Patient at once but it seems impossible or am I doing something wrong ?
I select with ctrl several patient in the “form” window and click on retrieve but only one is retrieve and my logs seems to say there is only one that is asked
So I wonder if it really the case or if I am doing something wrong…

I would like to be able to load several patient at once

Have a great day !
Cyrina

There is no retrieve queue implemented in DICOM module’s Query/Retrieve. It would not be that hard to implement, but there has not been much interest in this feature. For transferring DICOM data sets in bulk, using DICOM files is by far the most common method, so most efforts have been focused on optimizing that.

Network transfer is used sometimes, but even then it is more common to use DICOM push (C-STORE) from the clinical workstation and use Slicer’s DICOM listener to receive it, rather than query it from Slicer.