医学审核单位添加
continuous-integration/drone/push Build is running

This commit is contained in:
he
2025-12-26 10:31:16 +08:00
parent 99b76704d3
commit 0266072c6a
6 changed files with 66 additions and 4 deletions
@@ -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);