diff OrthancServer/ServerEnumerations.cpp @ 697:dd1ce9a2844c

access to attachments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Feb 2014 16:46:59 +0100
parents 4c1860179cc5
children b79eda29896d
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.cpp	Wed Feb 05 15:00:29 2014 +0100
+++ b/OrthancServer/ServerEnumerations.cpp	Wed Feb 05 16:46:59 2014 +0100
@@ -56,7 +56,7 @@
     dictMetadataType_.Add(MetadataType_LastUpdate, "LastUpdate");
 
     dictContentType_.Add(FileContentType_Dicom, "dicom");
-    dictContentType_.Add(FileContentType_JsonSummary, "json-summary");
+    dictContentType_.Add(FileContentType_DicomAsJson, "dicom-as-json");
   }
 
   void RegisterUserMetadata(int metadata,