diff --git a/WebApplication/src/store/modules/studies.js b/WebApplication/src/store/modules/studies.js index 9855516..9135ba6 100644 --- a/WebApplication/src/store/modules/studies.js +++ b/WebApplication/src/store/modules/studies.js @@ -219,6 +219,7 @@ const actions = { let filters = { "PatientBirthDate": "", "PatientID": "", + "PatientName": "", "AccessionNumber": "", "PatientBirthDate": "", "StudyDescription": "", diff --git a/release-notes.md b/release-notes.md index 37049f2..96b4a60 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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) ==================