diff 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
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Wed Feb 05 15:00:29 2014 +0100
+++ b/OrthancServer/ServerIndex.h	Wed Feb 05 16:46:59 2014 +0100
@@ -180,6 +180,10 @@
     bool ListAvailableMetadata(std::list<MetadataType>& target,
                                const std::string& publicId);
 
+    void ListAvailableAttachments(std::list<FileContentType>& target,
+                                  const std::string& publicId,
+                                  ResourceType expectedType);
+
     bool LookupParent(std::string& target,
                       const std::string& publicId);