kaiser-team / dicom-utils

A utilities library to download, archive and transfer DICOM images from PACS systems
0 stars 1 forks source link

Implemented multithreading to retrieve instances. #19

Closed raopg closed 4 years ago

raopg commented 4 years ago

The program can now retrieve multiple study UIDs concurrently using a thread pool executor. Some metrics:

Retrieving one study UID of 150 files: 22.83s Retrieving three study UIDs of 530+ files: 54.91s

raopg commented 4 years ago

Closes #16 for the time being