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