diff OrthancServer/ServerToolbox.h @ 1716:2ca7888f8600 db-changes

refactoring DicomIdentifiers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 17 Oct 2015 12:16:27 +0200
parents 5ebd6cbb3da8
children 3926e6317a43
line wrap: on
line diff
--- a/OrthancServer/ServerToolbox.h	Fri Oct 16 18:34:53 2015 +0200
+++ b/OrthancServer/ServerToolbox.h	Sat Oct 17 12:16:27 2015 +0200
@@ -49,8 +49,7 @@
     void SetMainDicomTags(IDatabaseWrapper& database,
                           int64_t resource,
                           ResourceType level,
-                          const DicomMap& dicomSummary,
-                          bool includeIdentifiers);
+                          const DicomMap& dicomSummary);
 
     bool FindOneChildInstance(int64_t& result,
                               IDatabaseWrapper& database,