修改出生日期
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2025-08-28 15:18:03 +08:00
parent 525cae7232
commit 6482316195
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ namespace IRaCIS.Core.SCP.Service
findPatient.PatientName = dataset.GetSingleValueOrDefault(DicomTag.PatientName, string.Empty);
findPatient.PatientSex = dataset.GetSingleValueOrDefault(DicomTag.PatientSex, string.Empty);
findPatient.PatientAge = dataset.GetSingleValueOrDefault(DicomTag.PatientAge, string.Empty);
findPatient.PatientBirthDate = dataset.GetSingleValueOrDefault(DicomTag.PatientBirthDate, string.Empty),
if (findPatient.PatientBirthDate.Length == 8)
{