diff OrthancServer/DatabaseWrapper.h @ 440:23e5b35e3c5c

statistics for patient/studies/series/instances
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 May 2013 17:44:15 +0200
parents 7bbe77cb9e12
children 935e8c7e0b18
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Wed May 15 17:10:52 2013 +0200
+++ b/OrthancServer/DatabaseWrapper.h	Wed May 15 17:44:15 2013 +0200
@@ -129,6 +129,9 @@
     void AddAttachment(int64_t id,
                        const FileInfo& attachment);
 
+    void ListAvailableAttachments(std::list<FileContentType>& result,
+                                  int64_t id);
+
     bool LookupAttachment(FileInfo& attachment,
                           int64_t id,
                           FileContentType contentType);