diff OrthancServer/ParsedDicomFile.h @ 2281:e002430baa41

Fix issue #44 (Bad interpretation of photometric interpretation MONOCHROME1)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Jun 2017 16:14:52 +0200
parents a3a65de1840f
children b7fba68747f6
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.h	Mon May 22 20:39:53 2017 +0200
+++ b/OrthancServer/ParsedDicomFile.h	Fri Jun 09 16:14:52 2017 +0200
@@ -183,5 +183,7 @@
     void ExtractDicomAsJson(Json::Value& target) const;
 
     bool LookupTransferSyntax(std::string& result);
+
+    bool LookupPhotometricInterpretation(PhotometricInterpretation& result) const;
   };
 }