comparison 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
comparison
equal deleted inserted replaced
4138:1a26daefc3fe 4139:a4f28efdfccf
1004 1004
1005 // (0) Create a summary of the source file, if a custom generator 1005 // (0) Create a summary of the source file, if a custom generator
1006 // is provided 1006 // is provided
1007 if (identifierGenerator_ != NULL) 1007 if (identifierGenerator_ != NULL)
1008 { 1008 {
1009 toModify.ExtractDicomSummary(currentSource_); 1009 toModify.ExtractDicomSummary(currentSource_, ORTHANC_MAXIMUM_TAG_LENGTH);
1010 } 1010 }
1011 1011
1012 // (1) Make sure the relationships are updated with the ids that we force too 1012 // (1) Make sure the relationships are updated with the ids that we force too
1013 // i.e: an RT-STRUCT is referencing its own StudyInstanceUID 1013 // i.e: an RT-STRUCT is referencing its own StudyInstanceUID
1014 if (isAnonymization_ && updateReferencedRelationships_) 1014 if (isAnonymization_ && updateReferencedRelationships_)