comparison Core/Enumerations.h @ 1124:790ff7a5b3bf

IStorageArea abstraction
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Sep 2014 16:28:34 +0200
parents e494ceb8d763
children 67c3c1e4a6e0
comparison
equal deleted inserted replaced
1123:6c5a77637b23 1124:790ff7a5b3bf
265 CompressionType_Zlib = 2 265 CompressionType_Zlib = 2
266 }; 266 };
267 267
268 enum FileContentType 268 enum FileContentType
269 { 269 {
270 FileContentType_Unknown = 0,
270 FileContentType_Dicom = 1, 271 FileContentType_Dicom = 1,
271 FileContentType_DicomAsJson = 2, 272 FileContentType_DicomAsJson = 2,
272 273
273 // Make sure that the value "65535" can be stored into this enumeration 274 // Make sure that the value "65535" can be stored into this enumeration
274 FileContentType_StartUser = 1024, 275 FileContentType_StartUser = 1024,