修改reviewer

Uat_Study
hang 2023-06-14 14:38:23 +08:00
parent 2ea2c037e8
commit 5706fea2eb
2 changed files with 32 additions and 4 deletions

View File

@ -17,8 +17,5 @@ namespace IRaCIS.Application.Contracts
public string AwardsHonorsCN { get; set; } = String.Empty; public string AwardsHonorsCN { get; set; } = String.Empty;
public string BlindPublications { get; set; }
} }
} }

View File

@ -884,7 +884,7 @@ namespace IRaCIS.Core.Application
#endregion #endregion
#region 项目列表查询 #region 项目列表查询 + 待办详情
[HttpPost] [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 #endregion
} }
} }