diff OrthancServer/ServerEnumerations.cpp @ 2189:c4b3259c8bce

New metadata automatically computed at the instance level: "TransferSyntax"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Nov 2016 16:07:14 +0100
parents b1291df2f780
children 90ea60bee5ff
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.cpp	Tue Nov 29 15:39:46 2016 +0100
+++ b/OrthancServer/ServerEnumerations.cpp	Tue Nov 29 16:07:14 2016 +0100
@@ -64,6 +64,7 @@
     dictMetadataType_.Add(MetadataType_AnonymizedFrom, "AnonymizedFrom");
     dictMetadataType_.Add(MetadataType_LastUpdate, "LastUpdate");
     dictMetadataType_.Add(MetadataType_Instance_Origin, "Origin");
+    dictMetadataType_.Add(MetadataType_Instance_TransferSyntax, "TransferSyntax");
 
     dictContentType_.Add(FileContentType_Dicom, "dicom");
     dictContentType_.Add(FileContentType_DicomAsJson, "dicom-as-json");