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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file django_dicom-0.0.4.tar.gz.

File metadata

  • Download URL: django_dicom-0.0.4.tar.gz
  • Upload date:
  • Size: 7.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.9

File hashes

Hashes for django_dicom-0.0.4.tar.gz
Algorithm Hash digest
SHA256 ed6c5a1d19b2491280832121f037e83fe97f9b63735d01b0e762ae00bb7772e5
MD5 17c56d428e0aaecfc160108d6e73ed8f
BLAKE2b-256 223fd2212a33b40bb05d18fef135d451ce5e82db5436b16b7981bdd836137fea

See more details on using hashes here.

File details

Details for the file django_dicom-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: django_dicom-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 91.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.9

File hashes

Hashes for django_dicom-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2c268f7544d01b016c2b80e893ac6c976ec6c91ab80696fd1aaaac2e7868a822
MD5 8d0ca14c0b28cef9709f522b59821757
BLAKE2b-256 3f9f957e2860b4b7e3bf46e4e72d19cb1b5a4ee3a34d0a63e05ee6766b849b37

See more details on using hashes here.

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