Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ImagingDataCommons/dicomweb-client
Python client for DICOMweb RESTful services
https://github.com/ImagingDataCommons/dicomweb-client
dicom dicomweb numpy pydicom pytest python-requests python3 typehints
Last synced: 3 months ago
JSON representation
Python client for DICOMweb RESTful services
- Host: GitHub
- URL: https://github.com/ImagingDataCommons/dicomweb-client
- Owner: ImagingDataCommons
- License: mit
- Created: 2018-03-18T23:50:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T06:55:25.000Z (5 months ago)
- Last Synced: 2024-07-24T12:29:13.019Z (4 months ago)
- Topics: dicom, dicomweb, numpy, pydicom, pytest, python-requests, python3, typehints
- Language: Python
- Homepage: https://dicomweb-client.readthedocs.io
- Size: 451 KB
- Stars: 106
- Watchers: 12
- Forks: 36
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dicom - dicomweb-client - Provides client interfaces for DICOMWeb RESTful services QIDO-RS, WADO-RS and STOW-RS to search, retrieve and store DICOM objects over the web, respectively. (Libraries / Python)
README
# DICOMweb Client
[![Build Status](https://github.com/ImagingDataCommons/dicomweb-client/actions/workflows/run_unit_tests.yml/badge.svg)](https://github.com/ImagingDataCommons/dicomweb-client/actions)
[![PyPi Distribution](https://img.shields.io/pypi/v/dicomweb-client.svg)](https://pypi.python.org/pypi/dicomweb-client/)
[![Python Versions](https://img.shields.io/pypi/pyversions/dicomweb-client.svg)](https://pypi.org/project/dicomweb-client/)
[![Downloads](https://pepy.tech/badge/dicomweb-client)](https://pepy.tech/project/dicomweb-client)Python client for DICOMweb services.
## Documentation
Please refer to the online documentation at [dicomweb-client.readthedocs.io](https://dicomweb-client.readthedocs.io), which includes a user guide with examples, a developer guide, and complete documentation of the application programming interface of the `dicomweb_client` Python package as well as the command line interface of the `dicomweb_client` program.
## Citation
Please cite the following article when using the client for scientific studies: [Herrmann et al. J Path Inform. 2018](http://www.jpathinformatics.org/article.asp?issn=2153-3539;year=2018;volume=9;issue=1;spage=37;epage=37;aulast=Herrmann):
```None
@article{jpathinform-2018-9-37,
Author={
Herrmann, M. D. and Clunie, D. A. and Fedorov A. and Doyle, S. W. and Pieper, S. and
Klepeis, V. and Le, L. P. and Mutter, G. L. and Milstone, D. S. and Schultz, T. J. and
Kikinis, R. and Kotecha, G. K. and Hwang, D. H. and Andriole, K, P. and Iafrate, A. J. and
Brink, J. A. and Boland, G. W. and Dreyer, K. J. and Michalski, M. and
Golden, J. A. and Louis, D. N. and Lennerz, J. K.
},
Title={Implementing the {DICOM} standard for digital pathology},
Journal={Journal of Pathology Informatics},
Year={2018},
Number={1},
Volume={9},
Number={37}
}```