comparison Core/Enumerations.h @ 1135:67c3c1e4a6e0

index-only mode, and custom storage area with plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Sep 2014 15:55:43 +0200
parents 790ff7a5b3bf
children 200fcac0deb4
comparison
equal deleted inserted replaced
1134:ba9fd42284d0 1135:67c3c1e4a6e0
71 ErrorCode_CorruptedFile, 71 ErrorCode_CorruptedFile,
72 ErrorCode_InexistentTag, 72 ErrorCode_InexistentTag,
73 ErrorCode_ReadOnly, 73 ErrorCode_ReadOnly,
74 ErrorCode_IncompatibleImageFormat, 74 ErrorCode_IncompatibleImageFormat,
75 ErrorCode_IncompatibleImageSize, 75 ErrorCode_IncompatibleImageSize,
76 ErrorCode_SharedLibrary 76 ErrorCode_SharedLibrary,
77 ErrorCode_Plugin
77 }; 78 };
78 79
79 /** 80 /**
80 * {summary}{The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image.} 81 * {summary}{The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image.}
81 **/ 82 **/
265 CompressionType_Zlib = 2 266 CompressionType_Zlib = 2
266 }; 267 };
267 268
268 enum FileContentType 269 enum FileContentType
269 { 270 {
271 // If you add a value below, insert it in "PluginStorageArea" in
272 // the file "Plugins/Engine/OrthancPlugins.cpp"
270 FileContentType_Unknown = 0, 273 FileContentType_Unknown = 0,
271 FileContentType_Dicom = 1, 274 FileContentType_Dicom = 1,
272 FileContentType_DicomAsJson = 2, 275 FileContentType_DicomAsJson = 2,
273 276
274 // Make sure that the value "65535" can be stored into this enumeration 277 // Make sure that the value "65535" can be stored into this enumeration