Mercurial > hg > orthanc
comparison OrthancServer/ServerEnumerations.h @ 348:1082e8121d10
refactoring anonymization/modification
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 28 Jan 2013 15:18:17 +0100 |
parents | fc856d175d18 |
children | 941ea46e9e26 4d5f0857ec9c |
comparison
equal
deleted
inserted
replaced
347:a9752f88400c | 348:1082e8121d10 |
---|---|
90 ChangeType_NewSeries = 4, | 90 ChangeType_NewSeries = 4, |
91 ChangeType_NewStudy = 5, | 91 ChangeType_NewStudy = 5, |
92 ChangeType_AnonymizedStudy = 6, | 92 ChangeType_AnonymizedStudy = 6, |
93 ChangeType_AnonymizedSeries = 7, | 93 ChangeType_AnonymizedSeries = 7, |
94 ChangeType_ModifiedStudy = 8, | 94 ChangeType_ModifiedStudy = 8, |
95 ChangeType_ModifiedSeries = 9 | 95 ChangeType_ModifiedSeries = 9, |
96 ChangeType_AnonymizedPatient = 10, | |
97 ChangeType_ModifiedPatient = 11 | |
96 }; | 98 }; |
97 | 99 |
98 std::string GetBasePath(ResourceType type, | 100 std::string GetBasePath(ResourceType type, |
99 const std::string& publicId); | 101 const std::string& publicId); |
100 | 102 |