diff OrthancServer/ServerEnumerations.h @ 1177:5b2d8c280ac2 db-changes

Plugins can monitor changes through callbacks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 Sep 2014 17:37:44 +0200
parents 3db41779d8f9
children 6b9b02a16e99
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Mon Sep 22 14:11:37 2014 +0200
+++ b/OrthancServer/ServerEnumerations.h	Wed Sep 24 17:37:44 2014 +0200
@@ -134,7 +134,8 @@
     ChangeType_ModifiedPatient = 11,
     ChangeType_StablePatient = 12,
     ChangeType_StableStudy = 13,
-    ChangeType_StableSeries = 14
+    ChangeType_StableSeries = 14,
+    ChangeType_Deleted = 15   // Not logged in the index
   };