comparison OrthancServer/main.cpp @ 3404:e280ced38a4c

ErrorCode_UnsupportedMediaType
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Jun 2019 18:43:42 +0200
parents 56ea9c476dba
children 6add197274b1
comparison
equal deleted inserted replaced
3403:630fc934597f 3404:e280ced38a4c
669 PrintErrorCode(ErrorCode_DatabaseNotInitialized, "Plugin trying to call the database during its initialization"); 669 PrintErrorCode(ErrorCode_DatabaseNotInitialized, "Plugin trying to call the database during its initialization");
670 PrintErrorCode(ErrorCode_SslDisabled, "Orthanc has been built without SSL support"); 670 PrintErrorCode(ErrorCode_SslDisabled, "Orthanc has been built without SSL support");
671 PrintErrorCode(ErrorCode_CannotOrderSlices, "Unable to order the slices of the series"); 671 PrintErrorCode(ErrorCode_CannotOrderSlices, "Unable to order the slices of the series");
672 PrintErrorCode(ErrorCode_NoWorklistHandler, "No request handler factory for DICOM C-Find Modality SCP"); 672 PrintErrorCode(ErrorCode_NoWorklistHandler, "No request handler factory for DICOM C-Find Modality SCP");
673 PrintErrorCode(ErrorCode_AlreadyExistingTag, "Cannot override the value of a tag that already exists"); 673 PrintErrorCode(ErrorCode_AlreadyExistingTag, "Cannot override the value of a tag that already exists");
674 PrintErrorCode(ErrorCode_UnsupportedMediaType, "Unsupported media type");
674 } 675 }
675 676
676 std::cout << std::endl; 677 std::cout << std::endl;
677 } 678 }
678 679