Uat_Study
he 2022-11-07 11:17:59 +08:00
parent e907c10c8b
commit 8b3e2c686e
1 changed files with 4 additions and 0 deletions

View File

@ -503,6 +503,10 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
switch (calculate.QuestionType)
{
case QuestionType.BaseLineLesionsCount:
item.Answer = (await calculate.GetIntFun(inDto)).ToString();
break;
case QuestionType.NewLesionsCount:
if (inDto.VisitTaskNum >= 1)