From f90413db465c7c508472919e8da0838a84a0b312 Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Fri, 15 Nov 2024 09:38:25 +0800 Subject: [PATCH] pacs --- .../PacsBusiness/PacsBusinessAppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shentun.Peis.Application/PacsBusiness/PacsBusinessAppService.cs b/src/Shentun.Peis.Application/PacsBusiness/PacsBusinessAppService.cs index c5bef56..ff507a8 100644 --- a/src/Shentun.Peis.Application/PacsBusiness/PacsBusinessAppService.cs +++ b/src/Shentun.Peis.Application/PacsBusiness/PacsBusinessAppService.cs @@ -430,7 +430,7 @@ namespace Shentun.Peis.PacsBusiness .Select(s => new GetPatientRegisterPacsCheckDto { CheckRequestNo = s.Key, - AsbitemName = s.Key, + AsbitemName = s.FirstOrDefault().asbitemName, PatientName = s.FirstOrDefault().patientName, PacsCheckDate = DataHelper.ConversionDateToString(s.FirstOrDefault().pacsCheckDate), PacsUploadDate = DataHelper.ConversionDateToString(s.FirstOrDefault().pacsUploadDate),