comparison OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.cpp @ 4312:6d49e3b6ff77

fix abi of DicomImageInformation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Nov 2020 15:22:43 +0100
parents 7112a8af0b63
children b2366bc023f8
comparison
equal deleted inserted replaced
4311:cb9aef006229 4312:6d49e3b6ff77
348 } 348 }
349 349
350 // Extract information about the image structure 350 // Extract information about the image structure
351 DicomMap tags; 351 DicomMap tags;
352 std::set<DicomTag> ignoreTagLength; 352 std::set<DicomTag> ignoreTagLength;
353 FromDcmtkBridge::ExtractDicomSummary(tags, dicom, DicomImageInformation::USEFUL_TAG_LENGTH, ignoreTagLength); 353 FromDcmtkBridge::ExtractDicomSummary(tags, dicom, DicomImageInformation::GetUsefulTagLength(), ignoreTagLength);
354 354
355 DicomImageInformation information(tags); 355 DicomImageInformation information(tags);
356 356
357 // Test whether this image is composed of a sequence of fragments 357 // Test whether this image is composed of a sequence of fragments
358 if (dicom.tagExistsWithValue(DCM_PixelData)) 358 if (dicom.tagExistsWithValue(DCM_PixelData))