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.3.tar.gz
(7.7 MB
view hashes)
Built Distribution
Close
Hashes for django_dicom-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c987a7fa044e868f9e264e3cb4a2467bbffd9c94de4c6ce3c128aa5a94024565 |
|
MD5 | 8ea7599781ed4736d7706b5f18d81fab |
|
BLAKE2b-256 | bba6d201b0f34c691efcc1c46d2883e7547bf2e1570a7eacf3d2ae23f7ca4dc3 |