diff OrthancFramework/Sources/DicomParsing/DicomModification.cpp @ 4139:a4f28efdfccf

"maxTagLength" must be explicitly given to ParsedDicomFile::ExtractDicomSummary()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Aug 2020 18:25:47 +0200
parents bf7b9edf6b81
children 7112a8af0b63
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/DicomModification.cpp	Thu Aug 06 17:56:10 2020 +0200
+++ b/OrthancFramework/Sources/DicomParsing/DicomModification.cpp	Thu Aug 06 18:25:47 2020 +0200
@@ -1006,7 +1006,7 @@
     // is provided
     if (identifierGenerator_ != NULL)
     {
-      toModify.ExtractDicomSummary(currentSource_);
+      toModify.ExtractDicomSummary(currentSource_, ORTHANC_MAXIMUM_TAG_LENGTH);
     }
 
     // (1) Make sure the relationships are updated with the ids that we force too