diff OrthancServer/Sources/ServerToolbox.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 9214e3a7b0a2
children 0ddc5297a8ab
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerToolbox.cpp	Thu Aug 06 17:56:10 2020 +0200
+++ b/OrthancServer/Sources/ServerToolbox.cpp	Thu Aug 06 18:25:47 2020 +0200
@@ -269,7 +269,7 @@
 
           // Update the tags of this resource
           DicomMap dicomSummary;
-          dicom.ExtractDicomSummary(dicomSummary);
+          dicom.ExtractDicomSummary(dicomSummary, ORTHANC_MAXIMUM_TAG_LENGTH);
 
           database.ClearMainDicomTags(resource);