comparison Core/Enumerations.h @ 697:dd1ce9a2844c

access to attachments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Feb 2014 16:46:59 +0100
parents 4c1860179cc5
children d380222b4c2a
comparison
equal deleted inserted replaced
696:4c1860179cc5 697:dd1ce9a2844c
224 }; 224 };
225 225
226 enum FileContentType 226 enum FileContentType
227 { 227 {
228 FileContentType_Dicom = 1, 228 FileContentType_Dicom = 1,
229 FileContentType_JsonSummary = 2, 229 FileContentType_DicomAsJson = 2,
230 230
231 // Make sure that the value "65535" can be stored into this enumeration 231 // Make sure that the value "65535" can be stored into this enumeration
232 FileContentType_StartUser = 1024, 232 FileContentType_StartUser = 1024,
233 FileContentType_EndUser = 65535 233 FileContentType_EndUser = 65535
234 }; 234 };