comparison OrthancServer/IDatabaseWrapper.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
191 191
192 virtual unsigned int GetDatabaseVersion() = 0; 192 virtual unsigned int GetDatabaseVersion() = 0;
193 193
194 virtual void Upgrade(unsigned int targetVersion, 194 virtual void Upgrade(unsigned int targetVersion,
195 IStorageArea& storageArea) = 0; 195 IStorageArea& storageArea) = 0;
196
197 virtual void StoreStudyModule(int64_t id,
198 const DicomMap& module) = 0;
196 }; 199 };
197 } 200 }