Bug 190 - Stow-RS fails without log-entry
Summary: Stow-RS fails without log-entry
Status: RESOLVED FIXED
Alias: None
Product: Orthanc
Classification: Unclassified
Component: Plugin - DICOMweb (show other bugs)
Version: unspecified
Hardware: PC Linux
: --- enhancement
Assignee: Sébastien Jodogne
URL:
Depends on:
Blocks:
 
Reported: 2020-11-24 17:02 CET by Hanno Gao
Modified: 2020-11-27 06:42 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Gao 2020-11-24 17:02:26 CET
I use the current implementation of the python-package dicomweb-client (0.50.3) to send a dicom file to orthanc. The orthanc server redirects the stow request correctly to the dicomweb plugin:
>I1123 11:11:19.457871 HttpServer.cpp:1165] POST /dicom-web/studies
>I1123 11:11:19.457935 OrthancPlugins.cpp:5127] Delegating chunked HTTP request to >plugin for URI: /dicom-web/studies
>I1123 11:11:19.457970 PluginsManager.cpp:172] STOW-RS request without study


There is no futher log entry, but the data cannot be found on the server.

I filed an issue on the github page:
https://github.com/MGHComputationalPathology/dicomweb-client/issues/42

So the issue is: 
1. no log entry, even so there is no data.
2. either the dicomweb-client is not sending the data correctly or orthanc is not handling the data corrtly.
Comment 1 Sébastien Jodogne 2020-11-27 06:42:36 CET
Hello,

Thanks for your report. This has been fixed by the following changeset:
https://hg.orthanc-server.com/orthanc-dicomweb/rev/6dc2f79b5579

This fix will be part of forthcoming release 1.4 of the DICOMweb plugin.

Regards,
Sébastien-