Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
1176:f24e04838054 | 1177:5b2d8c280ac2 |
---|---|
132 ChangeType_ModifiedSeries = 9, | 132 ChangeType_ModifiedSeries = 9, |
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 }; |
139 | 140 |
140 | 141 |
141 | 142 |
142 void InitializeServerEnumerations(); | 143 void InitializeServerEnumerations(); |