Uat_Study
hang 2022-05-07 11:05:12 +08:00
parent f254a7c20c
commit cb5ac13d3a
1 changed files with 0 additions and 8 deletions

View File

@ -20,9 +20,6 @@ using Newtonsoft.Json;
using IRaCIS.Core.Infrastructure; using IRaCIS.Core.Infrastructure;
using IRaCIS.Core.Application.Service.Inspection.DTO; using IRaCIS.Core.Application.Service.Inspection.DTO;
using Nito.AsyncEx; using Nito.AsyncEx;
using IRaCIS.Core.Application.Service.Inspection.Interface;
using System.ComponentModel.Design;
namespace IRaCIS.Core.Application.Image.QA namespace IRaCIS.Core.Application.Image.QA
{ {
[ApiExplorerSettings(GroupName = "Image")] [ApiExplorerSettings(GroupName = "Image")]
@ -1710,7 +1707,6 @@ namespace IRaCIS.Core.Application.Image.QA
#endregion #endregion
/// <summary> /// <summary>
/// 上传界面 更新受试者首次给药日期 是否入组确认,以及访视 是否PD进展 /// 上传界面 更新受试者首次给药日期 是否入组确认,以及访视 是否PD进展
/// </summary> /// </summary>
@ -1754,10 +1750,6 @@ namespace IRaCIS.Core.Application.Image.QA
[HttpPost("{trialId:guid}")] [HttpPost("{trialId:guid}")]
public async Task<IResponseOutput> ForwardSVDicomImage(Guid[] subjectVisitIdList) public async Task<IResponseOutput> ForwardSVDicomImage(Guid[] subjectVisitIdList)
{ {