comparison OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.cpp @ 4136:2724977419fb

Fix DICOM SCP filters if some query tag has more than 256 characters
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Aug 2020 15:55:03 +0200
parents bf7b9edf6b81
children 6774605d4341
comparison
equal deleted inserted replaced
4135:baf8e21e91cb 4136:2724977419fb
355 return; 355 return;
356 } 356 }
357 357
358 // Extract information about the image structure 358 // Extract information about the image structure
359 DicomMap tags; 359 DicomMap tags;
360 FromDcmtkBridge::ExtractDicomSummary(tags, dicom); 360 FromDcmtkBridge::ExtractDicomSummary(tags, dicom, 0 /* don't truncate tags */);
361 361
362 DicomImageInformation information(tags); 362 DicomImageInformation information(tags);
363 363
364 // Access to the raw pixel data 364 // Access to the raw pixel data
365 if (DicomImageDecoder::IsPsmctRle1(dicom)) 365 if (DicomImageDecoder::IsPsmctRle1(dicom))