Skip to content

Latest commit

 

History

History
77 lines (70 loc) · 4.63 KB

File metadata and controls

77 lines (70 loc) · 4.63 KB

High Priority

  • Convert of what's possible from Alpine.js to HTMX
  • Upgrade poetry
  • QueryUtil -> QueryExecutor
  • Improve cancel during transfer
  • Allow admin to kill a job (with task revoke(terminale=True))
  • Fix the ineffective stuff in transfer_utils, see TODO there
  • Write test_parsers.py
  • DICOM data that does not need to be modified can be directly transferred between the source and destination server. The only exception is when source and destination server are the same, then the data will still be downloaded and uploaded again. This may be helpful when the PACS server treats the data somehow differently when sent by ADIT.

Fix

Features

  • REST API interface -- Maybe implement a DICOMweb interface (see https://book.orthanc-server.com/plugins/dicomweb.html)
  • Upload portal with drag&drop -- Store those files perhaps in ORTHANC -- Preview uploaded images -- Allow to transfer thow uploaded image to a PACS
  • Better scheduler (with day in week and times)
  • Continuous transfer mode

Maybe