Skip to content

Commit

Permalink
Use correct field name for series description
Browse files Browse the repository at this point in the history
  • Loading branch information
gacou54 committed Dec 8, 2023
1 parent aff2ee3 commit f41d384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyorthanc/_resources/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def station_name(self) -> str:

@property
def description(self) -> str:
return self._get_main_dicom_tag_value('StudyDescription')
return self._get_main_dicom_tag_value('SeriesDescription')

@property
def body_part_examined(self) -> str:
Expand Down

0 comments on commit f41d384

Please sign in to comment.