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();