修改
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user