Uat_Study
parent
8d1762997c
commit
932cef6981
|
@ -67,6 +67,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
|
||||
public bool IsCanEditPosition { get; set; } = false;
|
||||
|
||||
public string BlindName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
public string SplitOrMergeLesionName { get; set; }
|
||||
|
||||
|
|
|
@ -458,6 +458,7 @@ namespace IRaCIS.Application.Services
|
|||
LesionType = question.LesionType,
|
||||
IsCanEditPosition =x.IsCanEditPosition,
|
||||
RowIndex =x.RowIndex,
|
||||
BlindName=x.BlindName,
|
||||
}).ToList();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue