From 217fef2338fc70d63af8a50e57a1f0d5a45cdfc4 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 23 Dec 2022 14:33:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/ReadingCalculate/SelfDefineCalculateService.cs | 2 ++ 1 file changed, 2 insertions(+) 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();