This commit is contained in:
he
2022-05-24 10:53:26 +08:00
parent a8894de3f1
commit 01c6aab991
2 changed files with 2 additions and 2 deletions
@@ -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);