comparison OrthancServer/DatabaseWrapper.h @ 739:696dbb4fd390

api uniformization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Mar 2014 09:58:20 +0100
parents 2929e17f8447
children 1cd3ec544039
comparison
equal deleted inserted replaced
738:c60743fadd4e 739:696dbb4fd390
113 113
114 bool LookupMetadata(std::string& target, 114 bool LookupMetadata(std::string& target,
115 int64_t id, 115 int64_t id,
116 MetadataType type); 116 MetadataType type);
117 117
118 bool ListAvailableMetadata(std::list<MetadataType>& target, 118 void ListAvailableMetadata(std::list<MetadataType>& target,
119 int64_t id); 119 int64_t id);
120 120
121 std::string GetMetadata(int64_t id, 121 std::string GetMetadata(int64_t id,
122 MetadataType type, 122 MetadataType type,
123 const std::string& defaultValue = ""); 123 const std::string& defaultValue = "");