diff OrthancServer/main.cpp @ 1980:ebce5f456b8e

new error code: ErrorCode_AlreadyExistingTag
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Apr 2016 08:57:33 +0200
parents 877713b3a91c
children b5d4f9c156ad
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Fri Apr 22 08:47:43 2016 +0200
+++ b/OrthancServer/main.cpp	Fri Apr 22 08:57:33 2016 +0200
@@ -592,6 +592,7 @@
     PrintErrorCode(ErrorCode_SslDisabled, "Orthanc has been built without SSL support");
     PrintErrorCode(ErrorCode_CannotOrderSlices, "Unable to order the slices of the series");
     PrintErrorCode(ErrorCode_NoWorklistHandler, "No request handler factory for DICOM C-Find Modality SCP");
+    PrintErrorCode(ErrorCode_AlreadyExistingTag, "Cannot override the value of a tag that already exists");
   }
 
   std::cout << std::endl;