comparison OrthancServer/Database/SQLiteDatabaseWrapper.h @ 3124:c0d7aee8c3f8 db-changes

Fix issue #58 (Patient recycling order should be defined by their received last instance)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Jan 2019 21:09:33 +0100
parents f86ebf971a72
children 4bbadcd03966
comparison
equal deleted inserted replaced
3121:f86ebf971a72 3124:c0d7aee8c3f8
358 IGetChildrenMetadata::Apply(*this, target, resourceId, metadata); 358 IGetChildrenMetadata::Apply(*this, target, resourceId, metadata);
359 } 359 }
360 360
361 virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE; 361 virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE;
362 362
363 virtual void TagAsMostRecentPatient(int64_t patient) ORTHANC_OVERRIDE; 363 virtual void TagMostRecentPatient(int64_t patient) ORTHANC_OVERRIDE;
364 }; 364 };
365 } 365 }