Skip to main content

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

  1. Add "django_dicom" to your INSTALLED_APPS setting:
    INSTALLED_APPS = [  
        ...  
        'django_dicom',  
    ]  
  1. Include the dicom URLconf in your project urls.py:
    path('dicom/', include('django_dicom.urls')),
  1. Run python manage.py migrate to create the dicom models.

  2. Start the development server and visit http://127.0.0.1:8000/admin/.

  3. 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.4.tar.gz (7.6 MB view hashes)

Uploaded Source

Built Distribution

django_dicom-0.0.4-py3-none-any.whl (91.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page