comparison Plugins/Engine/OrthancPluginDatabase.h @ 1709:2ad22b2970a2 db-changes

SearchableStudies
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Oct 2015 17:48:30 +0200
parents 4c5a85c3ff43
children 5ebd6cbb3da8
comparison
equal deleted inserted replaced
1708:275780da54ae 1709:2ad22b2970a2
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
257 void AnswerReceived(const _OrthancPluginDatabaseAnswer& answer); 260 void AnswerReceived(const _OrthancPluginDatabaseAnswer& answer);
258 }; 261 };
259 } 262 }
260 263
261 #endif 264 #endif