comparison 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
comparison
equal deleted inserted replaced
437:beca6747945e 438:7bbe77cb9e12
106 106
107 void SetMetadata(int64_t id, 107 void SetMetadata(int64_t id,
108 MetadataType type, 108 MetadataType type,
109 const std::string& value); 109 const std::string& value);
110 110
111 void DeleteMetadata(int64_t id,
112 MetadataType type);
113
111 bool LookupMetadata(std::string& target, 114 bool LookupMetadata(std::string& target,
112 int64_t id, 115 int64_t id,
113 MetadataType type); 116 MetadataType type);
114 117
115 bool ListAvailableMetadata(std::list<MetadataType>& target, 118 bool ListAvailableMetadata(std::list<MetadataType>& target,