Skip to content

Commit

Permalink
[API] Add missing attributes from DicomTarDTO and ImageDTO
Browse files Browse the repository at this point in the history
  • Loading branch information
spell00 committed Sep 4, 2020
1 parent 872b36b commit 245b8dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/api/php/views/visit/dicoms.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ class Dicoms
private static function _formatDicomTars(DicomTarDTO $dicom): array
{
return [
'Tarname' => $dicom->getTarname(),
'SeriesInfo' => array_map(
'Tarname' => $dicom->getTarname(),
'Patientname' => $dicom->getPatientname(),
'SeriesInfo' => array_map(
[
'self',
'_formatSeries'
Expand Down

0 comments on commit 245b8dd

Please sign in to comment.