comparison Orthanc/Core/Enumerations.h @ 128:e8cfda4c8a2f

Sync + support of JPEG2000 lossless images with YBR_RCT photometric interpretation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 15 Apr 2016 21:44:03 +0200
parents 145e654112d6
children 2c73a785c08e
comparison
equal deleted inserted replaced
127:5754d39b011d 128:e8cfda4c8a2f
98 ErrorCode_SQLiteTransactionCommit = 1014 /*!< SQLite: Failure when committing the transaction */, 98 ErrorCode_SQLiteTransactionCommit = 1014 /*!< SQLite: Failure when committing the transaction */,
99 ErrorCode_SQLiteTransactionBegin = 1015 /*!< SQLite: Cannot start a transaction */, 99 ErrorCode_SQLiteTransactionBegin = 1015 /*!< SQLite: Cannot start a transaction */,
100 ErrorCode_DirectoryOverFile = 2000 /*!< The directory to be created is already occupied by a regular file */, 100 ErrorCode_DirectoryOverFile = 2000 /*!< The directory to be created is already occupied by a regular file */,
101 ErrorCode_FileStorageCannotWrite = 2001 /*!< Unable to create a subdirectory or a file in the file storage */, 101 ErrorCode_FileStorageCannotWrite = 2001 /*!< Unable to create a subdirectory or a file in the file storage */,
102 ErrorCode_DirectoryExpected = 2002 /*!< The specified path does not point to a directory */, 102 ErrorCode_DirectoryExpected = 2002 /*!< The specified path does not point to a directory */,
103 ErrorCode_HttpPortInUse = 2003 /*!< The TCP port of the HTTP server is already in use */, 103 ErrorCode_HttpPortInUse = 2003 /*!< The TCP port of the HTTP server is privileged or already in use */,
104 ErrorCode_DicomPortInUse = 2004 /*!< The TCP port of the DICOM server is already in use */, 104 ErrorCode_DicomPortInUse = 2004 /*!< The TCP port of the DICOM server is privileged or already in use */,
105 ErrorCode_BadHttpStatusInRest = 2005 /*!< This HTTP status is not allowed in a REST API */, 105 ErrorCode_BadHttpStatusInRest = 2005 /*!< This HTTP status is not allowed in a REST API */,
106 ErrorCode_RegularFileExpected = 2006 /*!< The specified path does not point to a regular file */, 106 ErrorCode_RegularFileExpected = 2006 /*!< The specified path does not point to a regular file */,
107 ErrorCode_PathToExecutable = 2007 /*!< Unable to get the path to the executable */, 107 ErrorCode_PathToExecutable = 2007 /*!< Unable to get the path to the executable */,
108 ErrorCode_MakeDirectory = 2008 /*!< Cannot create a directory */, 108 ErrorCode_MakeDirectory = 2008 /*!< Cannot create a directory */,
109 ErrorCode_BadApplicationEntityTitle = 2009 /*!< An application entity title (AET) cannot be empty or be longer than 16 characters */, 109 ErrorCode_BadApplicationEntityTitle = 2009 /*!< An application entity title (AET) cannot be empty or be longer than 16 characters */,
442 442
443 const char* EnumerationToString(LogLevel level); 443 const char* EnumerationToString(LogLevel level);
444 444
445 const char* EnumerationToString(RequestOrigin origin); 445 const char* EnumerationToString(RequestOrigin origin);
446 446
447 const char* EnumerationToString(PixelFormat format);
448
447 Encoding StringToEncoding(const char* encoding); 449 Encoding StringToEncoding(const char* encoding);
448 450
449 ResourceType StringToResourceType(const char* type); 451 ResourceType StringToResourceType(const char* type);
450 452
451 ImageFormat StringToImageFormat(const char* format); 453 ImageFormat StringToImageFormat(const char* format);