comparison OrthancServer/Plugins/Engine/OrthancPluginDatabase.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
228 ORTHANC_OVERRIDE; 228 ORTHANC_OVERRIDE;
229 229
230 virtual bool IsProtectedPatient(int64_t internalId) 230 virtual bool IsProtectedPatient(int64_t internalId)
231 ORTHANC_OVERRIDE; 231 ORTHANC_OVERRIDE;
232 232
233 virtual void ListAvailableAttachments(std::list<FileContentType>& target, 233 virtual void ListAvailableAttachments(std::set<FileContentType>& target,
234 int64_t id) 234 int64_t id)
235 ORTHANC_OVERRIDE; 235 ORTHANC_OVERRIDE;
236 236
237 virtual void LogChange(int64_t internalId, 237 virtual void LogChange(int64_t internalId,
238 const ServerIndexChange& change) 238 const ServerIndexChange& change)