diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index 39989beb9..1bc1eaf74 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -949,6 +949,29 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public bool IsFirstChangeTask { get; set; } = false; + + /// + /// InstanceId + /// + public Guid? OtherInstanceId { get; set; } + + /// + /// SeriesId + /// + public Guid? OtherSeriesId { get; set; } + + + /// + /// StudyId + /// + public Guid? OtherStudyId { get; set; } + + public string? OtherMarkTool { get; set; } + + public string? OtherPicturePath { get; set; } + + public int? OtherNumberOfFrames { get; set; } + } public class GetTableAnswerRowInfoInDto