From a019a542b0f7225ea4d14862b5753391b12159c9 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Fri, 21 Nov 2025 11:12:11 +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/General/GeneralCalculateService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs index 9502c567f..1f7be9b21 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs @@ -119,6 +119,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate tableQuestion.LesionType = question.LesionType; tableQuestion.RowId = row.RowId; tableQuestion.IsShowInDicom = question.IsShowInDicom; + tableQuestion.ShowChartTypeEnum= question.ShowChartTypeEnum; tableQuestion.RowIndex = row.RowIndex; tableQuestion.ReportLayType = ReportLayType.TableQuestion; foreach (var task in taskInfoList)