Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Core/Enumerations.h Wed Feb 05 15:00:29 2014 +0100 +++ b/Core/Enumerations.h Wed Feb 05 16:46:59 2014 +0100 @@ -226,7 +226,7 @@ enum FileContentType { FileContentType_Dicom = 1, - FileContentType_JsonSummary = 2, + FileContentType_DicomAsJson = 2, // Make sure that the value "65535" can be stored into this enumeration FileContentType_StartUser = 1024,