diff OrthancServer/Sources/ServerEnumerations.cpp @ 4514:5b929e6b3c36

removal of "dicom-as-json" attachments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Feb 2021 12:18:41 +0100
parents 39192eb9b43d
children f0038043fb97 7053502fbf97
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerEnumerations.cpp	Fri Feb 12 12:13:19 2021 +0100
+++ b/OrthancServer/Sources/ServerEnumerations.cpp	Tue Feb 16 12:18:41 2021 +0100
@@ -74,6 +74,7 @@
 
     dictContentType_.Add(FileContentType_Dicom, "dicom");
     dictContentType_.Add(FileContentType_DicomAsJson, "dicom-as-json");
+    dictContentType_.Add(FileContentType_DicomUntilPixelData, "dicom-until-pixel-data");
   }
 
   void RegisterUserMetadata(int metadata,