Skip to content

Integrate a Mass Transfer feature #289

@medihack

Description

@medihack

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?!).

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions