增加patientName
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2024-12-18 13:10:43 +08:00
parent 8d11115fab
commit 0050ae8d0a
1 changed files with 1 additions and 1 deletions

View File

@ -3044,7 +3044,7 @@ namespace IRaCIS.Application.Services
public async Task<Dictionary<string, object>> CMoveVerify(SCUCmoveCommand inCommand)
{
var existStudyIdList = _studyRepository.Where(t => inCommand.StudyInstanceUIDList.Contains(t.StudyInstanceUid))
.Select(t => new { t.StudyInstanceUid, t.StudyId, PatientId = t.PatientIdStr, t.AccessionNumber }).ToList();
.Select(t => new { t.StudyInstanceUid, t.StudyId, PatientId = t.PatientIdStr, t.AccessionNumber,t.PatientName }).ToList();
var dic = new Dictionary<string, object>();
foreach (var item in inCommand.StudyInstanceUIDList)