@@ -202,6 +202,8 @@ namespace IRaCIS.Core.Application.Service
|
||||
TypeValue = y.ReadingQuestionTrial.TypeValue,
|
||||
ValueType = y.ReadingQuestionTrial.ValueType,
|
||||
IsJudgeQuestion = y.ReadingQuestionTrial.IsJudgeQuestion,
|
||||
Unit = y.ReadingQuestionTrial.Unit,
|
||||
CustomUnit = y.ReadingQuestionTrial.CustomUnit,
|
||||
Answer = y.Answer,
|
||||
}).ToList()
|
||||
}).ToListAsync();
|
||||
@@ -285,6 +287,9 @@ namespace IRaCIS.Core.Application.Service
|
||||
QuestionName = y.QuestionName,
|
||||
QuestionGenre = y.QuestionGenre,
|
||||
DictionaryCode = y.DictionaryCode,
|
||||
Unit=y.Unit,
|
||||
CustomUnit=y.CustomUnit,
|
||||
ValueType = y.ValueType,
|
||||
Answer = y.Answer
|
||||
}).ToList();
|
||||
x.IsHaveChange = result.ReadingCategory == ReadingCategory.Visit ? false : globalVisits.Where(y => x.VisitTaskId == y.VisitTaskId).SelectMany(y => y.AfterQuestionList).Any(y => y.IsHaveChange);
|
||||
|
||||
Reference in New Issue
Block a user