Recent patients fixes (#7046)
commitb68ff28656d61a85385c646223bfd4d7d557c458
authorRyan Losh OD <ryan@ryanlosh.com>
Sun, 26 Nov 2023 22:33:50 +0000 (26 16:33 -0600)
committerGitHub <noreply@github.com>
Sun, 26 Nov 2023 22:33:50 +0000 (26 17:33 -0500)
tree209d174a975acf961e00ff385f1be34cb62a3a9d
parent11044115eb3251461d8cc923dc08ee598e50559a
Recent patients fixes (#7046)

* 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 (#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: stephen waite <stephen.waite@cmsvt.com>
interface/main/finder/dynamic_finder.php
src/Services/PatientService.php
templates/patient_finder/finder.html.twig