need help

please please help me i installed orthanc on windows and i want configure the 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” ]
}
}
}
}

Hey users please mail me your details we will talk about this in a virtual meeting.

You should at least explain your setup:
https://book.orthanc-server.com/users/support.html#discussing-a-minimal-working-example

What is your DICOMweb client?

i used Orthanc - DICOMweb client
i try to configure dicomweb.json but its said No DICOMweb server is configured!

i try to configure but still not work

Untitled.jpg

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.

image.png

HTH,

Alain

I tried it on this way but still i didn’t find DICOMweb server: on the dropdown menu

{
/**

  • The following options control the configuration of the Orthanc
  • plugin adding support of WADO and DICOMweb.
    **/

“DicomWeb” : {
“Servers” : {
“orthanc8042”:{
“url”: “http://localhost:8042/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

}
}

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

I have already provided all the information…

I told you to check your logs → they say your json file is invalid
I told you your json was probably invalid → I gave you an example of valid json

Please help me and tell me what I could do more to help you ?

hint: paste your json in this online validator: https://jsonlint.com/

i try it on JSON Online Validator and its valid i don’t know how to solve bro

145.png

try “Url” with a capital U.

Here’s a text copy of mine:
{
/**

  • 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
}
}

thanks a lot it’s worked but There was an error connecting to " orthanc8042 " server.

this is my server address Url": “http://localhost:8042/dicom-web/”, but when i do lookup There was an error connecting to " orthanc8042 " server.

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).

how can access the stone viewer on client side i only run from orthanc server

Capture.PNG

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.

that was on the server side. How can I access it on the client side ?

Well, a Web interface is always “on the client side”. Your previous screenshot was taken “on the client side”, i.e. in a Web browser.

You don’t provide any information for people to help you (screenshots? logs? setup?)
https://book.orthanc-server.com/users/support.html

Maybe it’s simply because you haven’t set configuration option “RemoteAccessAllowed” to “true”, as indicated in the general troubleshooting guide:

https://book.orthanc-server.com/faq/troubleshooting.html