comparison Plugins/Engine/OrthancPluginDatabase.h @ 1711:5ebd6cbb3da8 db-changes

Backed out changeset 2ad22b2970a2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Oct 2015 17:36:07 +0200
parents 2ad22b2970a2
children 4db9200c7f46
comparison
equal deleted inserted replaced
1709:2ad22b2970a2 1711:5ebd6cbb3da8
252 virtual unsigned int GetDatabaseVersion(); 252 virtual unsigned int GetDatabaseVersion();
253 253
254 virtual void Upgrade(unsigned int targetVersion, 254 virtual void Upgrade(unsigned int targetVersion,
255 IStorageArea& storageArea); 255 IStorageArea& storageArea);
256 256
257 virtual void StoreStudyModule(int64_t id,
258 const DicomMap& module);
259
260 void AnswerReceived(const _OrthancPluginDatabaseAnswer& answer); 257 void AnswerReceived(const _OrthancPluginDatabaseAnswer& answer);
261 }; 258 };
262 } 259 }
263 260
264 #endif 261 #endif