sjoerdk / dicomtrolley

Retrieve medical images via WADO, MINT, RAD69 and DICOM-QR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add multiple slice-download to rad69

sjoerdk opened this issue · comments

Version 0.9.0

Description

Follow up to #8. Currently, rad69 download does 1 soap request per slice. In certain server configurations this can be extremely slow.
Allow requesting of multiple slices at once.

This will require modifying the soap request, improving the parsing of the multi-part response and possibly add chunked response processing as a single response could potentially be several GB in size.