Message121

Author admin
Recipients
Date 2016-12-23.07:49:45
Content
[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.
History
Date User Action Args
2026-07-29 15:51:19adminlinkissue28 messages
2026-07-29 15:51:19admincreate