Skip to content
This repository has been archived by the owner on Feb 23, 2025. It is now read-only.
/ radis-client Public archive

RADIS client library to connect to a RADIS server.

License

Notifications You must be signed in to change notification settings

openradx/radis-client

Repository files navigation

RADIS Client

Important

This repository is archived and the source code has been moved to the RADIS main repository.

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)

License

  • AGPL 3.0 or later