添加字段

IRC_NewDev
he 2023-09-15 16:29:33 +08:00
parent 67f137927d
commit 285992d137
1 changed files with 23 additions and 0 deletions

View File

@ -949,6 +949,29 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public bool IsFirstChangeTask { get; set; } = false;
/// <summary>
/// InstanceId
/// </summary>
public Guid? OtherInstanceId { get; set; }
/// <summary>
/// SeriesId
/// </summary>
public Guid? OtherSeriesId { get; set; }
/// <summary>
/// StudyId
/// </summary>
public Guid? OtherStudyId { get; set; }
public string? OtherMarkTool { get; set; }
public string? OtherPicturePath { get; set; }
public int? OtherNumberOfFrames { get; set; }
}
public class GetTableAnswerRowInfoInDto