Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliahealth/dicomclient.jl

Julia client for connecting to DICOM (Digital Imaging and Communications in Medicine) servers by using the DICOMweb RESTful services
https://github.com/juliahealth/dicomclient.jl

dicm dicom dicomclient dicomweb rest restful-api

Last synced: about 1 month ago
JSON representation

Julia client for connecting to DICOM (Digital Imaging and Communications in Medicine) servers by using the DICOMweb RESTful services

Awesome Lists containing this project

README

        

# DICOMClient

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaHealth.github.io/DICOMClient.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaHealth.github.io/DICOMClient.jl/dev)
[![Build Status](https://github.com/JuliaHealth/DICOMClient.jl/workflows/CI/badge.svg)](https://github.com/JuliaHealth/DICOMClient.jl/actions)
[![Coverage](https://codecov.io/gh/JuliaHealth/DICOMClient.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaHealth/DICOMClient.jl)

DICOMClient.jl
provides a Julia client for connecting to
servers that support the
[Digital Imaging and Communications in Medicine (DICOM)](https://www.dicomstandard.org/)
standard by using the
[DICOMweb](https://www.dicomstandard.org/dicomweb)
set of RESTful services.

Please see the [documentation](https://JuliaHealth.github.io/DICOMClient.jl/stable).

You may also be interested in the [DICOM.jl](https://github.com/JuliaHealth/DICOM.jl) package.