A simple Django app to manage DICOM files.
Project description
django-dicom
A django app to manage DICOM files.
This app creates the basic models for DICOM data abstraction: Study, Patient, Series, and Image.
The models are complemented with some utility methods to facilitate data access.
Quick start
- Add "django_dicom" to your INSTALLED_APPS setting:
INSTALLED_APPS = [ ... 'django_dicom', ]
- Include the dicom URLconf in your project urls.py:
path('dicom/', include('django_dicom.urls')),
-
Run
python manage.py migrate
to create the dicom models. -
Start the development server and visit http://127.0.0.1:8000/admin/.
-
Visit http://127.0.0.1:8000/dicom/.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_dicom-0.0.2.tar.gz
(7.7 MB
view hashes)
Built Distribution
Close
Hashes for django_dicom-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 913408fbffaf7aff4eac4e41b2aed9afc11fe700a85e3fa81d920e41d5ab611c |
|
MD5 | 1e6c713f21f3eb14f4fbe141a13d9c59 |
|
BLAKE2b-256 | 26f3273234840f382916c690946fc6892d254abea74e1ae584c2960cbccd8633 |