sync
This commit is contained in:
parent
bdf1ad1ca3
commit
9e2315b89b
@ -180,7 +180,7 @@ public function transformData(mixed $orthanc_src): array
|
|||||||
|
|
||||||
$study['workflow_level'] = $stable_study
|
$study['workflow_level'] = $stable_study
|
||||||
? WorkflowLevel::Unassigned->value
|
? WorkflowLevel::Unassigned->value
|
||||||
: WorkflowLevel::Pending->value;
|
: WorkflowLevel::Received->value;
|
||||||
$study['patient_birthdate'] = null;
|
$study['patient_birthdate'] = null;
|
||||||
$dob = data_get($orthanc_src, 'PatientMainDicomTags.PatientBirthDate');
|
$dob = data_get($orthanc_src, 'PatientMainDicomTags.PatientBirthDate');
|
||||||
if (filled($dob)) {
|
if (filled($dob)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user