Hello, I have configured the DicomWeb Client plugin within the configuration file “dicomweb.json” with the following parameters:
root: “/dicom-web/”
servers: {“sample”: [http://localhost:8042/dicom-web/"]}
but when I access the url "http://localhost:8042/dicom-web I get the following error and I don’t know what can be…
{
"HttpError" : "Not Found",
"HttpStatus" : 404,
"Message" : "Unknown resource",
"Method" : "GET",
"OrthancError" : "Unknown resource",
"OrthancStatus" : 17,
"Uri" : "/dicom-web"
}