Mercurial > hg > orthanc
comparison OrthancFramework/Sources/Enumerations.h @ 5853:4d932683049d get-scu tip
very first implementation of C-Get SCU
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 29 Oct 2024 17:25:49 +0100 |
parents | f7adfb22e20e |
children |
comparison
equal
deleted
inserted
replaced
5839:7aef730c0859 | 5853:4d932683049d |
---|---|
231 ErrorCode_CannotOrderSlices = 2040 /*!< Unable to order the slices of the series */, | 231 ErrorCode_CannotOrderSlices = 2040 /*!< Unable to order the slices of the series */, |
232 ErrorCode_NoWorklistHandler = 2041 /*!< No request handler factory for DICOM C-Find Modality SCP */, | 232 ErrorCode_NoWorklistHandler = 2041 /*!< No request handler factory for DICOM C-Find Modality SCP */, |
233 ErrorCode_AlreadyExistingTag = 2042 /*!< Cannot override the value of a tag that already exists */, | 233 ErrorCode_AlreadyExistingTag = 2042 /*!< Cannot override the value of a tag that already exists */, |
234 ErrorCode_NoStorageCommitmentHandler = 2043 /*!< No request handler factory for DICOM N-ACTION SCP (storage commitment) */, | 234 ErrorCode_NoStorageCommitmentHandler = 2043 /*!< No request handler factory for DICOM N-ACTION SCP (storage commitment) */, |
235 ErrorCode_NoCGetHandler = 2044 /*!< No request handler factory for DICOM C-GET SCP */, | 235 ErrorCode_NoCGetHandler = 2044 /*!< No request handler factory for DICOM C-GET SCP */, |
236 ErrorCode_DicomGetUnavailable = 2045 /*!< DicomUserConnection: The C-GET command is not supported by the remote SCP */, | |
236 ErrorCode_UnsupportedMediaType = 3000 /*!< Unsupported media type */, | 237 ErrorCode_UnsupportedMediaType = 3000 /*!< Unsupported media type */, |
237 ErrorCode_START_PLUGINS = 1000000 | 238 ErrorCode_START_PLUGINS = 1000000 |
238 }; | 239 }; |
239 | 240 |
240 // This enumeration is autogenerated by the script | 241 // This enumeration is autogenerated by the script |