Mercurial > hg > orthanc
diff OrthancFramework/Sources/DicomNetworking/Internals/MoveScp.cpp @ 4136:2724977419fb
Fix DICOM SCP filters if some query tag has more than 256 characters
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 06 Aug 2020 15:55:03 +0200 |
parents | bf7b9edf6b81 |
children | 6774605d4341 |
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomNetworking/Internals/MoveScp.cpp Tue Aug 04 13:02:02 2020 +0200 +++ b/OrthancFramework/Sources/DicomNetworking/Internals/MoveScp.cpp Thu Aug 06 15:55:03 2020 +0200 @@ -166,7 +166,7 @@ if (data.lastRequest_ == NULL) { DicomMap input; - FromDcmtkBridge::ExtractDicomSummary(input, *requestIdentifiers); + FromDcmtkBridge::ExtractDicomSummary(input, *requestIdentifiers, 0 /* don't truncate tags */); try {