Compare commits
No commits in common. "32d78f556c05b287dab8001dad9a29ea582a11d4" and "67e7eaaa960c7e5838889846ab5f9a69b0bf601a" have entirely different histories.
32d78f556c
...
67e7eaaa96
|
|
@ -63,8 +63,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
/// </summary>
|
||||
public string DictionaryCode { get; set; }
|
||||
|
||||
public string Remark { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 问题类型
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -388,7 +388,6 @@ 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,
|
||||
|
|
@ -415,7 +414,6 @@ 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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue