Recommended local setup
For local testing: import Dicom/dicom_viewer_Mrbrain.zip into Orthanc, enable DICOMweb, then open the StudyInstanceUID in OHIF.
Orthanc + DICOMweb
1. Start Orthanc with DICOMweb enabled
2. Upload/import the MR brain DICOM files
3. Copy the StudyInstanceUID
4. Paste it above and launch OHIF
Orthanc config example
{
"Name": "MedHealthOrthanc",
"RemoteAccessAllowed": true,
"AuthenticationEnabled": false,
"DicomWeb": {
"Enable": true,
"Root": "/dicom-web/",
"EnableWado": true,
"WadoRoot": "/wado"
},
"HttpHeaders": {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Headers": "*",
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS"
}
}
Use proper auth and CORS rules for production. This browser demo stores no PHI.