diff OrthancServer/ServerIndex.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/ServerIndex.h	Wed May 15 15:57:05 2013 +0200
+++ b/OrthancServer/ServerIndex.h	Wed May 15 16:28:00 2013 +0200
@@ -154,6 +154,9 @@
                         const std::string& publicId,
                         MetadataType type);
 
+    bool ListAvailableMetadata(std::list<MetadataType>& target,
+                               const std::string& publicId);
+
     bool LookupParent(std::string& target,
                       const std::string& publicId);