diff OrthancServer/ServerToolbox.h @ 1745:38dda23c7d7d db-changes

LookupIdentifierQuery
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2015 13:47:50 +0100
parents 54d78925cbb6
children 4e7c318a3f69
line wrap: on
line diff
--- a/OrthancServer/ServerToolbox.h	Mon Oct 26 12:30:34 2015 +0100
+++ b/OrthancServer/ServerToolbox.h	Mon Oct 26 13:47:50 2015 +0100
@@ -59,7 +59,5 @@
     void ReconstructMainDicomTags(IDatabaseWrapper& database,
                                   IStorageArea& storageArea,
                                   ResourceType level);
-
-    std::string NormalizeTagForWildcard(const std::string& value);
   }
 }