diff Core/Enumerations.cpp @ 1786:164d78911382 worklists

primitives to handle dicom worklists
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Nov 2015 12:00:14 +0100
parents 5ad4e4d92ecb
children 0ef4e6e66b56
line wrap: on
line diff
--- a/Core/Enumerations.cpp	Wed Nov 18 09:56:34 2015 +0100
+++ b/Core/Enumerations.cpp	Wed Nov 18 12:00:14 2015 +0100
@@ -325,6 +325,9 @@
       case ErrorCode_CannotOrderSlices:
         return "Unable to order the slices of the series";
 
+      case ErrorCode_NoWorklistHandler:
+        return "No request handler factory for DICOM C-Find Modality SCP";
+
       default:
         if (error >= ErrorCode_START_PLUGINS)
         {