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

added FileContentType_DicomUntilPixelData
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Feb 2021 11:33:16 +0100
parents 64f06e7d5fc7
children 434843934307
line wrap: on
line diff
--- a/OrthancFramework/Sources/FileStorage/StorageAccessor.cpp	Thu Feb 11 19:06:29 2021 +0100
+++ b/OrthancFramework/Sources/FileStorage/StorageAccessor.cpp	Fri Feb 12 11:33:16 2021 +0100
@@ -220,6 +220,7 @@
     switch (info.GetContentType())
     {
       case FileContentType_Dicom:
+      case FileContentType_DicomUntilPixelData:
         extension = ".dcm";
         break;