Uat_Study
he 2023-01-04 13:40:52 +08:00
parent f0bcf2d070
commit c6b36bf805
3 changed files with 4 additions and 1 deletions

View File

@ -227,6 +227,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
QuestionName = x.QuestionName.LanguageName(x.QuestionEnName, _userInfo.IsEn_Us),
QuestionId = x.ReadingQuestionId,
TableQuestionId = x.Id,
Type = x.Type,
LesionType = question.LesionType,
TableQuestionType = x.TableQuestionType,

View File

@ -207,7 +207,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
Type = x.Type,
LesionType = question.LesionType,
TableQuestionType = x.TableQuestionType,
RowId=row.RowId,
DataSource = x.DataSource,
DictionaryCode = x.DictionaryCode,
QuestionMark = x.QuestionMark,

View File

@ -183,6 +183,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
question.Childrens = rowlist.Select(x => new ReadingReportDto()
{
QuestionName = question.OrderMark + x.RowIndex.GetLesionMark(),
SplitOrMergeLesionName = x.MergeName.IsNullOrEmpty() ? x.SplitName : x.MergeName,
SplitOrMergeType = x.SplitOrMergeType,
LesionType = question.LesionType,
@ -209,6 +210,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
QuestionMark = x.QuestionMark,
TypeValue = x.TypeValue,
RowIndex = row.RowIndex,
RowId=row.RowId,
ShowOrder = x.ShowOrder,
ValueType = x.ValueType,
CustomUnit=x.CustomUnit,