From dbb25ed313254ea50abf731d17d1cf4c183c6372 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 31 May 2022 10:40:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9E=9A=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/IRaCIS.Core.API.xml | 7 +++++++ .../Service/Document/DTO/SystemDocumentViewModel.cs | 2 ++ 2 files changed, 9 insertions(+) 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;