This commit is contained in:
he
2022-08-31 13:36:06 +08:00
parent 6120ea029c
commit 1763a1a4fe
4 changed files with 40 additions and 3 deletions
@@ -20,6 +20,8 @@ namespace IRaCIS.Core.Application.Contracts
Task<IResponseOutput> SubmitGlobalReadingInfo(SubmitGlobalReadingInfoInDto inDto);
Task<IResponseOutput> SubmitDicomVisitTask(SubmitDicomVisitTaskInDto inDto);
Task<IResponseOutput> SubmitOncologyReadingInfo(SubmitOncologyReadingInfoInDto inDto);
Task AddOncologyTask(Guid oncologModuleId);