修改
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user