diff OrthancServer/DatabaseWrapper.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/DatabaseWrapper.h	Wed May 15 16:43:30 2013 +0200
+++ b/OrthancServer/DatabaseWrapper.h	Wed May 15 16:51:10 2013 +0200
@@ -108,6 +108,9 @@
                      MetadataType type,
                      const std::string& value);
 
+    void DeleteMetadata(int64_t id,
+                        MetadataType type);
+
     bool LookupMetadata(std::string& target,
                         int64_t id,
                         MetadataType type);