Bug 28 - Enumerations for "accept" header for WADO RetrieveFrames is not complaint to the standard specification
Summary: Enumerations for "accept" header for WADO RetrieveFrames is not complaint to ...
Status: RESOLVED FIXED
Alias: None
Product: Orthanc
Classification: Unclassified
Component: Plugin - DICOMweb (show other bugs)
Version: unspecified
Hardware: All All
: --- normal
Assignee: Sébastien Jodogne
URL:
Depends on:
Blocks:
 
Reported: 2020-06-29 15:11 CEST by Sébastien Jodogne
Modified: 2020-06-29 15:20 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sébastien Jodogne 2020-06-29 15:11:50 CEST
[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.
Comment 1 Sébastien Jodogne 2020-06-29 15:20:32 CEST
[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