Uat_Study
parent
fba9a7ce19
commit
a59f71a01e
|
@ -1629,6 +1629,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
|
|
||||||
public int? NumberOfFrames { get; set; }
|
public int? NumberOfFrames { get; set; }
|
||||||
|
|
||||||
|
public string FromMark { get; set; } = string.Empty;
|
||||||
|
|
||||||
public decimal RowIndex { get; set; }
|
public decimal RowIndex { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -1782,6 +1782,7 @@ namespace IRaCIS.Application.Services
|
||||||
rowInfo.FristAddTaskId = inDto.VisitTaskId;
|
rowInfo.FristAddTaskId = inDto.VisitTaskId;
|
||||||
rowInfo.PicturePath = inDto.PicturePath;
|
rowInfo.PicturePath = inDto.PicturePath;
|
||||||
rowInfo.RowIndex = inDto.RowIndex;
|
rowInfo.RowIndex = inDto.RowIndex;
|
||||||
|
rowInfo.FromMark = inDto.FromMark;
|
||||||
rowInfo.OrganInfoId = inDto.OrganInfoId;
|
rowInfo.OrganInfoId = inDto.OrganInfoId;
|
||||||
rowInfo.InstanceId = inDto.InstanceId;
|
rowInfo.InstanceId = inDto.InstanceId;
|
||||||
rowInfo.SeriesId = inDto.SeriesId;
|
rowInfo.SeriesId = inDto.SeriesId;
|
||||||
|
|
Loading…
Reference in New Issue