diff Resources/Configuration.json @ 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 c59bc408fb10
children b79eda29896d
line wrap: on
line diff
--- a/Resources/Configuration.json	Wed Feb 05 13:58:00 2014 +0100
+++ b/Resources/Configuration.json	Wed Feb 05 15:00:29 2014 +0100
@@ -130,6 +130,13 @@
     // "Sample" : 1024
   },
 
+  // Dictionary of symbolic names for the user-defined types of
+  // attached files. Each entry must map a number between 1024 and
+  // 65535 to an unique string.
+  "UserContentType" : {
+    // "sample" : 1024
+  },
+
   // Number of seconds without receiving any instance before a
   // patient, a study or a series is considered as stable.
   "StableAge" : 60,