diff 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
line wrap: on
line diff
--- a/Core/Enumerations.h	Wed Feb 05 13:58:00 2014 +0100
+++ b/Core/Enumerations.h	Wed Feb 05 15:00:29 2014 +0100
@@ -226,7 +226,11 @@
   enum FileContentType
   {
     FileContentType_Dicom = 1,
-    FileContentType_Json = 2
+    FileContentType_JsonSummary = 2,
+
+    // Make sure that the value "65535" can be stored into this enumeration
+    FileContentType_StartUser = 1024,
+    FileContentType_EndUser = 65535
   };
 
   enum ResourceType