diff OrthancServer/Sources/Database/FindResponse.h @ 5690:708952bd869c find-refactoring

integration tests are passing with ResourceFinder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jul 2024 18:05:54 +0200
parents dc96401dbe88
children afd421225eb4
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/FindResponse.h	Tue Jul 09 15:56:53 2024 +0200
+++ b/OrthancServer/Sources/Database/FindResponse.h	Tue Jul 09 18:05:54 2024 +0200
@@ -190,6 +190,8 @@
         GetMainDicomTagsAtLevel(level).Export(target);
       }
 
+      void GetAllMainDicomTags(DicomMap& target) const;
+
       void AddMetadata(ResourceType level,
                        MetadataType metadata,
                        const std::string& value);