diff OrthancServer/DatabaseWrapper.h @ 436:d51186bf7602

read access to metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 May 2013 16:28:00 +0200
parents 47d63c941902
children 7bbe77cb9e12
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Wed May 15 15:57:05 2013 +0200
+++ b/OrthancServer/DatabaseWrapper.h	Wed May 15 16:28:00 2013 +0200
@@ -112,6 +112,9 @@
                         int64_t id,
                         MetadataType type);
 
+    bool ListAvailableMetadata(std::list<MetadataType>& target,
+                               int64_t id);
+
     std::string GetMetadata(int64_t id,
                             MetadataType type,
                             const std::string& defaultValue = "");