diff OrthancServer/ServerToolbox.h @ 1717:3926e6317a43 db-changes

SetIdentifierTagInternal
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Oct 2015 17:45:34 +0200
parents 2ca7888f8600
children 54d78925cbb6
line wrap: on
line diff
--- a/OrthancServer/ServerToolbox.h	Sat Oct 17 12:16:27 2015 +0200
+++ b/OrthancServer/ServerToolbox.h	Mon Oct 19 17:45:34 2015 +0200
@@ -59,5 +59,7 @@
     void ReconstructMainDicomTags(IDatabaseWrapper& database,
                                   IStorageArea& storageArea,
                                   ResourceType level);
+
+    std::string NormalizeIdentifierTag(const std::string& value);
   }
 }