Uat_Study
parent
168f5b418d
commit
39c8d59a1f
|
@ -1241,9 +1241,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
public decimal RowIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Base64编码
|
||||
/// 截图地址
|
||||
/// </summary>
|
||||
public string PictureBaseStr { get; set; } = string.Empty;
|
||||
public string PicturePath { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 任务Id
|
||||
|
|
|
@ -1127,7 +1127,7 @@ namespace IRaCIS.Application.Services
|
|||
rowInfo.IsCurrentTaskAdd = isCurrentTaskAdd;
|
||||
rowInfo.NumberOfFrames = inDto.NumberOfFrames;
|
||||
rowInfo.FristAddTaskNum = inDto.FristAddTaskNum;
|
||||
rowInfo.PictureBaseStr = inDto.PictureBaseStr;
|
||||
rowInfo.PicturePath = inDto.PicturePath;
|
||||
rowInfo.RowIndex = inDto.RowIndex;
|
||||
rowInfo.InstanceId = inDto.InstanceId;
|
||||
rowInfo.SeriesId = inDto.SeriesId;
|
||||
|
@ -1167,7 +1167,7 @@ namespace IRaCIS.Application.Services
|
|||
IsDicomReading = rowInfo.IsDicomReading,
|
||||
IsCurrentTaskAdd = isCurrentTaskAdd,
|
||||
FristAddTaskNum = rowInfo.FristAddTaskNum,
|
||||
PictureBaseStr=rowInfo.PictureBaseStr,
|
||||
PicturePath = rowInfo.PicturePath,
|
||||
NumberOfFrames=rowInfo.NumberOfFrames,
|
||||
RowIndex = rowInfo.RowIndex,
|
||||
InstanceId = rowInfo.InstanceId,
|
||||
|
|
|
@ -98,9 +98,9 @@ namespace IRaCIS.Core.Domain.Models
|
|||
public string OrderMark { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Base64编码
|
||||
/// 截图地址
|
||||
/// </summary>
|
||||
public string PictureBaseStr { get; set; } = string.Empty;
|
||||
public string PicturePath { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 第一次添加的任务ID
|
||||
|
|
Loading…
Reference in New Issue