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,