From 285992d1377068ec6fa1cec4058d6bdbcba431f4 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Fri, 15 Sep 2023 16:29:33 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Reading/Dto/ReadingImageTaskViewModel.cs | 23 +++++++++++++++++++
1 file changed, 23 insertions(+)
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