Uat_Study
he 2022-12-23 14:33:04 +08:00 committed by {872297557@qq.com}
parent e09ad5b35f
commit 217fef2338
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
GroupName = x.GroupName,
IsShowInDicom = x.IsShowInDicom,
Type = x.Type,
QuestionType = x.QuestionType,
DataSource= x.DataSource,
LesionType = x.LesionType,
@ -209,6 +210,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
RowIndex = row.RowIndex,
ShowOrder = x.ShowOrder,
ValueType = x.ValueType,
CustomUnit=x.CustomUnit,
Unit = x.Unit,
ReportLayType = ReportLayType.TableQuestion,
}).ToList();