https://github.com/lamyj/odil
Odil is a C++11 library for the DICOM standard
https://github.com/lamyj/odil
c-plus-plus dicom medical-imaging python
Last synced: 10 months ago
JSON representation
Odil is a C++11 library for the DICOM standard
- Host: GitHub
- URL: https://github.com/lamyj/odil
- Owner: lamyj
- License: other
- Created: 2015-04-08T10:55:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T06:25:18.000Z (about 2 years ago)
- Last Synced: 2025-04-30T10:11:30.574Z (about 1 year ago)
- Topics: c-plus-plus, dicom, medical-imaging, python
- Language: C++
- Homepage:
- Size: 3.15 MB
- Stars: 86
- Watchers: 13
- Forks: 22
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Odil
[](https://travis-ci.com/lamyj/odil)
[](https://ci.appveyor.com/project/lamyj/odil)
[](https://anaconda.org/conda-forge/odil)
Odil is a [DICOM][] library which provides a user-friendly C++11 and Python API for the different parts of the DICOM standard:
- Reading and writing data sets with any transfer syntax
- Standard JSON and XML representation of datasets
- Clients and servers for the various DICOM protocols (C-FIND, C-GET, C-MOVE, C-STORE)
- Implementation of the DICOM web-services (WADO-RS, QIDO-RS, STOW-RS)
- Conversion to and from [DCMTK][] data structures.
Packaged versions of Odil are available on [Anaconda][] for Linux, macOS and Windows. Official packages are available for [Debian][] and [Ubuntu][], as well as [unofficial backports][].
Installation and usage instructions are available on the [documentation website][].
[Anaconda]: https://anaconda.org/conda-forge/odil
[DCMTK]: http://dicom.offis.de/dcmtk.php.en
[Debian]: https://packages.debian.org/search?keywords=odil&searchon=sourcenames&suite=all§ion=all
[DICOM]: http://dicom.nema.org/
[documentation website]: http://odil.readthedocs.io/
[Ubuntu]: http://packages.ubuntu.com/search?keywords=odil&searchon=sourcenames&suite=all§ion=all
[unofficial backports]: https://github.com/lamyj/packages