comparison OrthancServer/Sources/main.cpp @ 4047:0327421506ad framework

fix paths in GenerateErrorCodes.py
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 07:53:13 +0200
parents 05b8fd21089c
children 1ec3e1e18f50
comparison
equal deleted inserted replaced
4046:7ff1e6c80627 4047:0327421506ad
767 PrintErrorCode(ErrorCode_DatabaseNotInitialized, "Plugin trying to call the database during its initialization"); 767 PrintErrorCode(ErrorCode_DatabaseNotInitialized, "Plugin trying to call the database during its initialization");
768 PrintErrorCode(ErrorCode_SslDisabled, "Orthanc has been built without SSL support"); 768 PrintErrorCode(ErrorCode_SslDisabled, "Orthanc has been built without SSL support");
769 PrintErrorCode(ErrorCode_CannotOrderSlices, "Unable to order the slices of the series"); 769 PrintErrorCode(ErrorCode_CannotOrderSlices, "Unable to order the slices of the series");
770 PrintErrorCode(ErrorCode_NoWorklistHandler, "No request handler factory for DICOM C-Find Modality SCP"); 770 PrintErrorCode(ErrorCode_NoWorklistHandler, "No request handler factory for DICOM C-Find Modality SCP");
771 PrintErrorCode(ErrorCode_AlreadyExistingTag, "Cannot override the value of a tag that already exists"); 771 PrintErrorCode(ErrorCode_AlreadyExistingTag, "Cannot override the value of a tag that already exists");
772 PrintErrorCode(ErrorCode_NoStorageCommitmentHandler, "No request handler factory for DICOM N-ACTION SCP (storage commitment)");
772 PrintErrorCode(ErrorCode_NoCGetHandler, "No request handler factory for DICOM C-GET SCP"); 773 PrintErrorCode(ErrorCode_NoCGetHandler, "No request handler factory for DICOM C-GET SCP");
773 PrintErrorCode(ErrorCode_NoStorageCommitmentHandler, "No request handler factory for DICOM N-ACTION SCP (storage commitment)");
774 PrintErrorCode(ErrorCode_UnsupportedMediaType, "Unsupported media type"); 774 PrintErrorCode(ErrorCode_UnsupportedMediaType, "Unsupported media type");
775 } 775 }
776 776
777 std::cout << std::endl; 777 std::cout << std::endl;
778 } 778 }