comparison 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
comparison
equal deleted inserted replaced
161:4ac039ed55bd 162:f17ecfffdc75
522 LogLevel StringToLogLevel(const char* level); 522 LogLevel StringToLogLevel(const char* level);
523 523
524 ValueRepresentation StringToValueRepresentation(const std::string& vr, 524 ValueRepresentation StringToValueRepresentation(const std::string& vr,
525 bool throwIfUnsupported); 525 bool throwIfUnsupported);
526 526
527 PhotometricInterpretation StringToPhotometricInterpretation(const char* value);
528
527 unsigned int GetBytesPerPixel(PixelFormat format); 529 unsigned int GetBytesPerPixel(PixelFormat format);
528 530
529 bool GetDicomEncoding(Encoding& encoding, 531 bool GetDicomEncoding(Encoding& encoding,
530 const char* specificCharacterSet); 532 const char* specificCharacterSet);
531 533