diff OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp @ 4512:cff7fdfc83a4

added FileContentType_DicomUntilPixelData
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Feb 2021 11:33:16 +0100
parents fa2311f94d9f
children f5cb0c0ffbed
line wrap: on
line diff
--- a/OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp	Thu Feb 11 19:06:29 2021 +0100
+++ b/OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp	Fri Feb 12 11:33:16 2021 +0100
@@ -107,6 +107,9 @@
       case FileContentType_DicomAsJson:
         return "JSON summary of DICOM";
 
+      case FileContentType_DicomUntilPixelData:
+        return "DICOM until pixel data";
+
       default:
         return "User-defined";
     }