From d11afb10de238158c51ef9cd86de01398ae5f499 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Wed, 17 Sep 2025 10:46:59 +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/Reading/Dto/ReadingImageTaskViewModel.cs | 2 ++ .../Service/ReadingCalculate/PCWG3CalculateService.cs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index 5bc3d81e0..be7f04950 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -63,6 +63,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// public string DictionaryCode { get; set; } + public string Remark { get; set; } + /// /// 问题类型 /// diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs index 15f0ed6ac..090b46956 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs @@ -388,6 +388,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate GroupEnName = x.GroupEnName, IsShowInDicom = x.IsShowInDicom, Type = x.Type, + Remark=x.Remark, GroupId = x.GroupId, QuestionType = x.QuestionType, LesionType = x.LesionType, @@ -414,6 +415,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate GroupName = x.GroupName, GroupEnName = x.GroupEnName, QuestionId = x.Id, + Remark = x.Remark, IsShowInDicom = x.IsShowInDicom, QuestionName = x.QuestionName.LanguageName(x.QuestionEnName, _userInfo.IsEn_Us), LesionType = x.LesionType,