diff OrthancFramework/Resources/CodeGeneration/ErrorCodes.json @ 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 38f1d06875ad
children
line wrap: on
line diff
--- a/OrthancFramework/Resources/CodeGeneration/ErrorCodes.json	Wed Oct 16 19:34:42 2024 +0200
+++ b/OrthancFramework/Resources/CodeGeneration/ErrorCodes.json	Tue Oct 29 17:25:49 2024 +0100
@@ -602,6 +602,11 @@
     "Name": "NoCGetHandler", 
     "Description": "No request handler factory for DICOM C-GET SCP"
   },
+  {
+    "Code": 2045, 
+    "Name": "DicomGetUnavailable", 
+    "Description": "DicomUserConnection: The C-GET command is not supported by the remote SCP"
+  },