Merge branch 'Test_HIR_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_HIR_Net8
continuous-integration/drone/push Build was killed Details

Test_HIR_Net8
hang 2025-09-17 10:49:18 +08:00
commit 5a2136f205
2 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public string DictionaryCode { get; set; }
public string Remark { get; set; }
/// <summary>
/// 问题类型
/// </summary>

View File

@ -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,