# HG changeset patch # User Sebastien Jodogne # Date 1611680229 -3600 # Node ID a24d2126efd24413724792f75b2f6d26cfba18f0 # Parent f8c1d94363b68d72a16d4bd75dfbca3be4b6e646 fix integration test test_frames_transcoding of DICOMweb plugin diff -r f8c1d94363b6 -r a24d2126efd2 OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.cpp --- a/OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.cpp Tue Jan 26 15:50:52 2021 +0100 +++ b/OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.cpp Tue Jan 26 17:57:09 2021 +0100 @@ -377,7 +377,7 @@ DicomImageInformation information(tags); // Test whether this image is composed of a sequence of fragments - if (dicom.tagExistsWithValue(DCM_PixelData)) + if (dicom.tagExists(DCM_PixelData)) { DcmPixelSequence* pixelSequence = FromDcmtkBridge::GetPixelSequence(dicom); if (pixelSequence != NULL)