I can't DICOMweb server configured

Hi, I installed the orthanc server and after I installed DICOMweb client, all in the same server, but when I open the next url (http://localhost:8042/dicom-web/app/client/index.html) I get the next message: No DICOMweb server is configured!.

My code in Orthan Server (orthanc.json) is:

“DicomServerEnabled” : true,
“DicomAet” : “ORTHANC”,
“DicomCheckCalledAet” : false,
“DicomPort” : 4242

And my code in DicomWeb Client (dicomweb.json) is:

“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” : “localhost”, // Hard-codes the name of the host for subsequent WADO-RS requests
“Ssl” : false // Whether HTTPS should be used for subsequent WADO-RS requests
}

Can someone tell me what’s going on? Thanks.

Hi,

You must declare DicomWeb Servers in the configuration file:
https://book.orthanc-server.com/plugins/dicomweb.html?highlight="Servers"#client-related-options

HTH,

Alain

1 Like