comparison 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
comparison
equal deleted inserted replaced
695:c59bc408fb10 696:4c1860179cc5
128 // string. 128 // string.
129 "UserMetadata" : { 129 "UserMetadata" : {
130 // "Sample" : 1024 130 // "Sample" : 1024
131 }, 131 },
132 132
133 // Dictionary of symbolic names for the user-defined types of
134 // attached files. Each entry must map a number between 1024 and
135 // 65535 to an unique string.
136 "UserContentType" : {
137 // "sample" : 1024
138 },
139
133 // Number of seconds without receiving any instance before a 140 // Number of seconds without receiving any instance before a
134 // patient, a study or a series is considered as stable. 141 // patient, a study or a series is considered as stable.
135 "StableAge" : 60, 142 "StableAge" : 60,
136 143
137 // Enable the HTTP server. If this parameter is set to "false", 144 // Enable the HTTP server. If this parameter is set to "false",