Morning, folks!
In the app i’m working on, i currently have three main views.
In Hospital - Provider
- Dashboard view with two slices
In Hospital - Table View
- Table view to show a user sortable view of the in hospital patients
All Patients
- a listing of all patients who have been seen
In the morning, someone (currently me) must compare the listing in the hospital’s EHR platform to our internal “In Hospital” list that the providers use for their rounds at the different locations. I have the “In Hospital - Table” view setup in a way that essentially mirrors the table view from the hospital software, making it easy for the end user to compare lists and make sure that what the providers see in the app once they are onsite is an up to date list (this is a replacement for the papers they used to carry around, which were pretty much always outdated by the time they arrive).
There is a search box at the top of each view, but it seems that the search box is jailed to the data available to that current view or slice. Is there a way to expand the search? All of these views pull from the same table called “Patient Population”. What i’d like is for the In Hospital view(s) to be able to search the entire patient population instead of just what is exposed to the slice, so that if a patient record already exists at all, it can be selected and flagged for “In Hospital” without having to leave that view, if that makes sense.
