Dear All,
I have a working Orthanc setup running on dicom.mydomain.com where everything has been working great for past three years, including loading of images with OHIF v2.
I am trying to upgrade to OHIF v3. The first GET works OK (200), the following ones get an error of 404.
I have copied the Dicom-Web configuration below. Any help would greatly appreciated.
Current Orthanc is 1.11.2.
“DicomWeb” : {
“Enable” : true, // Whether DICOMweb support is enabled
“Root” : “/dicom-web/”, // Root URI of the DICOMweb API (for QIDO-RS, STOW-RS and WADO-RS)
“EnableWado” : true, // Whether WADO-URI (aka. WADO) support is enabled
“WadoRoot” : “/wado”, // Root URI of the WADO-URI (aka. WADO) API
“Host” : “https://dicom.mydomain.com/orthanc/dicom-web/studies”, // tried → “”, “orthanc/dicom-web” Hard-codes the name of the host for subsequent WADO-RS requests
“PublicRoot” : “”, // tried → “”, “/orthanc/dicom-web/studies”, “https://dicom.mydomain.com/orthanc/dicom-web/”,
“Ssl” : false, // Whether HTTPS should be used for subsequent WADO-RS requests
“StudiesMetadata” : “MainDicomTags”, // How study-level metadata is retrieved (since release 1.1, cf. section below)
“SeriesMetadata” : “MainDicomTags” // How series-level metadata is retrieved (since release 1.1, cf. section below)
}
IIS log
2022-12-25 23:45:42 x.x.1.5 GET /orthanc/dicom-web/studies/1.3.46.670589.11.8540.5.0.6072.2022121910434125000/series X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=55fc9367-f48e-4ded-87b7-0fed9113a2c5&SERVER-STATUS=200 443 abc@gmail.com x.x.x.190 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 https://dicom.mydomain.com/viewer/?StudyInstanceUIDs=1.3.46.670589.11.8540.5.0.6072.2022121910434125000 200 0 0 125
2022-12-25 23:45:42 10.254.1.5 GET /orthanc/dicom-web/studies limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=1.3.46.670589.11.8540.5.0.6072.2022121910434125000&X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=6082a4bf-06c8-466e-b387-24cc1abb9a48 443 abc@gmail.com x.x.x.190 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36 https://dicom.mydomain.com/viewer/?StudyInstanceUIDs=1.3.46.670589.11.8540.5.0.6072.2022121910434125000 404 0 0 78
Many thanks!