This commit is contained in:
Dr Masroor Ehsan 2025-01-29 21:28:39 +06:00
parent bdf1ad1ca3
commit 9e2315b89b

View File

@ -180,7 +180,7 @@ public function transformData(mixed $orthanc_src): array
$study['workflow_level'] = $stable_study
? WorkflowLevel::Unassigned->value
: WorkflowLevel::Pending->value;
: WorkflowLevel::Received->value;
$study['patient_birthdate'] = null;
$dob = data_get($orthanc_src, 'PatientMainDicomTags.PatientBirthDate');
if (filled($dob)) {