Ohif: (OHIF) Viewer is an open source, web-based, medical imaging platform.
Orthanc: Its free and open-source, lightweight DICOM server for medical imaging.
git clone https://github.com/hyper4saken/ohif-orthanc.git
cd ohif-orthanc
docker-compose up -d
- To access
OHIF
go to addresshttp://server-ip:3000
. - To access
ORTHANC
webpage go to addresshttp://server-ip:8042
Default Username is
mapdr
& password ischangestrongpassword
- You can directly Import DICOM files or Folder from OHIF.
- You can directly send images from existing PACS/Machine
- AE: MAPDR
- PORT: 4242
- IP: your-server-ip
- If you have file locally install httplib2 with pip
python ImportDicomFiles.py localhost 8042 /path/to/input/dir