Skip to main content

A Quick Tool For Sorting Dicom Files

Project description

pydicomsorter

codecov CI-CD CodeFactor

pixi-badge pre-commit Ruff Built with Material for MkDocs

PyPI - Python Version PyPI - Version PyPI - Format Downloads

PyDicomSorter is a python package that sorts dicom files into a structured directory based on the dicom tags.

It can be used as a command line tool or as a python package.

Installation

pip install PyDicomSorter

Testing the pydicom library to sort dicom files by patient name and study date.

[!NOTE] none of this works yet

Designing should look like:

Command output

DICOM data model

A Patient has one or more Studies, a Study has one or more Series, and a Series has one or more Instances.

graph TD
    A[Patient] --> B(Study)
    B --> C(Series)
    C --> D(Instance)

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

pydicomsorter-0.15.0.tar.gz (144.4 kB view hashes)

Uploaded Source

Built Distribution

pydicomsorter-0.15.0-py3-none-any.whl (14.1 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