comparison Framework/Plugins/IndexBackend.h @ 209:13a3863df7fa

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Mar 2021 17:01:38 +0100
parents d9ef3f16e6a2
children a0c095a4ba7d
comparison
equal deleted inserted replaced
208:696bc0c9fddb 209:13a3863df7fa
161 virtual void GetMainDicomTags(IDatabaseBackendOutput& output, 161 virtual void GetMainDicomTags(IDatabaseBackendOutput& output,
162 int64_t id) ORTHANC_OVERRIDE; 162 int64_t id) ORTHANC_OVERRIDE;
163 163
164 virtual std::string GetPublicId(int64_t resourceId) ORTHANC_OVERRIDE; 164 virtual std::string GetPublicId(int64_t resourceId) ORTHANC_OVERRIDE;
165 165
166 virtual uint64_t GetResourceCount(OrthancPluginResourceType resourceType) ORTHANC_OVERRIDE; 166 virtual uint64_t GetResourcesCount(OrthancPluginResourceType resourceType) ORTHANC_OVERRIDE;
167 167
168 virtual OrthancPluginResourceType GetResourceType(int64_t resourceId) ORTHANC_OVERRIDE; 168 virtual OrthancPluginResourceType GetResourceType(int64_t resourceId) ORTHANC_OVERRIDE;
169 169
170 virtual uint64_t GetTotalCompressedSize() ORTHANC_OVERRIDE; 170 virtual uint64_t GetTotalCompressedSize() ORTHANC_OVERRIDE;
171 171
179 int64_t id) ORTHANC_OVERRIDE; 179 int64_t id) ORTHANC_OVERRIDE;
180 180
181 virtual void ListAvailableAttachments(std::list<int32_t>& target /*out*/, 181 virtual void ListAvailableAttachments(std::list<int32_t>& target /*out*/,
182 int64_t id) ORTHANC_OVERRIDE; 182 int64_t id) ORTHANC_OVERRIDE;
183 183
184 virtual void LogChange(const OrthancPluginChange& change) ORTHANC_OVERRIDE; 184 virtual void LogChange(int32_t changeType,
185 int64_t resourceId,
186 OrthancPluginResourceType resourceType,
187 const char* date) ORTHANC_OVERRIDE;
185 188
186 virtual void LogExportedResource(const OrthancPluginExportedResource& resource) ORTHANC_OVERRIDE; 189 virtual void LogExportedResource(const OrthancPluginExportedResource& resource) ORTHANC_OVERRIDE;
187 190
188 virtual bool LookupAttachment(IDatabaseBackendOutput& output, 191 virtual bool LookupAttachment(IDatabaseBackendOutput& output,
189 int64_t id, 192 int64_t id,
266 OrthancPluginStorageArea* storageArea) ORTHANC_OVERRIDE; 269 OrthancPluginStorageArea* storageArea) ORTHANC_OVERRIDE;
267 270
268 virtual void ClearMainDicomTags(int64_t internalId) ORTHANC_OVERRIDE; 271 virtual void ClearMainDicomTags(int64_t internalId) ORTHANC_OVERRIDE;
269 272
270 // For unit testing only! 273 // For unit testing only!
271 virtual uint64_t GetResourcesCount(); 274 virtual uint64_t GetAllResourcesCount();
272 275
273 // For unit testing only! 276 // For unit testing only!
274 virtual uint64_t GetUnprotectedPatientsCount(); 277 virtual uint64_t GetUnprotectedPatientsCount();
275 278
276 // For unit testing only! 279 // For unit testing only!