sjoerdk / dicomtrolley

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow rad69 request splitting

sjoerdk opened this issue · comments

  • dicomtrolley version: 1.1.1.
  • Python version: any
  • Operating System: any

Typically a rad 69 request contains all slices that you want to download.
For ill-configured rad69 servers, asking for all slices at once might cause issues.
Additionally, the way the split is made could impact performance; splitting on series for example.

Make it possible to split requests in arbitrary ways implement chunk and series splitting.