-
Notifications
You must be signed in to change notification settings - Fork 7
Integrate a Mass Transfer feature #289
Copy link
Copy link
Open
Description
In contrast to batch transfer, where you select patients by patient ID, mass transfer allows you to specify only a time range and, optionally, other filters such as modality or institution name to transfer large amounts of DICOM data (thousands of studies) between two systems.
The core idea is in Volume Export Pipeline as a Dagster pipeline and needs to be transferred to RADIS.
- New navbar item "Mass Transfer"
- A Django formset to specify multiple filters (see README of Volume Export Pipeline)
- The existing job/task model may not be a good fit (maybe too many tasks); investigate better options (e.g., daily partitions).
- Mass transfer tasks should always have the lowest priority (or maybe it's own worker?!).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels