Uat_Study
he 2022-10-27 11:23:23 +08:00
parent 8d1762997c
commit 932cef6981
2 changed files with 4 additions and 0 deletions

View File

@ -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; }

View File

@ -458,6 +458,7 @@ namespace IRaCIS.Application.Services
LesionType = question.LesionType,
IsCanEditPosition =x.IsCanEditPosition,
RowIndex =x.RowIndex,
BlindName=x.BlindName,
}).ToList();