Skip to content

DockerCompose File for OHIF with Orthanc

Notifications You must be signed in to change notification settings

hmatheitm/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.

Clone This Repo

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

Access OHIF and Orthanc

Ohif viewer

  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

About

DockerCompose File for OHIF with Orthanc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.2%
  • Python 34.8%