From 6aa8628c0c65b0f8fa73e0265269638f15f58dc5 Mon Sep 17 00:00:00 2001
From: he <109787524@qq.com>
Date: Fri, 8 Mar 2024 11:49:25 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Reading/Dto/ReadingImageTaskViewModel.cs | 30 -------------------
1 file changed, 30 deletions(-)
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