diff --git a/IRaCIS.Core.Application/Service/Visit/PatientService.cs b/IRaCIS.Core.Application/Service/Visit/PatientService.cs index 0d8ab90f0..86f3ef29f 100644 --- a/IRaCIS.Core.Application/Service/Visit/PatientService.cs +++ b/IRaCIS.Core.Application/Service/Visit/PatientService.cs @@ -3449,7 +3449,7 @@ namespace IRaCIS.Application.Services await _subejctVisitDownloadRepository.AddAsync(preDownloadInfo, true); - return ResponseOutput.Ok(patientList, preDownloadInfo.Id); + return ResponseOutput.Ok(patientList, preDownloadInfo); }