Skip to content

Commit

Permalink
Fixed empty PatientName column when querying a remote DICOM modality
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Jan 9, 2025
1 parent c1aa76a commit f4371fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions WebApplication/src/store/modules/studies.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ const actions = {
let filters = {
"PatientBirthDate": "",
"PatientID": "",
"PatientName": "",
"AccessionNumber": "",
"PatientBirthDate": "",
"StudyDescription": "",
Expand Down
4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Fixes:
- When modifying studies, dates selected from the DatePicker were not always taken into account.
- Fixed the criteria to display the OHIF Segmentation viewer.
- Added status text in job progress bar.
- When retrieving a study from a remote DICOM modality, use the default retrieve method:
C-GET or C-MOVE.
- Fixed empty PatientName column when querying a remote DICOM modality.


1.6.4 (2024-10-10)
==================
Expand Down

0 comments on commit f4371fc

Please sign in to comment.