diff OrthancFramework/Sources/Enumerations.cpp @ 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
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.cpp	Wed Oct 16 19:34:42 2024 +0200
+++ b/OrthancFramework/Sources/Enumerations.cpp	Tue Oct 29 17:25:49 2024 +0100
@@ -369,6 +369,9 @@
       case ErrorCode_NoCGetHandler:
         return "No request handler factory for DICOM C-GET SCP";
 
+      case ErrorCode_DicomGetUnavailable:
+        return "DicomUserConnection: The C-GET command is not supported by the remote SCP";
+
       case ErrorCode_UnsupportedMediaType:
         return "Unsupported media type";