comparison OrthancServer/ServerEnumerations.h @ 1006:649d47854314 lua-scripting

proper handling of metadata in Store
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Jul 2014 15:11:00 +0200
parents 55dae8c5a6ab
children 9d0c7301596e
comparison
equal deleted inserted replaced
1005:84b6d7bca6db 1006:649d47854314
30 **/ 30 **/
31 31
32 #pragma once 32 #pragma once
33 33
34 #include <string> 34 #include <string>
35 #include <map>
35 36
36 #include "../Core/Enumerations.h" 37 #include "../Core/Enumerations.h"
37 38
38 namespace Orthanc 39 namespace Orthanc
39 { 40 {
122 ChangeType_StablePatient = 12, 123 ChangeType_StablePatient = 12,
123 ChangeType_StableStudy = 13, 124 ChangeType_StableStudy = 13,
124 ChangeType_StableSeries = 14 125 ChangeType_StableSeries = 14
125 }; 126 };
126 127
128
129
127 void InitializeServerEnumerations(); 130 void InitializeServerEnumerations();
128 131
129 void RegisterUserMetadata(int metadata, 132 void RegisterUserMetadata(int metadata,
130 const std::string& name); 133 const std::string& name);
131 134