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