Initial Release
This repository contains the material required to deploy an IRIS for Health Community instance and a ORTHANC installation. DICOM files for demo purposes are included too.
You can find more in-depth information in https://learning.intersystems.com.
Build the image we will use during the workshop:
$ git clone https://github.com/intersystems-ib/workshop-dicom-orthanc
$ cd workshop-dicom-orthanc
$ docker-compose build
Then, open the workshop-dicom-orthanc
in your VS Code.
In order to deploy docker containers you only need to execute the following command from your terminal/console:
$ docker-compose up -d
Orthanc is an open source and standalone DICOM server. Orthanc aims at providing a simple, yet powerful standalone DICOM server. It is designed to improve the DICOM flows in hospitals and to support research about the automated analysis of medical images. Orthanc lets its users focus on the content of the DICOM files, hiding the complexity of the DICOM format and of the DICOM protocol.
The Orthanc container is configured by orthanc.json file in which is defined the user and password (demo/demo-pwd) for the web application and the data for all available modalities (in this case just IRIS for Health instance).
After the Docker deployment you’ll find one IRIS for Health instance running with the name IRIS and an ORTHANC instance. The deployment of the containers will configure a DICOM namespace with a fully functional production configured to work with DICOM files and ORTHANC by default.
You will find in /shared/durable/in folder some DICOM files that you can use to test the production
The applications are accessible from the following routes:
The production configured by default has 2 different Business Services:
You can get further information about this workshop from the Community article.