Skip to content

DockerCompose File for OHIF with Orthanc

Notifications You must be signed in to change notification settings

hyper4saken/ohif-orthanc

Repository files navigation

Docker Compose File for OHIF with ORTHANC

Ohif: (OHIF) Viewer is an open source, web-based, medical imaging platform.

Orthanc: Its free and open-source, lightweight DICOM server for medical imaging.

Create new docker network pacs

docker network create pacs

Clone This Repo

git clone https://github.com/hyper4saken/ohif-orthanc.git
cd ohif-orthanc
docker-compose up -d

It will also create a new bridge-network pacs.

Access OHIF and Orthanc

./ohif-orthanc.jpg

  1. To access OHIF go to address `http://server-ip:3000`.
  2. To access ORTHANC webpage go to address `http://server-ip:8042`

Default Username is mapdr & password is changestrongpassword

Import DICOM Studies

  1. You can directly Import DICOM files or Folder from OHIF.
  2. You can directly send images from existing PACS/Machine
    • AE: MAPDR
    • PORT: 4242
    • IP: your-server-ip
  3. If you have file locally install httplib2 with pip python ImportDicomFiles.py localhost 8042 /path/to/input/dir