Skip to content

Sonador client library version 0.1.3

Rob Oakes requested to merge roakes/track-progress into master
  • Added options to the upload task to help with transfer of large sets of medical images that failed part-way through transfer.
  • First option will scan the images in a specific folder, pull out their series UIDs and check Orthanc to determine if they were previously uploaded. If the series exists, the upload is skipped.
  • Second option will move files to a "completed" folder after they have been transferred.
  • Both mechanisms for tracking progress are disabled by default.

Merge request reports