This commit is contained in:
he
2022-08-01 16:45:58 +08:00
parent 435384cf92
commit 00427897a6
7 changed files with 289 additions and 12 deletions
@@ -19,5 +19,7 @@ namespace IRaCIS.Core.Application.Contracts
void FindChildQuestion(GetTrialReadingQuestionOutDto trialReadingQuestion, List<GetTrialReadingQuestionOutDto> questionlists);
Task<IResponseOutput> SubmitGlobalReadingInfo(SubmitGlobalReadingInfoInDto inDto);
Task<IResponseOutput> SetOncologyReadingInfo(SetOncologyReadingInfoInDto inDto);
}
}