Skip to content

Commit

Permalink
When editing a study, it is now possible to add an OtherPatientIDs DI…
Browse files Browse the repository at this point in the history
…COM tag.
  • Loading branch information
amazy committed Mar 21, 2024
1 parent 0b036cf commit f7ee04d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Plugin/DefaultConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@
"PatientID",
"PatientName",
"PatientBirthDate",
"PatientSex"
"PatientSex",
"OtherPatientIDs"
],

// The list of study level tags that are displayed in the study details and in the modification dialog.
Expand Down
1 change: 1 addition & 0 deletions WebApplication/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"ModalitiesInStudy": "Modalities in Study",
"NumberOfFrames": "Number of frames",
"NumberOfStudyRelatedSeries": "Number of series",
"OtherPatientIDs": "Patient Other IDs",
"PatientBirthDate": "Patient Birth Date",
"PatientID": "Patient ID",
"PatientName": "Patient Name",
Expand Down
1 change: 1 addition & 0 deletions WebApplication/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"ModalitiesInStudy": "Modalités",
"NumberOfFrames": "Nombre d'images",
"NumberOfStudyRelatedSeries": "Nombre de séries",
"OtherPatientIDs": "Autres ID Patient",
"PatientBirthDate": "Date de naissance",
"PatientID": "ID Patient",
"PatientName": "Nom",
Expand Down
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Changes:
- Updated default values for `ViewersIcons` and `ViewersOrdering`.
- Added date pickers in the Remote Study List (when performing searches on
remote modalities)

- When editing a study, it is now possible to add an `OtherPatientIDs` DICOM tag.

Internals:
- Updated all JS libraries.
Expand Down

0 comments on commit f7ee04d

Please sign in to comment.