Exceptions

Module contents

Definition of custom exceptions that may be raised by django_dicom. For more information about error and exceptions see the Python docs.

Submodules

django_dicom.exceptions.import_error module

Definition of the DicomImportError class.

exception django_dicom.exceptions.dicom_import_error.DicomImportError

Bases: Exception

Raised whenever importing new DICOM data to the database fails.