This commit is contained in:
he
2022-12-08 16:15:44 +08:00
parent 422dadad36
commit 1b123b0a3d
4 changed files with 17 additions and 0 deletions
@@ -453,6 +453,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string OrderMarkName { get; set; } = string.Empty;
public int? NumberOfFrames { get; set; }
public Guid RowId { get; set; }
/// <summary>
@@ -1234,6 +1236,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public Guid QuestionId { get; set; }
public int? NumberOfFrames { get; set; }
public decimal RowIndex { get; set; }
/// <summary>
@@ -1125,6 +1125,7 @@ namespace IRaCIS.Application.Services
rowInfo.BlindName = inDto.BlindName;
rowInfo.IsDicomReading = inDto.IsDicomReading;
rowInfo.IsCurrentTaskAdd = isCurrentTaskAdd;
rowInfo.NumberOfFrames = inDto.NumberOfFrames;
rowInfo.FristAddTaskNum = inDto.FristAddTaskNum;
rowInfo.RowIndex = inDto.RowIndex;
rowInfo.InstanceId = inDto.InstanceId;