Package dispatch
dispatch.process_dcmsend_result
dispatch.retry
dispatch.send
send.py
The functions for sending DICOM series to target destinations.
dispatch.status
status.py
Helper functions for dispatching processed cases
- dispatch.status.is_ready_for_sending(folder) Optional[Task] [source]
Checks if a case in the outgoing folder is ready for sending by the dispatcher.
No lock file (.lock) should be in sending folder and no error file (.error), if there is one copy/move is not done yet. Also at least some dicom files should be there for sending. Also checks for a task.json file and if it is valid.