diff OrthancFramework/Sources/DicomNetworking/Internals/FindScp.cpp @ 5044:6fed78e13233

Refactored DicomMap to handle sequences when needed
author Alain Mazy <am@osimis.io>
date Tue, 28 Jun 2022 17:45:09 +0200
parents 43e613a7756b
children b23a4bb18065
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomNetworking/Internals/FindScp.cpp	Mon Jun 27 15:22:19 2022 +0200
+++ b/OrthancFramework/Sources/DicomNetworking/Internals/FindScp.cpp	Tue Jun 28 17:45:09 2022 +0200
@@ -275,6 +275,7 @@
               DicomMap input;
               std::set<DicomTag> ignoreTagLength;
               FromDcmtkBridge::ExtractDicomSummary(input, *requestIdentifiers, 0 /* don't truncate tags */, ignoreTagLength);
+              input.RemoveSequences();
 
               DicomMap filtered;
               FixFindQuery(filtered, input);