dicomweb-client icon indicating copy to clipboard operation
dicomweb-client copied to clipboard

Add quality factor to octet-stream mediatype

Open cgorman opened this issue 2 years ago • 1 comments

Depending on the IMS implementation, they may return octet-stream when image/jpeg is available because octet-stream appears higher on the list of acceptable media types. This PR adds q=0.9 to the field value.

Fixes #80

cgorman avatar Apr 25 '23 15:04 cgorman

I've tested this with Slim for a month or so using patch-package for local and remote IMS instances (dcm4chee, google, and GE) and it has been working well FWIW

cgorman avatar Apr 25 '23 15:04 cgorman