diff OrthancServer/ServerIndex.h @ 438:7bbe77cb9e12

DELETE metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 May 2013 16:51:10 +0200
parents d51186bf7602
children 23e5b35e3c5c
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Wed May 15 16:43:30 2013 +0200
+++ b/OrthancServer/ServerIndex.h	Wed May 15 16:51:10 2013 +0200
@@ -150,6 +150,9 @@
                      MetadataType type,
                      const std::string& value);
 
+    void DeleteMetadata(const std::string& publicId,
+                        MetadataType type);
+
     bool LookupMetadata(std::string& target,
                         const std::string& publicId,
                         MetadataType type);