Uat_Study
he 2022-05-24 10:53:26 +08:00
parent a8894de3f1
commit 01c6aab991
2 changed files with 2 additions and 2 deletions

View File

@ -1485,7 +1485,7 @@
<param name="currentQCType"></param>
<returns></returns>
</member>
<member name="M:IRaCIS.Core.Application.Image.QA.QCOperationService.CloseQCChallenge(System.Guid,System.Guid,IRaCIS.Core.Domain.Share.QCChallengeCloseEnum,System.String)">
<member name="M:IRaCIS.Core.Application.Image.QA.QCOperationService.CloseQCChallenge(IRaCIS.Core.Application.Contracts.DTO.CloseQCChallengeInDto)">
<summary>
关闭质疑,什么情况下允许?
</summary>

View File

@ -24,7 +24,7 @@ namespace IRaCIS.Core.Application.Image.QA
Task<IResponseOutput> AddOrUpdateQCQuestionAnswerList(QCQuestionAnswerCommand[] qcQuestionAnswerCommands, Guid trialId, Guid subjectVisitId, [FromRoute] TrialQCProcess trialQCProcess, [FromRoute] CurrentQC currentQCType);
Task<IResponseOutput> AddQCChallengeReply(QADialogCommand qaDialogCommand);
Task<IResponseOutput> CloseCheckChallenge(CloseCheckChallengeDto input);
Task<IResponseOutput> CloseQCChallenge(Guid qcChallengeId, Guid subjectVisitId, [FromRoute] QCChallengeCloseEnum closeEnum, [FromRoute] string closeReason);
Task<IResponseOutput> CloseQCChallenge(CloseQCChallengeInDto input);
Task<IResponseOutput> CRCRequestReUpload(Guid qcChallengeId);
Task<IResponseOutput> CRCRequestToQC(CRCRequestToQCCommand cRCRequestToQCCommand);
Task<IResponseOutput> CRCRequstCheckBack(Guid subjectVisitId);