comparison 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
comparison
equal deleted inserted replaced
437:beca6747945e 438:7bbe77cb9e12
148 148
149 void SetMetadata(const std::string& publicId, 149 void SetMetadata(const std::string& publicId,
150 MetadataType type, 150 MetadataType type,
151 const std::string& value); 151 const std::string& value);
152 152
153 void DeleteMetadata(const std::string& publicId,
154 MetadataType type);
155
153 bool LookupMetadata(std::string& target, 156 bool LookupMetadata(std::string& target,
154 const std::string& publicId, 157 const std::string& publicId,
155 MetadataType type); 158 MetadataType type);
156 159
157 bool ListAvailableMetadata(std::list<MetadataType>& target, 160 bool ListAvailableMetadata(std::list<MetadataType>& target,