Bug 28

Summary: Enumerations for "accept" header for WADO RetrieveFrames is not complaint to the standard specification
Product: Orthanc Reporter: Sébastien Jodogne <s.jodogne>
Component: Plugin - DICOMwebAssignee: Sébastien Jodogne <s.jodogne>
Status: RESOLVED FIXED    
Severity: normal    
Priority: ---    
Version: unspecified   
Hardware: All   
OS: All   

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