Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juliahealth/dicomclient.jl
- Owner: JuliaHealth
- License: mit
- Created: 2020-08-03T15:07:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T00:14:20.000Z (about 4 years ago)
- Last Synced: 2024-11-12T01:28:23.088Z (about 2 months ago)
- Topics: dicm, dicom, dicomclient, dicomweb, rest, restful-api
- Language: Julia
- Homepage: https://juliahealth.org/DICOMClient.jl/stable/
- Size: 118 KB
- Stars: 1
- Watchers: 20
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.