diff OrthancServer/ServerToolbox.h @ 1709:2ad22b2970a2 db-changes

SearchableStudies
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Oct 2015 17:48:30 +0200
parents de1413733c97
children 5ebd6cbb3da8
line wrap: on
line diff
--- a/OrthancServer/ServerToolbox.h	Tue Oct 13 16:57:55 2015 +0200
+++ b/OrthancServer/ServerToolbox.h	Tue Oct 13 17:48:30 2015 +0200
@@ -60,5 +60,10 @@
     void ReconstructMainDicomTags(IDatabaseWrapper& database,
                                   IStorageArea& storageArea,
                                   ResourceType level);
+
+    void ExtractModule(DicomMap& result,   // WARNING: Will not be cleared!
+                       const DicomMap& summary,
+                       DicomModule module,
+                       bool normalize);
   }
 }