diff Orthanc/Core/Enumerations.h @ 162:f17ecfffdc75

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Jul 2017 11:51:20 +0200
parents 5dc54316d68b
children 330ecfd96aec
line wrap: on
line diff
--- a/Orthanc/Core/Enumerations.h	Thu Jun 15 17:43:34 2017 +0200
+++ b/Orthanc/Core/Enumerations.h	Mon Jul 10 11:51:20 2017 +0200
@@ -524,6 +524,8 @@
   ValueRepresentation StringToValueRepresentation(const std::string& vr,
                                                   bool throwIfUnsupported);
 
+  PhotometricInterpretation StringToPhotometricInterpretation(const char* value);
+  
   unsigned int GetBytesPerPixel(PixelFormat format);
 
   bool GetDicomEncoding(Encoding& encoding,