comparison Core/Enumerations.h @ 3960:4d36d6e64c6d

integration c-get->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 May 2020 18:37:31 +0200
parents 82e88ff003d7
children f9863630ec7f
comparison
equal deleted inserted replaced
3956:6e14f2da7c7e 3960:4d36d6e64c6d
239 ErrorCode_SslDisabled = 2039 /*!< Orthanc has been built without SSL support */, 239 ErrorCode_SslDisabled = 2039 /*!< Orthanc has been built without SSL support */,
240 ErrorCode_CannotOrderSlices = 2040 /*!< Unable to order the slices of the series */, 240 ErrorCode_CannotOrderSlices = 2040 /*!< Unable to order the slices of the series */,
241 ErrorCode_NoWorklistHandler = 2041 /*!< No request handler factory for DICOM C-Find Modality SCP */, 241 ErrorCode_NoWorklistHandler = 2041 /*!< No request handler factory for DICOM C-Find Modality SCP */,
242 ErrorCode_AlreadyExistingTag = 2042 /*!< Cannot override the value of a tag that already exists */, 242 ErrorCode_AlreadyExistingTag = 2042 /*!< Cannot override the value of a tag that already exists */,
243 ErrorCode_NoStorageCommitmentHandler = 2043 /*!< No request handler factory for DICOM N-ACTION SCP (storage commitment) */, 243 ErrorCode_NoStorageCommitmentHandler = 2043 /*!< No request handler factory for DICOM N-ACTION SCP (storage commitment) */,
244 ErrorCode_NoCGetHandler = 2044 /*!< No request handler factory for DICOM C-GET SCP */,
244 ErrorCode_UnsupportedMediaType = 3000 /*!< Unsupported media type */, 245 ErrorCode_UnsupportedMediaType = 3000 /*!< Unsupported media type */,
245 ErrorCode_START_PLUGINS = 1000000 246 ErrorCode_START_PLUGINS = 1000000
246 }; 247 };
247 248
248 // This enumeration is autogenerated by the script 249 // This enumeration is autogenerated by the script