Hi there,
I’ve just installed orthanc-dicomweb from my Debian/stable system (*), and I wanted to try out WADO-RS implementation. So I figured I would follow:
Which states:
[…]
A study can be retrieved through WADO-RS. Here is a sample using the VIX dataset:
$ curl http://localhost:8042/dicom-web/studies/2.16.840.1.113669.632.20.1211.10000315526/
[…]
For some reason here is what I get on my side:
% curl -s http://localhost:8042/dicom-web/studies/ | grep -A 1 0020000D
“0020000D” : {
“Value” : [ “1.2.840.113619.2.5.1762386977.1328.985934491.590” ],
then:
% curl http://localhost:8042/dicom-web/studies/1.2.840.113619.2.5.1762386977.1328.985934491.590/
{
“HttpError” : “Internal Server Error”,
“HttpStatus” : 500,
“Message” : “Error in the network protocol”,
“Method” : “GET”,
“OrthancError” : “Error in the network protocol”,
“OrthancStatus” : 9,
“Uri” : “/dicom-web/studies/1.2.840.113619.2.5.1762386977.1328.985934491.590/”
}
Logs reveal:
[…]
E0203 15:12:04.165178 OrthancException.h:85] Not implemented yet: Multipart answers are not implemented together with keep-alive connections if using Mongoose
E0203 15:12:04.165282 PluginsManager.cpp:197] Exception while invoking plugin service 2008: Not implemented yet
E0203 15:12:04.165328 PluginsErrorDictionary.cpp:111] Exception inside the plugin engine: Error in the network protocol
[…]
What did I miss from the documentation and/or installation step ?
Thanks much,
(*)
% apt-cache policy orthanc-dicomweb
orthanc-dicomweb:
Installed: 0.6+dfsg-1
Candidate: 0.6+dfsg-1
Version table:
*** 0.6+dfsg-1 500
500 http://deb.debian.org/debian buster/main amd64 Packages
100 /var/lib/dpkg/status