Test.EIImageViewer
he 2022-12-08 17:45:27 +08:00
parent 294d581d58
commit ead52e5aa5
3 changed files with 11 additions and 0 deletions

View File

@ -1240,6 +1240,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public decimal RowIndex { get; set; }
/// <summary>
/// Base64编码
/// </summary>
public string PictureBaseStr { get; set; } = string.Empty;
/// <summary>
/// 任务Id
/// </summary>

View File

@ -1127,6 +1127,7 @@ namespace IRaCIS.Application.Services
rowInfo.IsCurrentTaskAdd = isCurrentTaskAdd;
rowInfo.NumberOfFrames = inDto.NumberOfFrames;
rowInfo.FristAddTaskNum = inDto.FristAddTaskNum;
rowInfo.PictureBaseStr = inDto.PictureBaseStr;
rowInfo.RowIndex = inDto.RowIndex;
rowInfo.InstanceId = inDto.InstanceId;
rowInfo.SeriesId = inDto.SeriesId;

View File

@ -97,6 +97,11 @@ namespace IRaCIS.Core.Domain.Models
public string OrderMark { get; set; } = string.Empty;
/// <summary>
/// Base64编码
/// </summary>
public string PictureBaseStr { get; set; } = string.Empty;
/// <summary>
/// 第一次添加的任务ID
/// </summary>