comparison Plugins/Engine/OrthancPluginDatabase.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
361 MetadataType metadata) 361 MetadataType metadata)
362 ORTHANC_OVERRIDE; 362 ORTHANC_OVERRIDE;
363 363
364 virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE; 364 virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE;
365 365
366 virtual void TagAsMostRecentPatient(int64_t patient) ORTHANC_OVERRIDE; 366 virtual void TagMostRecentPatient(int64_t patient) ORTHANC_OVERRIDE;
367 }; 367 };
368 } 368 }
369 369
370 #endif 370 #endif