Skip to content

orthanc-server/orthanc-setup-samples

Repository files navigation

This repository contains sample Orthanc configurations to demonstrate how it can be configured in many use cases. Right now, most of these samples use Docker to deploy Orthanc but some Windows setups are coming. We also provide sample lua scripts.

Docker setups

These sample setups require Docker to run. They have been tested only on Linux systems. To test one of these setups, clone this repository and check the readme file in each sample folder.

Getting started

for advanced users

for software integrators

for orthanc developers

Windows

All these setups assume that Orthanc has been installed on your Windows OS at the default location. Furthermore, the samples make use of the DCMTK toolkit that is assumed to be available in your path. You might need to change a few path in the scripts in order to make them work on your system.

for advanced users

  • Pre-fetching to demonstrate how to trigger retrieval of prior studies

Lua scripts

Python plugins