From Fedora Project Wiki

This page documents how you can set up an Orthanc DICOM server and Aeskulap clients on different machines to view DICOM information stored on the Orthanc server.

Install your packages

On the server machine, install Orthanc:

sudo yum install orthanc


On the client machines, install Aeskulap

sudo yum install aeskulap

Set up Orthanc

Configure /etc/orthanc/orthanc.json

Add your Aeskulap clients under DicomModalities. For example:

       "AESKULAP" : [ "AESKULAP", "localhost", 6000 ],
       "AESKULAP1" : [ "AESKULAP1", "10.0.1.68", "6000" ]