From 8095623a9cc6d5c63c79adc09b2f85917f02cf0d Mon Sep 17 00:00:00 2001
From: "DESKTOP-G961P6V\\Zhh" <839860190@qq.com>
Date: Sun, 28 Apr 2024 22:59:45 +0800
Subject: [PATCH] =?UTF-8?q?Lis=E7=94=B3=E8=AF=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
 .../PrintReports/PrintReportAppService.cs          | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/Shentun.Peis.Application/PrintReports/PrintReportAppService.cs b/src/Shentun.Peis.Application/PrintReports/PrintReportAppService.cs
index 08d0806..39c06d9 100644
--- a/src/Shentun.Peis.Application/PrintReports/PrintReportAppService.cs
+++ b/src/Shentun.Peis.Application/PrintReports/PrintReportAppService.cs
@@ -131,7 +131,7 @@ namespace Shentun.Peis.PrintReports
         /// 
         /// 
         /// 
-        [HttpPost("api/app/printreport/getpatientregisterguidereport")]
+        [HttpPost("api/app/PrintReport/getpatientregisterguidereport")]
         public async Task GetPatientRegisterGuideReportAsync(Guid PatientRegisterId)
         {
             return await _patientRegisterGuideReportRepository.GetPatientRegisterGuideReportAsync(PatientRegisterId);
@@ -155,7 +155,7 @@ namespace Shentun.Peis.PrintReports
         /// 打印检验申请单
         /// 
         /// 
-        [HttpPost("api/app/printreport/GetLisRequestReport")]
+        [HttpPost("api/app/PrintReport/GetLisRequestReportByPatientRegisterId")]
         public async Task> GetLisRequestReportByPatientRegisterIdAsync(PatientRegisterIdInputDto input)
         {
             //生成LIS条码
@@ -257,8 +257,8 @@ namespace Shentun.Peis.PrintReports
             return entlist;
         }
 
-        [HttpPost("api/app/LisRequest/GetLisRequestByPatientRegisterId")]
-        public async Task GetLisRequestByLisRequestIdAsync(LisRequestIdInputDto input)
+        [HttpPost("api/app/PrintReport/GetLisRequestReportByLisRequestId")]
+        public async Task GetLisRequestReportByLisRequestIdAsync(LisRequestIdInputDto input)
         {
             var list = (
                         from patientRegister in await _patientRegisterRepository.GetQueryableAsync()
@@ -322,7 +322,7 @@ namespace Shentun.Peis.PrintReports
         /// 打印体检报告
         /// 
         /// 
-        [HttpPost("api/app/printreport/GetMedicalReport")]
+        [HttpPost("api/app/PrintReport/GetMedicalReport")]
         public async Task GetMedicalReportAsync(PatientRegisterIdInputDto input)
         {
           
@@ -351,7 +351,7 @@ namespace Shentun.Peis.PrintReports
         /// 
         /// 
         /// 
-        [HttpPost("api/app/printreport/getpacsnoreport")]
+        [HttpPost("api/app/PrintReport/getpacsnoreport")]
         public async Task> GetPacsNoReportAsync(Guid PatientRegisterId)
         {
             return await _checkRequestNoReportRepository.GetPacsNoReportAsync(PatientRegisterId);
@@ -362,7 +362,7 @@ namespace Shentun.Peis.PrintReports
         /// 
         /// 收费主表ID
         /// 
-        [HttpPost("api/app/printreport/getchargereport")]
+        [HttpPost("api/app/PrintReport/getchargereport")]
         public async Task GetChargeReportAsync(Guid ChargeId)
         {
             return await _chargeReportRepository.GetChargeReportAsync(ChargeId);