Fixes #6571 Form OOP Fixes (#6573)
commit5f6ca6ec3402549b2d9eff9f6be5db49f0ac87b9
authorStephen Nielson <snielson@discoverandchange.com>
Sat, 17 Jun 2023 15:15:28 +0000 (17 11:15 -0400)
committerGitHub <noreply@github.com>
Sat, 17 Jun 2023 15:15:28 +0000 (17 11:15 -0400)
tree13bf813915ead4aa5eeac4a3ffb3538ecb9d1e45
parent595d0789677bd12acb8cdf50da93f10fb55a27f2
Fixes #6571 Form OOP Fixes (#6573)

Add classes for dealing with the encounter forms table and the
form_questionnaire_assessments table.

Fixes #6571
src/Common/Forms/BaseForm.php [new file with mode: 0644]
src/Common/Forms/FormQuestionnaireAssessment.php [new file with mode: 0644]
src/Services/FormService.php