Test.EIImageViewer
he 2023-02-14 15:09:05 +08:00
parent 704b1c9390
commit 829dec352a
3 changed files with 6 additions and 7 deletions

View File

@ -532,13 +532,7 @@
<param name="queryVisitTask"></param>
<returns></returns>
</member>
<member name="M:IRaCIS.Core.Application.Service.Common.ExcelExportService.GetEvaluationOfTumorEfficacy_Export(IRaCIS.Core.Application.ViewModel.VisitTaskQuery,IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.CommonDocument},IRaCIS.Application.Interfaces.IDictionaryService,IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.Trial})">
<summary>
肿瘤疗效评估表 ( 目前 RECIST1.1)
</summary>
<param name="queryVisitTask"></param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:IRaCIS.Core.Application.Service.Common.ExcelExportService.GetEvaluationOfTumorEfficacy_Export(IRaCIS.Core.Application.ViewModel.VisitTaskQuery,IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.CommonDocument},IRaCIS.Application.Interfaces.IDictionaryService,IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.Trial})" -->
<member name="M:IRaCIS.Core.Application.Service.Common.ExcelExportService.GetDetailedOfEvaluatedLesion_Export(IRaCIS.Core.Application.ViewModel.VisitTaskQuery,IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.CommonDocument},IRaCIS.Application.Interfaces.IDictionaryService,IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.Trial})">
<summary>
评估病灶明细表 ( 目前 RECIST1.1 PGW3 表都是不同的)

View File

@ -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;
}

View File

@ -52,6 +52,8 @@ namespace IRaCIS.Core.Domain.Models
public string KeyboardShow { get; set; }
public string Code { get; set; } = string.Empty;
}