Mercurial > hg > orthanc
diff OrthancServer/ServerEnumerations.h @ 1189:6b9b02a16e99 db-changes
NewChildInstance change type
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 25 Sep 2014 17:02:28 +0200 |
parents | 5b2d8c280ac2 |
children | 6e7e5ed91c2d |
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h Thu Sep 25 16:42:19 2014 +0200 +++ b/OrthancServer/ServerEnumerations.h Thu Sep 25 17:02:28 2014 +0200 @@ -135,7 +135,12 @@ ChangeType_StablePatient = 12, ChangeType_StableStudy = 13, ChangeType_StableSeries = 14, - ChangeType_Deleted = 15 // Not logged in the index + + ChangeType_INTERNAL_LastLogged = 4095, + + // The changes below this point are not logged into the database + ChangeType_Deleted = 4096, + ChangeType_NewChildInstance = 4097 };