feat: expose suffix and valedictory in user admin and esign (#6814)
commit30d94bb6ca84c8c8b8372dbdf7f433679e0b322b
authorstephen waite <stephen.waite@cmsvt.com>
Thu, 31 Aug 2023 15:09:45 +0000 (31 11:09 -0400)
committerGitHub <noreply@github.com>
Thu, 31 Aug 2023 15:09:45 +0000 (31 11:09 -0400)
tree6fbdf0114a569a3e15faa6044695a47e311f4819
parent16705aeb5adcac2ed7c260a28f3355ac08f089e0
feat: expose suffix and valedictory in user admin and esign (#6814)

* feat: introduce phpstan

* implement missing billing generator interface

* separate last name and first name with comma and add valedictory aka credential

* fix prior typo

* expose valedictory

* display valedictory in esign

* add valedictory to encounter form and reports

* revert other pr stuff

* consistent use of comma for encounter edit

* add suffix

* add user
interface/forms/newpatient/common.php
interface/forms/newpatient/report.php
interface/patient_file/encounter/forms.php
interface/usergroup/user_admin.php
interface/usergroup/usergroup_admin.php
interface/usergroup/usergroup_admin_add.php
library/ESign/DbRow/Signable.php
library/ESign/Signature.php
library/ESign/SignatureIF.php
library/ESign/views/default/esign_signature_log.php
library/patient.inc.php