comparison OrthancFramework/Sources/Enumerations.h @ 4074:7116e34221fe framework

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Jun 2020 17:22:19 +0200
parents Core/Enumerations.h@e8d30585b909 Core/Enumerations.h@d25f4c0fa160
children bf7b9edf6b81
comparison
equal deleted inserted replaced
4072:3dda0d73193c 4074:7116e34221fe
883 883
884 ORTHANC_PUBLIC 884 ORTHANC_PUBLIC
885 MimeType StringToMimeType(const std::string& mime); 885 MimeType StringToMimeType(const std::string& mime);
886 886
887 ORTHANC_PUBLIC 887 ORTHANC_PUBLIC
888 bool LookupMimeType(MimeType& target,
889 const std::string& source);
890
891 ORTHANC_PUBLIC
888 unsigned int GetBytesPerPixel(PixelFormat format); 892 unsigned int GetBytesPerPixel(PixelFormat format);
889 893
890 ORTHANC_PUBLIC 894 ORTHANC_PUBLIC
891 bool GetDicomEncoding(Encoding& encoding, 895 bool GetDicomEncoding(Encoding& encoding,
892 const char* specificCharacterSet); 896 const char* specificCharacterSet);