diff OrthancServer/ServerIndex.h @ 1352:382439943749

ResourceFinder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 11 May 2015 17:25:53 +0200
parents 4ce47e8ed0d2
children 3dd494f201a1
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Thu Apr 30 15:17:40 2015 +0200
+++ b/OrthancServer/ServerIndex.h	Mon May 11 17:25:53 2015 +0200
@@ -257,5 +257,9 @@
 
     std::string GetGlobalProperty(GlobalProperty property,
                                   const std::string& defaultValue);
+
+    bool GetMainDicomTags(DicomMap& result,
+                          const std::string& publicId,
+                          ResourceType expectedType);
   };
 }