comparison 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
comparison
equal deleted inserted replaced
4513:1f455b86b054 4514:5b929e6b3c36
232 232
233 virtual void DeleteAttachment(int64_t id, 233 virtual void DeleteAttachment(int64_t id,
234 FileContentType attachment) 234 FileContentType attachment)
235 ORTHANC_OVERRIDE; 235 ORTHANC_OVERRIDE;
236 236
237 virtual void ListAvailableAttachments(std::list<FileContentType>& target, 237 virtual void ListAvailableAttachments(std::set<FileContentType>& target,
238 int64_t id) 238 int64_t id)
239 ORTHANC_OVERRIDE; 239 ORTHANC_OVERRIDE;
240 240
241 virtual bool LookupAttachment(FileInfo& attachment, 241 virtual bool LookupAttachment(FileInfo& attachment,
242 int64_t id, 242 int64_t id,