From 6478254821d31f77ed391d6d5ebe8fb0717ae712 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Sun, 9 Oct 2022 09:40:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Interface/IReadingCalculateService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Reading/Interface/IReadingCalculateService.cs b/IRaCIS.Core.Application/Service/Reading/Interface/IReadingCalculateService.cs index 417d142f..e8401a0d 100644 --- a/IRaCIS.Core.Application/Service/Reading/Interface/IReadingCalculateService.cs +++ b/IRaCIS.Core.Application/Service/Reading/Interface/IReadingCalculateService.cs @@ -19,5 +19,7 @@ namespace IRaCIS.Core.Application.Interfaces Task VerifyVisitTaskQuestions(VerifyVisitTaskQuestionsInDto inDto); Task GetReportTumor(Guid visitTaskId); + + Task GetReportIsExistDisease(Guid visitTaskId); } }