comparison OrthancServer/Sources/Database/IDatabaseWrapper.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
356 /** 356 /**
357 * Primitives introduced in Orthanc 1.12.4 357 * Primitives introduced in Orthanc 1.12.4
358 **/ 358 **/
359 359
360 virtual void ExecuteFind(FindResponse& response, 360 virtual void ExecuteFind(FindResponse& response,
361 const FindRequest& request) = 0; 361 const FindRequest& request,
362 const std::vector<DatabaseConstraint>& normalized) = 0;
362 }; 363 };
363 364
364 365
365 virtual ~IDatabaseWrapper() 366 virtual ~IDatabaseWrapper()
366 { 367 {