Uat_Study
parent
fba9a7ce19
commit
a59f71a01e
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue