Skip to main content

REST client for Orthanc DICOM servers

Project description

Provides a REST client, based on apiron, targeted at Orthanc REST endpoints.

How to use

Import the pre-defined client and pass the server details

from orthanc_rest_client import Orthanc
orthanc = Orthanc(scheme='http', domain='localhost', port=8042)

# Get list of patients
orthanc.patients()

There are other preconfigured endpoints.

For further help: - apiron - Orthanc

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

orthanc_rest_client-0.1.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

orthanc_rest_client-0.1.0-py2.py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page