OCTIVUS提示语修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
859c9e4161
commit
54c7e6cc7c
|
|
@ -1096,7 +1096,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
|
|
||||||
if (!hasZip || !hasImage)
|
if (!hasZip || !hasImage)
|
||||||
{
|
{
|
||||||
throw new BusinessValidationFailedException(_localizer["CriterionImageFileVerify"]);
|
throw new BusinessValidationFailedException(_localizer["IVUSCriterionImageFileVerify"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
var question = await _readingQuestionTrialRepository.Where(x => x.LesionType == LesionType.ROI && x.ReadingQuestionCriterionTrialId == taskinfo.TrialReadingCriterionId).FirstNotNullAsync();
|
var question = await _readingQuestionTrialRepository.Where(x => x.LesionType == LesionType.ROI && x.ReadingQuestionCriterionTrialId == taskinfo.TrialReadingCriterionId).FirstNotNullAsync();
|
||||||
|
|
|
||||||
|
|
@ -1608,7 +1608,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
|
|
||||||
if (!hasDicom || !hasZip)
|
if (!hasDicom || !hasZip)
|
||||||
{
|
{
|
||||||
throw new BusinessValidationFailedException(_localizer["CriterionImageFileVerify"]);
|
throw new BusinessValidationFailedException(_localizer["OCTCriterionImageFileVerify"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
var question = await _readingQuestionTrialRepository.Where(x => x.LesionType == LesionType.ROI && x.ReadingQuestionCriterionTrialId == taskinfo.TrialReadingCriterionId).FirstNotNullAsync();
|
var question = await _readingQuestionTrialRepository.Where(x => x.LesionType == LesionType.ROI && x.ReadingQuestionCriterionTrialId == taskinfo.TrialReadingCriterionId).FirstNotNullAsync();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue