diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index a97afcfed..dc1c15b6c 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -770,36 +770,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public string RowMark { get; set; } = string.Empty; - /// - /// 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 string? OtherMeasureData { get; set; } = string.Empty; - - } public class CopyTableAnswerRowInfo : ReadingTableAnswerRowInfoBase