From 47679e55f8a1060c059a42db637f72125fb1c5b8 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Thu, 7 Jul 2022 16:07:06 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Service/Reading/ReadingMedicalReviewService.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs
index 85e75b34f..441d20230 100644
--- a/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs
+++ b/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs
@@ -357,11 +357,11 @@ namespace IRaCIS.Core.Application.Service
}
///
- /// IR 申请重阅
+ /// IR发送消息
///
///
///
- public async Task ApplyReReading(ApplyReReadingInDto inDto)
+ public async Task IRSendMedicalReviewDialog(ApplyReReadingInDto inDto)
{
var visitTaskId = await _taskMedicalReviewRepository.Where(x => x.Id == inDto.TaskMedicalReviewId).Select(x => x.VisitTaskId).FirstOrDefaultAsync();
if (inDto.IsApplyHeavyReading??false)