comparison OrthancServer/ServerIndex.h @ 697:dd1ce9a2844c

access to attachments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Feb 2014 16:46:59 +0100
parents 2d0a347e8cfc
children 2929e17f8447
comparison
equal deleted inserted replaced
696:4c1860179cc5 697:dd1ce9a2844c
178 MetadataType type); 178 MetadataType type);
179 179
180 bool ListAvailableMetadata(std::list<MetadataType>& target, 180 bool ListAvailableMetadata(std::list<MetadataType>& target,
181 const std::string& publicId); 181 const std::string& publicId);
182 182
183 void ListAvailableAttachments(std::list<FileContentType>& target,
184 const std::string& publicId,
185 ResourceType expectedType);
186
183 bool LookupParent(std::string& target, 187 bool LookupParent(std::string& target,
184 const std::string& publicId); 188 const std::string& publicId);
185 189
186 uint64_t IncrementGlobalSequence(GlobalProperty sequence); 190 uint64_t IncrementGlobalSequence(GlobalProperty sequence);
187 191