diff OrthancFramework/Sources/Enumerations.h @ 4512:cff7fdfc83a4

added FileContentType_DicomUntilPixelData
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Feb 2021 11:33:16 +0100
parents 68f52897c119
children 5b929e6b3c36
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.h	Thu Feb 11 19:06:29 2021 +0100
+++ b/OrthancFramework/Sources/Enumerations.h	Fri Feb 12 11:33:16 2021 +0100
@@ -726,7 +726,8 @@
     // the file "Plugins/Engine/OrthancPlugins.cpp"
     FileContentType_Unknown = 0,
     FileContentType_Dicom = 1,
-    FileContentType_DicomAsJson = 2,
+    FileContentType_DicomAsJson = 2,          // For Orthanc <= 1.9.0
+    FileContentType_DicomUntilPixelData = 3,  // New in Orthanc 1.9.1
 
     // Make sure that the value "65535" can be stored into this enumeration
     FileContentType_StartUser = 1024,