diff OrthancServer/Sources/Database/SQLiteDatabaseWrapper.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 648defffc8cc
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h	Fri Feb 12 12:13:19 2021 +0100
+++ b/OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h	Tue Feb 16 12:18:41 2021 +0100
@@ -234,7 +234,7 @@
                                   FileContentType attachment)
       ORTHANC_OVERRIDE;
 
-    virtual void ListAvailableAttachments(std::list<FileContentType>& target,
+    virtual void ListAvailableAttachments(std::set<FileContentType>& target,
                                           int64_t id)
       ORTHANC_OVERRIDE;