diff OrthancServer/ServerEnumerations.cpp @ 2208:90ea60bee5ff

New metadata automatically computed at the instance level: "SopClassUid"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Dec 2016 14:48:31 +0100
parents c4b3259c8bce
children a3a65de1840f
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.cpp	Fri Dec 09 11:24:04 2016 +0100
+++ b/OrthancServer/ServerEnumerations.cpp	Fri Dec 09 14:48:31 2016 +0100
@@ -65,6 +65,7 @@
     dictMetadataType_.Add(MetadataType_LastUpdate, "LastUpdate");
     dictMetadataType_.Add(MetadataType_Instance_Origin, "Origin");
     dictMetadataType_.Add(MetadataType_Instance_TransferSyntax, "TransferSyntax");
+    dictMetadataType_.Add(MetadataType_Instance_SopClassUid, "SopClassUid");
 
     dictContentType_.Add(FileContentType_Dicom, "dicom");
     dictContentType_.Add(FileContentType_DicomAsJson, "dicom-as-json");