diff OrthancServer/Sources/Database/IDatabaseWrapper.h @ 4514:5b929e6b3c36

removal of "dicom-as-json" attachments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Feb 2021 12:18:41 +0100
parents d9473bd5ed43
children 2a0f8031fb93
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/IDatabaseWrapper.h	Fri Feb 12 12:13:19 2021 +0100
+++ b/OrthancServer/Sources/Database/IDatabaseWrapper.h	Tue Feb 16 12:18:41 2021 +0100
@@ -43,6 +43,7 @@
 
 #include <list>
 #include <boost/noncopyable.hpp>
+#include <set>
 
 namespace Orthanc
 {
@@ -153,7 +154,7 @@
 
     virtual bool IsProtectedPatient(int64_t internalId) = 0;
 
-    virtual void ListAvailableAttachments(std::list<FileContentType>& target,
+    virtual void ListAvailableAttachments(std::set<FileContentType>& target,
                                           int64_t id) = 0;
 
     virtual void LogChange(int64_t internalId,