Uat_Study
parent
e907c10c8b
commit
8b3e2c686e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue