comparison Core/Enumerations.h @ 696:4c1860179cc5

dictionary of user-defined content types
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Feb 2014 15:00:29 +0100
parents 01d8611c4a60
children dd1ce9a2844c
comparison
equal deleted inserted replaced
695:c59bc408fb10 696:4c1860179cc5
224 }; 224 };
225 225
226 enum FileContentType 226 enum FileContentType
227 { 227 {
228 FileContentType_Dicom = 1, 228 FileContentType_Dicom = 1,
229 FileContentType_Json = 2 229 FileContentType_JsonSummary = 2,
230
231 // Make sure that the value "65535" can be stored into this enumeration
232 FileContentType_StartUser = 1024,
233 FileContentType_EndUser = 65535
230 }; 234 };
231 235
232 enum ResourceType 236 enum ResourceType
233 { 237 {
234 ResourceType_Patient = 1, 238 ResourceType_Patient = 1,