Skip to main content

RADIS client library to connect to a RADIS server.

Project description

RADIS Client

About

RADIS Client is the official Python client of RADIS (Radiology Report Archive and Discovery System).

Usage

Prerequisites

  • Generate an API token in your RADIS profile.
  • Make sure you have the permissions to access the RADIS API.
  • Also make sure you have the permissions for the resources you like to access.

Code

server_url = "https://radis" # The host URL of the RADIS server
auth_token = "my_token" # The authentication token generated in your profile
client = RadisClient(server_url=server_url, auth_token=auth_token)

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

radis_client-0.3.6.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

radis_client-0.3.6-py3-none-any.whl (15.0 kB view hashes)

Uploaded 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