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)