FIXes
This commit is contained in:
parent
3a9b27ef19
commit
752af113b4
@ -132,10 +132,10 @@ private function prepareData(mixed $study): array
|
|||||||
}
|
}
|
||||||
|
|
||||||
$descr = data_get($study, 'MainDicomTags.StudyDescription');
|
$descr = data_get($study, 'MainDicomTags.StudyDescription');
|
||||||
if ($descr != null) {
|
if ($descr == null) {
|
||||||
$descr = data_get($study, 'RequestedTags.AcquisitionDeviceProcessingDescription');
|
$descr = data_get($study, 'RequestedTags.AcquisitionDeviceProcessingDescription');
|
||||||
}
|
}
|
||||||
$data['study_descrip¶tion'] = trim($descr);
|
$data['study_description'] = trim($descr);
|
||||||
|
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user