diff OrthancServer/DicomInstanceToStore.h @ 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 a3a65de1840f
line wrap: on
line diff
--- a/OrthancServer/DicomInstanceToStore.h	Tue Nov 29 15:39:46 2016 +0100
+++ b/OrthancServer/DicomInstanceToStore.h	Tue Nov 29 16:07:14 2016 +0100
@@ -221,5 +221,7 @@
     const Json::Value& GetJson();
 
     void GetOriginInformation(Json::Value& result) const;
+
+    bool LookupTransferSyntax(std::string& result);
   };
 }