Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solr search: add seriesNumber (sorting_index) to search #2471

Closed
michaelkain opened this issue Oct 31, 2024 · 1 comment · Fixed by #2515
Closed

Solr search: add seriesNumber (sorting_index) to search #2471

michaelkain opened this issue Oct 31, 2024 · 1 comment · Fixed by #2515

Comments

@michaelkain
Copy link
Contributor

Hi @pierrehenri-dauvergne,
I hope you are doing fine.
I think, this should be an easy extension, hopefully.
The idea is to use the sorting_index in mr_dataset_acquisition (== dicom seriesNumber)
mrDatasetAcquisition.setSortingIndex(serie.getSeriesNumber());
and add a new column to solr, to sort solr table on using it.
For our users, there are cases, where the dataset name is not sufficient, as there are multiple, and the seriesNumber, when during the acquisition, the serie has been acquired is important. so to filter an exam in solr and order all datasets by seriesNumber would be a nice extension. Thank you and with kind regards, Michael

@michaelkain
Copy link
Contributor Author

Hi, if this can be done in a morning, please start. If not, we have to exchange on when we realize it. Thanks for coming back to me. With kind regards, Michael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants