{"id":21852732,"url":"https://github.com/thelabbingproject/django_dicom","last_synced_at":"2025-04-14T16:25:06.180Z","repository":{"id":36464173,"uuid":"205411569","full_name":"TheLabbingProject/django_dicom","owner":"TheLabbingProject","description":"A reusable django app to manage DICOM files.","archived":false,"fork":false,"pushed_at":"2024-03-20T15:33:14.000Z","size":2284,"stargazers_count":6,"open_issues_count":1,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T05:11:16.794Z","etag":null,"topics":["dicom","django-app","medical-imaging","research-data-management"],"latest_commit_sha":null,"homepage":"https://django-dicom.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ZviBaratz/django_dicom","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheLabbingProject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-30T15:43:17.000Z","updated_at":"2025-01-28T13:26:58.000Z","dependencies_parsed_at":"2022-08-18T20:10:15.531Z","dependency_job_id":null,"html_url":"https://github.com/TheLabbingProject/django_dicom","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLabbingProject%2Fdjango_dicom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLabbingProject%2Fdjango_dicom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLabbingProject%2Fdjango_dicom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLabbingProject%2Fdjango_dicom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheLabbingProject","download_url":"https://codeload.github.com/TheLabbingProject/django_dicom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248915319,"owners_count":21182605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dicom","django-app","medical-imaging","research-data-management"],"created_at":"2024-11-28T01:18:21.803Z","updated_at":"2025-04-14T16:25:06.147Z","avatar_url":"https://github.com/TheLabbingProject.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI version](https://img.shields.io/pypi/v/django-dicom.svg)](https://pypi.python.org/pypi/django-dicom/)\n[![PyPI status](https://img.shields.io/pypi/status/django-dicom.svg)](https://pypi.python.org/pypi/django-dicom/)\n[![CircleCI](https://circleci.com/gh/TheLabbingProject/django_dicom.svg?style=shield)](https://app.circleci.com/pipelines/github/TheLabbingProject/django-dicom)\n[![ReadTheDocs](https://readthedocs.org/projects/django-dicom/badge/?version=latest)](http://django-dicom.readthedocs.io/?badge=latest)\n[![codecov.io](https://codecov.io/gh/TheLabbingProject/django_dicom/coverage.svg?branch=master)](https://codecov.io/github/TheLabbingProject/django_dicom?branch=master)\n\n# django-dicom\n\nA django app to manage [DICOM][1] files.\n\nThis app creates the basic models for DICOM data abstraction: Study, Patient, Series, and Image.\nThe models are complemented with some utility methods to facilitate data access.\n\n## Quick start\n\n1. Add \"django_dicom\" to your INSTALLED_APPS setting:\n\n\u003cpre\u003e\n    INSTALLED_APPS = [\n        ...\n        'django_dicom',\n    ]\n\u003c/pre\u003e\n\n2. Include the dicom URLconf in your project urls.py:\n\n\u003cpre\u003e\n    path('dicom/', include('django_dicom.urls')),\n\u003c/pre\u003e\n\n3. Run `python manage.py migrate` to create the dicom models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/.\n\n5. Visit http://127.0.0.1:8000/dicom/.\n\n## Documentation\n\nThe full documentation can be found [here](http://django-dicom.readthedocs.io).\n\n[1]: https://www.dicomstandard.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelabbingproject%2Fdjango_dicom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthelabbingproject%2Fdjango_dicom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelabbingproject%2Fdjango_dicom/lists"}