comparison 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
comparison
equal deleted inserted replaced
2280:2e7a8ce24be2 2281:e002430baa41
181 void ExtractDicomSummary(DicomMap& target) const; 181 void ExtractDicomSummary(DicomMap& target) const;
182 182
183 void ExtractDicomAsJson(Json::Value& target) const; 183 void ExtractDicomAsJson(Json::Value& target) const;
184 184
185 bool LookupTransferSyntax(std::string& result); 185 bool LookupTransferSyntax(std::string& result);
186
187 bool LookupPhotometricInterpretation(PhotometricInterpretation& result) const;
186 }; 188 };
187 } 189 }