sjoerdk / dicomtrolley

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it possible to skip failing series

sjoerdk opened this issue · comments

Description

Currently, if any file in a study fails to download, the entire download is abandoned. Make it possible to download 'any data that does not fail'

Requirements:

  • Should be optional. Make it a flag
  • Think about how to indicate what to skip. Can the lib decide on which types of errors are stop-worthy and which are not?
  • If not raising exceptions, how are errors mentioned? Should not be completely silent. Warning?
  • In case all downloads fail, propagate the original error