[BitBucket user: Erik Ziegler]
[BitBucket date: 2018-07-19.16:24:35]
Hello!
I am having a small issue with Accept header that is used in WADO-RS RetrieveFrames.
It seems that the endpoint will function fine when the Accept header value is:
multipart/related; type=application/octet-stream
but will fail when the value is:
multipart/related; type="application/octet-stream"
The version with quotes is what is specified in the standard (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_6.5.4).
I get the error: [... PluginsManager.cpp:164] DICOMweb RetrieveFrames: Transfer syntax "" is incompatible with media type ""application/octet-stream""
We are using the Cornerstone WADO Image Loader, which includes the quotes here: https://github.com/cornerstonejs/cornerstoneWADOImageLoader/blob/a461c7518bfc7c80b3b092a6ef0303df04a67428/src/imageLoader/wadors/loadImage.js#L49
There is a workaround: use WADO-URI, so it's not critical.
Thanks!
|