Test_HIR_Net8
he 2025-09-17 10:46:59 +08:00
parent 29093e5617
commit d11afb10de
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -388,6 +388,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
GroupEnName = x.GroupEnName, GroupEnName = x.GroupEnName,
IsShowInDicom = x.IsShowInDicom, IsShowInDicom = x.IsShowInDicom,
Type = x.Type, Type = x.Type,
Remark=x.Remark,
GroupId = x.GroupId, GroupId = x.GroupId,
QuestionType = x.QuestionType, QuestionType = x.QuestionType,
LesionType = x.LesionType, LesionType = x.LesionType,
@ -414,6 +415,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
GroupName = x.GroupName, GroupName = x.GroupName,
GroupEnName = x.GroupEnName, GroupEnName = x.GroupEnName,
QuestionId = x.Id, QuestionId = x.Id,
Remark = x.Remark,
IsShowInDicom = x.IsShowInDicom, IsShowInDicom = x.IsShowInDicom,
QuestionName = x.QuestionName.LanguageName(x.QuestionEnName, _userInfo.IsEn_Us), QuestionName = x.QuestionName.LanguageName(x.QuestionEnName, _userInfo.IsEn_Us),
LesionType = x.LesionType, LesionType = x.LesionType,