From 88f40125e1a3a530c0f10daa8c6ce58f004e6e04 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 21 Nov 2025 14:50:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B7=E6=B1=82=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/IRaCIS.Core.Application.xml | 5 +---- IRaCIS.Core.Application/Service/Visit/PatientService.cs | 8 +++----- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index 5009139ec..5c717c215 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -18827,14 +18827,11 @@ - + 影像库 和影像下载界面批量下载原始影像 患者列表只传递 患者Id数组 检查列表,把患者Id数组 和检查Id数组都传递 - - - diff --git a/IRaCIS.Core.Application/Service/Visit/PatientService.cs b/IRaCIS.Core.Application/Service/Visit/PatientService.cs index deb8f3db0..90ad81fe0 100644 --- a/IRaCIS.Core.Application/Service/Visit/PatientService.cs +++ b/IRaCIS.Core.Application/Service/Visit/PatientService.cs @@ -54,6 +54,7 @@ namespace IRaCIS.Application.Services [ApiExplorerSettings(GroupName = "HIR")] public class PatientService(IRepository _studySubjectVisitRepository, IRepository _trialIdentityUserRepository, + IRepository _SCPStudyRepository, IOSSService _oSSService, IRepository _identityUserRepository, IRepository _subjectPatientRepository, IRepository _SCPStudyHospitalGroupRepository, IRepository _trialRepository, @@ -3298,12 +3299,9 @@ namespace IRaCIS.Application.Services /// 影像库 和影像下载界面批量下载原始影像 患者列表只传递 患者Id数组 检查列表,把患者Id数组 和检查Id数组都传递 /// /// - /// - /// - /// /// - public async Task GetDownloadPatientStudyInfo(PatientImageDownloadCommand inCommand, - [FromServices] IRepository _scpPatientRepository, IRepository _SCPStudyRepository, [FromServices] IOSSService _oSSService) + [HttpPost] + public async Task GetDownloadPatientStudyInfo(PatientImageDownloadCommand inCommand) { var patientIdList = inCommand.PatientIdList.Distinct().ToList();