comparison OrthancServer/Sources/Database/Compatibility/GenericFind.h @ 5568:b0b5546f1b9f find-refactoring

find refactor: re-use existing code. /studies?expand is almost fully implemented with new code
author Alain Mazy <am@orthanc.team>
date Thu, 25 Apr 2024 09:22:07 +0200
parents 12d8a1a266e9
children 862b54b4cfe2
comparison
equal deleted inserted replaced
5567:f3562c1a150d 5568:b0b5546f1b9f
26 26
27 namespace Orthanc 27 namespace Orthanc
28 { 28 {
29 namespace Compatibility 29 namespace Compatibility
30 { 30 {
31 // TODO-FIND: remove this class that only contains a temporary implementation
31 class GenericFind : public boost::noncopyable 32 class GenericFind : public boost::noncopyable
32 { 33 {
33 private: 34 private:
34 IDatabaseWrapper::ITransaction& transaction_; 35 IDatabaseWrapper::ITransaction& transaction_;
35 36