Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
1187:49edef619f1f | 1189:6b9b02a16e99 |
---|---|
133 ChangeType_AnonymizedPatient = 10, | 133 ChangeType_AnonymizedPatient = 10, |
134 ChangeType_ModifiedPatient = 11, | 134 ChangeType_ModifiedPatient = 11, |
135 ChangeType_StablePatient = 12, | 135 ChangeType_StablePatient = 12, |
136 ChangeType_StableStudy = 13, | 136 ChangeType_StableStudy = 13, |
137 ChangeType_StableSeries = 14, | 137 ChangeType_StableSeries = 14, |
138 ChangeType_Deleted = 15 // Not logged in the index | 138 |
139 ChangeType_INTERNAL_LastLogged = 4095, | |
140 | |
141 // The changes below this point are not logged into the database | |
142 ChangeType_Deleted = 4096, | |
143 ChangeType_NewChildInstance = 4097 | |
139 }; | 144 }; |
140 | 145 |
141 | 146 |
142 | 147 |
143 void InitializeServerEnumerations(); | 148 void InitializeServerEnumerations(); |