From 829dec352abde95f9543998c2630046e91eaf894 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Tue, 14 Feb 2023 15:09:05 +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
---
IRaCIS.Core.Application/IRaCIS.Core.Application.xml | 8 +-------
.../Service/Reading/Dto/DefaultShortcutKeyViewModel.cs | 3 +++
.../Reading/ShortcutKey/DefaultShortcutKey.cs | 2 ++
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 18df0703..6079145d 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -532,13 +532,7 @@
-
-
- 肿瘤疗效评估表 ( 目前 RECIST1.1)
-
-
-
-
+
评估病灶明细表 ( 目前 RECIST1.1 PGW3 表都是不同的)
diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/DefaultShortcutKeyViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/DefaultShortcutKeyViewModel.cs
index 6cee8cc5..8fef6248 100644
--- a/IRaCIS.Core.Application/Service/Reading/Dto/DefaultShortcutKeyViewModel.cs
+++ b/IRaCIS.Core.Application/Service/Reading/Dto/DefaultShortcutKeyViewModel.cs
@@ -24,6 +24,8 @@ namespace IRaCIS.Core.Application.ViewModel
public bool MetaKey { get; set; }
public string KeyboardShow { get; set; }
+
+ public string Code { get; set; } = string.Empty;
}
public class RestoreDefaultShortcutKeyInDto
@@ -53,6 +55,7 @@ namespace IRaCIS.Core.Application.ViewModel
public bool ShiftKey { get; set; }
public bool MetaKey { get; set; }
+ public string Code { get; set; } = string.Empty;
}
diff --git a/IRaCIS.Core.Domain/Reading/ShortcutKey/DefaultShortcutKey.cs b/IRaCIS.Core.Domain/Reading/ShortcutKey/DefaultShortcutKey.cs
index 49c0e3e1..3dfe5dc5 100644
--- a/IRaCIS.Core.Domain/Reading/ShortcutKey/DefaultShortcutKey.cs
+++ b/IRaCIS.Core.Domain/Reading/ShortcutKey/DefaultShortcutKey.cs
@@ -52,6 +52,8 @@ namespace IRaCIS.Core.Domain.Models
public string KeyboardShow { get; set; }
+ public string Code { get; set; } = string.Empty;
+
}