Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Core/Enumerations.h Wed Apr 08 14:01:37 2020 +0200 +++ b/Core/Enumerations.h Fri Mar 27 10:06:58 2020 -0400 @@ -241,6 +241,7 @@ ErrorCode_NoWorklistHandler = 2041 /*!< No request handler factory for DICOM C-Find Modality SCP */, ErrorCode_AlreadyExistingTag = 2042 /*!< Cannot override the value of a tag that already exists */, ErrorCode_NoStorageCommitmentHandler = 2043 /*!< No request handler factory for DICOM N-ACTION SCP (storage commitment) */, + ErrorCode_NoCGetHandler = 2044 /*!< No request handler factory for DICOM C-GET SCP */, ErrorCode_UnsupportedMediaType = 3000 /*!< Unsupported media type */, ErrorCode_START_PLUGINS = 1000000 };