comparison Core/Enumerations.h @ 3818:4f78da5613a1 c-get

Add C-GET SCP support
author Stacy Loesch <stacy.loesch@varian.com>
date Fri, 27 Mar 2020 10:06:58 -0400
parents 9fe1d64a748c
children 3ab2d48c8f69
comparison
equal deleted inserted replaced
3815:c81ac6ff232b 3818:4f78da5613a1
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