diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/SelfDefineCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/SelfDefineCalculateService.cs index 77d9270c0..5295f6c01 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/SelfDefineCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/SelfDefineCalculateService.cs @@ -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();