comparison 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
comparison
equal deleted inserted replaced
1784:2dbf25006f88 1786:164d78911382
323 return "Orthanc has been built without SSL support"; 323 return "Orthanc has been built without SSL support";
324 324
325 case ErrorCode_CannotOrderSlices: 325 case ErrorCode_CannotOrderSlices:
326 return "Unable to order the slices of the series"; 326 return "Unable to order the slices of the series";
327 327
328 case ErrorCode_NoWorklistHandler:
329 return "No request handler factory for DICOM C-Find Modality SCP";
330
328 default: 331 default:
329 if (error >= ErrorCode_START_PLUGINS) 332 if (error >= ErrorCode_START_PLUGINS)
330 { 333 {
331 return "Error encountered within some plugin"; 334 return "Error encountered within some plugin";
332 } 335 }