Issue28

Title Enumerations for "accept" header for WADO RetrieveFrames is not complaint to the standard specification
Priority bug Status resolved
Superseder Nosy List admin
Assigned To
Keywords Plugin - DICOMweb

Created on 2016-12-23.07:49:45 by admin, last changed by admin.

Messages
msg121 (view) Author: admin Date: 2016-12-23.07:49:45
[BitBucket date: 2016-12-23.06:49:45]

For the WADO RetrieveFrames option, the media type used inside the code is :
        if (type == "image/dicom+jpeg" && transferSyntax == "1.2.840.10008.1.2.4.50")
        {
          return gdcm::TransferSyntax::JPEGBaselineProcess1;
        }

But, the type is :image/jpeg" is image/jpeg in Table 6.1.1.8-3b of "DICOM PS3.18 2016c - Web Services" document.
I tested in a version built by myself, for VS2015.
msg122 (view) Author: admin Date: 2017-07-14.17:51:25
[BitBucket user: Sébastien Jodogne]
[BitBucket date: 2017-07-14.15:51:25]

Fixed in changelist: https://hg.orthanc-server.com/orthanc-dicomweb/changeset/ca917a89efa42269694587c510de58093b630805
History
Date User Action Args
2026-07-29 15:51:19admincreate