diff OrthancStone/Sources/Loaders/DicomResourcesLoader.cpp @ 1531:d3cafeef07bb

fix for new interface of Orthanc::ParsedDicomFile::ExtractDicomSummary()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Aug 2020 18:32:09 +0200
parents 244ad1e4e76a
children 94750ef63ad5
line wrap: on
line diff
--- a/OrthancStone/Sources/Loaders/DicomResourcesLoader.cpp	Tue Aug 04 14:37:41 2020 +0200
+++ b/OrthancStone/Sources/Loaders/DicomResourcesLoader.cpp	Thu Aug 06 18:32:09 2020 +0200
@@ -534,7 +534,7 @@
       ignoreTagLength.insert(Orthanc::DICOM_TAG_GRID_FRAME_OFFSET_VECTOR);  // Needed for RT-DOSE
 
       Orthanc::DicomMap summary;
-      message.GetDicom().ExtractDicomSummary(summary, ignoreTagLength);
+      message.GetDicom().ExtractDicomSummary(summary, ORTHANC_STONE_MAX_TAG_LENGTH, ignoreTagLength);
       handler.GetTarget()->AddResource(summary);
 
       handler.BroadcastSuccess();