Metadata-Version: 2.4
Name: dicom-ups
Version: 0.0.9
Summary: Send and receive DICOM Uinified Procedure Step messages.
Author-email: Patrick de Koning <pjhdekoning@lumc.nl>
License: MIT
Keywords: DICOM,DICOM-UPS
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.13
Requires-Dist: loguru
Requires-Dist: pynetdicom>=3.0.4
Description-Content-Type: text/markdown

# DICOM-UPS

## Rationale
- send DICOM UPS messages to a DICOM node (`ups_steps.py`).
  - `send_n_create`
  - `send_n_set`
  - `send_n_get`
  - `send_n_action`
  - `send_c_find`
- receive DICOM UPS messages and respond by adding/extracting the appropriate data from a database (complying to the `dicom_handlers.DbProtocol`).
  - `n_create`
  - `n_set`
  - `n_get`
  - `n_action`
  - `c_find`