A Quick Tool For Sorting Dicom Files
Project description
pydicomsorter
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:
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file pydicomsorter-0.15.0.tar.gz
.
File metadata
- Download URL: pydicomsorter-0.15.0.tar.gz
- Upload date:
- Size: 144.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12e8fa9c11a6f451806d5ead494cb5317e1c18eae7f75d0058d3bce941e188d1 |
|
MD5 | 1d5cebd3217f4d8dcd59793c8ce6fe5c |
|
BLAKE2b-256 | 6d8cbee5ce078ad9f821426ded10b5b845f1c8ded73f45a1449bafe9217f3214 |
File details
Details for the file pydicomsorter-0.15.0-py3-none-any.whl
.
File metadata
- Download URL: pydicomsorter-0.15.0-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 221a7dd598193894d2445afc3d8c8a328ec1a5cedae68f278c4d2fa76edf87b6 |
|
MD5 | 738bed2d077bc76e744c1f8206058e25 |
|
BLAKE2b-256 | 7ea8c96f339c2c22e0548fe4e8823fad8b0ca97e6dbd98f794ee2090d18d0858 |