When a user opens a record in OnBase Patient Window, the following logic determines which tab is selected by default:
- If a tab ID is passed in on the URL query string, then the record is opened to the specified tab.
- If the tab ID is not passed on the query string, is not accessible to the user, or if the tab contains no documents, then the record is opened to the user's Personal Tab (if configured).
- If the Personal Tab contains no documents or is not configured, then the record is opened to the default tab in cross-facility tab configuration.
- If the default tab contains no documents, then the record is opened to the first tab containing documents.
-
If the record contains no documents, then one of the following will occur:
-
OnBase Patient Window selects the first case tab available for the patient.
-
If the patient has no case tabs that the user can view, then OnBase Patient Window selects the New tab.
-