feat: Fixes #6629 Encounter forms list render event (#6630)
commit60dcd05b3194e765deb928752c5e9eabaf64dc43
authorStephen Nielson <snielson@discoverandchange.com>
Mon, 3 Jul 2023 21:10:45 +0000 (3 17:10 -0400)
committerGitHub <noreply@github.com>
Mon, 3 Jul 2023 21:10:45 +0000 (3 17:10 -0400)
treedba28e0c374f4ad3e748a1e9a7ee64fc74add95f
parentd1bf36229d19fa46f9da6c2d24f88afcf8340943
feat: Fixes #6629 Encounter forms list render event (#6630)

* Fixes #6629 Encounter forms list render event

Fixes #6629 add render events to top and bottom of encounter form.

Exposed the table name in the encounters service as well so we can
actually use it instead of copying the name elsewhere.

* Fix syntax error

Not sure how this even cropped in.

* Fixed pre event, missing methods.

Had some getter methods that really should go in for this to be
complete.  Also the pre event wasn't properly running.

* Fix style changes
interface/patient_file/encounter/forms.php
src/Events/Encounter/EncounterFormsListRenderEvent.php [new file with mode: 0644]
src/Services/EncounterService.php
src/Services/FormService.php