FIX - bday
This commit is contained in:
parent
20d04a3df5
commit
16c49c3ea5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user