diff --git a/IRaCIS.Core.API/IRaCIS.Core.API.xml b/IRaCIS.Core.API/IRaCIS.Core.API.xml index 34fc66815..65e3b47c0 100644 --- a/IRaCIS.Core.API/IRaCIS.Core.API.xml +++ b/IRaCIS.Core.API/IRaCIS.Core.API.xml @@ -171,6 +171,13 @@ + + + 上传临床数据 + + + + 上传非Dicom 文件 支持压缩包 多文件上传 diff --git a/IRaCIS.Core.Application/Service/Document/DTO/SystemDocumentViewModel.cs b/IRaCIS.Core.Application/Service/Document/DTO/SystemDocumentViewModel.cs index b907b15fa..3735a6292 100644 --- a/IRaCIS.Core.Application/Service/Document/DTO/SystemDocumentViewModel.cs +++ b/IRaCIS.Core.Application/Service/Document/DTO/SystemDocumentViewModel.cs @@ -42,6 +42,8 @@ namespace IRaCIS.Core.Application.Contracts public Guid? ConfirmUserId { get; set; } + public bool IsConfirmed => ConfirmTime is not null; + public string UserName { get; set; } = string.Empty; public string RealName { get; set; } = string.Empty;