comparison Core/Enumerations.h @ 1786:164d78911382 worklists

primitives to handle dicom worklists
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Nov 2015 12:00:14 +0100
parents 5ad4e4d92ecb
children 0ef4e6e66b56
comparison
equal deleted inserted replaced
1784:2dbf25006f88 1786:164d78911382
136 ErrorCode_StorageAreaAlreadyRegistered = 2036 /*!< Another plugin has already registered a custom storage area */, 136 ErrorCode_StorageAreaAlreadyRegistered = 2036 /*!< Another plugin has already registered a custom storage area */,
137 ErrorCode_DatabaseBackendAlreadyRegistered = 2037 /*!< Another plugin has already registered a custom database back-end */, 137 ErrorCode_DatabaseBackendAlreadyRegistered = 2037 /*!< Another plugin has already registered a custom database back-end */,
138 ErrorCode_DatabaseNotInitialized = 2038 /*!< Plugin trying to call the database during its initialization */, 138 ErrorCode_DatabaseNotInitialized = 2038 /*!< Plugin trying to call the database during its initialization */,
139 ErrorCode_SslDisabled = 2039 /*!< Orthanc has been built without SSL support */, 139 ErrorCode_SslDisabled = 2039 /*!< Orthanc has been built without SSL support */,
140 ErrorCode_CannotOrderSlices = 2040 /*!< Unable to order the slices of the series */, 140 ErrorCode_CannotOrderSlices = 2040 /*!< Unable to order the slices of the series */,
141 ErrorCode_NoWorklistHandler = 2041 /*!< No request handler factory for DICOM C-Find Modality SCP */,
141 ErrorCode_START_PLUGINS = 1000000 142 ErrorCode_START_PLUGINS = 1000000
142 }; 143 };
143 144
144 enum LogLevel 145 enum LogLevel
145 { 146 {