FIX - bday

This commit is contained in:
Dr Masroor Ehsan 2025-01-18 20:42:43 +06:00
parent 20d04a3df5
commit 16c49c3ea5

View File

@ -144,6 +144,7 @@ public function transformData(mixed $orthanc_src): array
$study['study_status'] = StudyLevelStatus::Pending->value;
}
$study['patient_birthdate'] = null;
$dob = data_get($orthanc_src, 'PatientMainDicomTags.PatientBirthDate');
if (filled($dob)) {
try {