please please help me i installed orthanc on windows and i wantconfigurethe dicomweb client but didn’t work please help me ?
{
/**
The following options control the configuration of the Orthanc
plugin adding support of WADO and DICOMweb.
**/
“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
{
“Plugins” : [ “C:\Program Files\Orthanc Servers\Plugins” ],
“DicomWeb” : {
“Servers” : {
“sample” : [ “http://localhost/dicom-web/”, “username”, “password” ]
}
}
}
}
First of all, “it does not work” is not a sufficient problem description for anyone to help.
To expect some help, you should provide your configuration files and logs (after you’ve checked them for warning and errors).
FYI, here’s what my dicomweb.json configuration files look like. The json configuration you pasted in your first message does not look like that one.
“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
log error
E0204 04:33:35.679011 PluginsManager.cpp:164] Bad file format: Empty URL
E0204 04:33:35.679011 PluginsManager.cpp:164] Exception while parsing the “DicomWeb.Servers” section of the configuration file: Bad file format
E0204 04:33:35.679011 PluginsManager.cpp:164] Exception: Bad file format
The following options control the configuration of the Orthanc
plugin adding support of WADO and DICOMweb.
**/
“DicomWeb” : {
“Servers” : {
“orthanc8044”: {
“Url”: “http://localhost:8044/dicom-web/”,
“Timeout”: 500,
“ChunkedTransfers”: false
}
},
“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
}
}
Sorry but “There was an error” is not a sufficient problem description for anyone to help.
To expect some help, you should provide your configuration files (all) and logs (after you’ve checked them for warning and errors).
Just click on the yellow button “Stone Web viewer” that appears at the study and series levels in Orthanc Explorer, and that you have already highlighted in your screenshot.