# ohif-orthanc **Repository Path**: geminga/ohif-orthanc ## Basic Information - **Project Name**: ohif-orthanc - **Description**: https://github.com/hyper4saken/ohif-orthanc 同步仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-08 - **Last Updated**: 2024-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README * 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= #+begin_src bash docker network create pacs #+end_src *** Clone This Repo #+begin_src bash git clone https://github.com/hyper4saken/ohif-orthanc.git cd ohif-orthanc docker-compose up -d #+end_src 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=