Reference

Module contents

This application manages DICOM files by defining Django models that represent the various DICOM entities.

Submodules

django_dicom.urls module

Definition of the app’s URLs.

django_dicom.urls.path(route, view, kwargs=None, name=None, *, Pattern=<class 'django.urls.resolvers.RoutePattern'>)