comparison 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
comparison
equal deleted inserted replaced
4511:1ec156a0da38 4512:cff7fdfc83a4
218 218
219 const char* extension; 219 const char* extension;
220 switch (info.GetContentType()) 220 switch (info.GetContentType())
221 { 221 {
222 case FileContentType_Dicom: 222 case FileContentType_Dicom:
223 case FileContentType_DicomUntilPixelData:
223 extension = ".dcm"; 224 extension = ".dcm";
224 break; 225 break;
225 226
226 case FileContentType_DicomAsJson: 227 case FileContentType_DicomAsJson:
227 extension = ".json"; 228 extension = ".json";