Feature #1231
Updated by Vladimir Krisyuk almost 6 years ago
* The list of patients by default should display the Patients of the current client.
* The default sort order by Last Name
* The radio button on the first top record should have "selected" state.
* The "View Visits", "New Visit" buttons should be sticky on list scrolling.
*Filters:*
* *Search* - Should work as user types and search by First/Last name.
And the search should be done within all patients of the current Client.
* *Gender* - filter male/finale of the current list.
> For devs: What do you think if: In case of long list of patients (100-1000), load by api the fist of the recent created 20th, and on any other actions (filter, search ) load all Patients to the app. So that we limit the API call.