Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Dec 19, 2024
1 parent b5cb181 commit dd32037
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Plugin/DefaultConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,16 @@
// but is still used in the DicomWeb queries.
"PageLoadSize": 50, // The number of items that are loaded when scrolling the study or instance list.
// Only applicable with a DB backend that supports ExtendedFind.
"MaxMyJobsHistorySize": 5, // The maximum number of jobs appearing under 'my jobs' in side bar (0 = unlimited)

"MaxMyJobsHistorySize": 5, // The maximum number of jobs appearing under 'my jobs' in side bar (0 = unlimited)

"StudyListSearchMode": "search-as-you-type",// mode to trigger a search in the StudyList. Accepted values: 'search-as-you-type' or 'search-button'
"StudyListSearchAsYouTypeMinChars": 3, // minimum number of characters to enter in a text search field before it starts searching the DB
"StudyListSearchAsYouTypeDelay": 400, // Delay [ms] between the last key stroke and the trigger of the search
"StudyListContentIfNoSearch": "most-recents", // Defines what to show if no search criteria has been entered
// Allowed values: "empty", "most-recents"
// From v 1.7.0, this option is always considered as "most-recents" when using
// a DB backend that supports ExtendedFind (SQLite and PostgreSQL)

// Default settings are ok for "small" Orthanc Databases. For large databases, it is recommended to use these settings:
// "StudyListSearchMode": "search-button"
Expand Down
6 changes: 3 additions & 3 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Pending changes in the mainline (upcoming 1.7.0)
===============================

Changes:
- Disable some UI components on ReadOnly systems.
- The study list header is now sticking on top of the screen.
- When Orthanc DB supports "ExtendedFind" (SQLite in 1.12.5+ and PosgreSQL 7.0+):
- new features in the local studies list:
- Allow sorting by columns
Expand All @@ -12,9 +14,7 @@ Changes:
the local study list since we have implemented "infinite-scroll". However, the option
is still used when performing remote DicomWEB queries.
- New configuration "PageLoadSize" that defines the number of items that are loaded when scrolling the study or instance list.

- Disable some UI components on ReadOnly systems.
- The study list header is now sticking on top of the screen.
- The "StudyListContentIfNoSearch" configuration is now taken into account and always considered as "most-recents".

Fixes:
- When modifying studies, dates selected from the DatePicker were not always taken into account.
Expand Down

0 comments on commit dd32037

Please sign in to comment.