Fixes #6499 telehealth patient api update (#6501)
commit4c4a27522a00c445c24fa5b16e157e811233e71f
authorStephen Nielson <snielson@discoverandchange.com>
Mon, 5 Jun 2023 13:02:50 +0000 (5 09:02 -0400)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2023 13:02:50 +0000 (5 09:02 -0400)
tree23288f4cf3ccae48816a30589ae70d9315df518b
parent02f911e1e0da586449d4923c951ccad087d00002
Fixes #6499 telehealth patient api update (#6501)

Patient api updates were breaking the telehealth remote registration
api.  This is due to the signature differences in the event firing which
was inconsistent.  One sent a raw data array and the other a
ProcessingResult.  I made the method signatures identical.
interface/modules/custom_modules/oe-module-comlink-telehealth/src/Controller/TeleHealthVideoRegistrationController.php
src/Services/PatientService.php