comparison OrthancServer/ServerIndex.h @ 436:d51186bf7602

read access to metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 May 2013 16:28:00 +0200
parents 47d63c941902
children 7bbe77cb9e12
comparison
equal deleted inserted replaced
435:28ba73274919 436:d51186bf7602
152 152
153 bool LookupMetadata(std::string& target, 153 bool LookupMetadata(std::string& target,
154 const std::string& publicId, 154 const std::string& publicId,
155 MetadataType type); 155 MetadataType type);
156 156
157 bool ListAvailableMetadata(std::list<MetadataType>& target,
158 const std::string& publicId);
159
157 bool LookupParent(std::string& target, 160 bool LookupParent(std::string& target,
158 const std::string& publicId); 161 const std::string& publicId);
159 162
160 uint64_t IncrementGlobalSequence(GlobalProperty sequence); 163 uint64_t IncrementGlobalSequence(GlobalProperty sequence);
161 164