comparison OrthancServer/DatabaseWrapper.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
327 } 327 }
328 328
329 virtual void Upgrade(unsigned int targetVersion, 329 virtual void Upgrade(unsigned int targetVersion,
330 IStorageArea& storageArea); 330 IStorageArea& storageArea);
331 331
332 virtual void StoreStudyModule(int64_t id,
333 const DicomMap& module)
334 {
335 base_.StoreStudyModule(id, module);
336 }
332 337
333 338
334 /** 339 /**
335 * The methods declared below are for unit testing only! 340 * The methods declared below are for unit testing only!
336 **/ 341 **/