OE2 no default sort?

All of a sudden in the last few days, when people go into Orthanc - we use OE2 by default - it’s not sorted by most recent Study Date on initial view.

I don’t recall changing anything, and don’t know how to fix this. Any hints?

I already have “StudyListContentIfNoSearch”: “most-recents”.

What I am seeing. Note all the scans from months or even years ago - according to Study Date - that are appearing.
If I scroll down below them, I then see stuff from the last few days.
If I manually hit the sort study date, then they disappear.

Hi Daniel,

Actually, the “most-recents” mode does not filter by studyDate but by the LastUpdateDate metadata. In your case, you have probably just imported a bunch of older studies that shows upfront since they were the last uploaded.

I have added a new "DefaultOrdering" configuration in this commit.

You probably want to use this config:

"DefaultOrdering": "DicomTag,StudyDate,DESC"

This will soon be available in the mainline binaries while waiting for the next release.

Alain

1 Like