Import Modes

Currently, three import modes are available:

By default, django_dicom’s import mode will be set to Normal.

Changing Import Mode

In order to change the import mode, in your project settings add:

DICOM_IMPORT_MODE = "minimal" # or "full"