Uat_Study
parent
e907c10c8b
commit
8b3e2c686e
|
@ -503,6 +503,10 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
|
|
||||||
switch (calculate.QuestionType)
|
switch (calculate.QuestionType)
|
||||||
{
|
{
|
||||||
|
case QuestionType.BaseLineLesionsCount:
|
||||||
|
item.Answer = (await calculate.GetIntFun(inDto)).ToString();
|
||||||
|
break;
|
||||||
|
|
||||||
case QuestionType.NewLesionsCount:
|
case QuestionType.NewLesionsCount:
|
||||||
|
|
||||||
if (inDto.VisitTaskNum >= 1)
|
if (inDto.VisitTaskNum >= 1)
|
||||||
|
|
Loading…
Reference in New Issue