Uat_Study
he 2023-03-22 15:27:47 +08:00
parent fba9a7ce19
commit a59f71a01e
2 changed files with 3 additions and 0 deletions

View File

@ -1629,6 +1629,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public int? NumberOfFrames { get; set; }
public string FromMark { get; set; } = string.Empty;
public decimal RowIndex { get; set; }
/// <summary>

View File

@ -1782,6 +1782,7 @@ namespace IRaCIS.Application.Services
rowInfo.FristAddTaskId = inDto.VisitTaskId;
rowInfo.PicturePath = inDto.PicturePath;
rowInfo.RowIndex = inDto.RowIndex;
rowInfo.FromMark = inDto.FromMark;
rowInfo.OrganInfoId = inDto.OrganInfoId;
rowInfo.InstanceId = inDto.InstanceId;
rowInfo.SeriesId = inDto.SeriesId;