代码修改

IRC_NewDev
he 2023-10-19 09:16:43 +08:00
parent 682a5d1c44
commit 3d92fac1d6
1 changed files with 4 additions and 0 deletions

View File

@ -2590,6 +2590,10 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
/// <returns></returns>
public async Task<string> CTMRIEvaluation(ReadingCalculateDto inDto)
{
if (inDto.IsBaseLine)
{
return CTMRIOverallAssessment.NA.GetEnumInt();
}
// 靶病灶评估
var targetEvaluation = inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.TargetLesion).Select(x => x.Answer).FirstOrDefault();