forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recent patients fixes (openemr#7046) (openemr#7052)
* This version does not preserve the order of recent_patients data. * This version preserves the order. * This version is updated to ONLY store the pid values in the recent_patients table. * Code style cleanup... * Correctly format date and datetime columns from patient_data in the Recent Patients tab * Correct PHP styling * chore: bump db version for prior commit (openemr#7044) * Chore: change production docker to 7.0.2 * Update docker-compose.yml to 7.0.2 * Make Recent Patients Tab more similar to the Patient List tab -- i.e. clickable rows, etc. * Use patient_data.pid to uniquely identify patients for Recent Patients list ; Change twig to xlt the table headers. * fix SQL statements so SQL commands are capitalized consistently. * change from xlt to xlListLabel for column titles. --------- Co-authored-by: Ryan Losh OD <[email protected]>
- Loading branch information
1 parent
a4fc417
commit a212cf0
Showing
3 changed files
with
71 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters