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>
|
/// </summary>
|
||||||
public string DictionaryCode { get; set; }
|
public string DictionaryCode { get; set; }
|
||||||
|
|
||||||
public string Remark { get; set; }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 问题类型
|
/// 问题类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -388,7 +388,6 @@ 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,
|
||||||
|
|
@ -415,7 +414,6 @@ 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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue