Ohif: (OHIF) Viewer is an open source, web-based, medical imaging platform.
Orthanc: Its free and open-source, lightweight DICOM server for medical imaging.
docker network create pacsgit clone https://github.com/hyper4saken/ohif-orthanc.git
cd ohif-orthanc
docker-compose up -dIt will also create a new bridge-network pacs.
- To access
OHIFgo to address `http://server-ip:3000`. - To access
ORTHANCwebpage go to address `http://server-ip:8042`
Default Username is mapdr & password is changestrongpassword
- 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
