From 5706fea2ebe25883d2179457acafc87af57ef2a9 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 14 Jun 2023 14:38:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9reviewer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Doctor/DTO/ResearchPublicationModel.cs | 3 -- .../TrialSiteUser/PersonalWorkstation.cs | 33 ++++++++++++++++++- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Doctor/DTO/ResearchPublicationModel.cs b/IRaCIS.Core.Application/Service/Doctor/DTO/ResearchPublicationModel.cs index d1f38df5b..d5a61a587 100644 --- a/IRaCIS.Core.Application/Service/Doctor/DTO/ResearchPublicationModel.cs +++ b/IRaCIS.Core.Application/Service/Doctor/DTO/ResearchPublicationModel.cs @@ -17,8 +17,5 @@ namespace IRaCIS.Application.Contracts public string AwardsHonorsCN { get; set; } = String.Empty; - public string BlindPublications { get; set; } - - } } \ No newline at end of file diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/PersonalWorkstation.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/PersonalWorkstation.cs index 7b9bae7d9..304bf2cfb 100644 --- a/IRaCIS.Core.Application/Service/TrialSiteUser/PersonalWorkstation.cs +++ b/IRaCIS.Core.Application/Service/TrialSiteUser/PersonalWorkstation.cs @@ -884,7 +884,7 @@ namespace IRaCIS.Core.Application #endregion - #region 项目列表查询 + #region 项目列表查询 + 待办详情 [HttpPost] @@ -941,6 +941,37 @@ namespace IRaCIS.Core.Application + #region 项目维度 统计每个人的待办 + + + #region 阅片人筛选 + + //public GetTrialReviewerSelect_Stat(Guid trialId) + + #endregion + + + #region 上传影像 + + #endregion + + #region QC + + #endregion + + #region 一致性核查 + + #endregion + + #region 阅片 + + #endregion + + #endregion + + + + #endregion } }