Appointment api enhancements. (#4666)
commitfdf1fcfa92851822350b763b303d2ccddb96111b
authorStephen Nielson <stephen@nielson.org>
Wed, 13 Oct 2021 13:05:20 +0000 (13 09:05 -0400)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 13:05:20 +0000 (13 09:05 -0400)
treec2f6a328241868bc35082674a35b93582a80da90
parenta6b51d7b6a36c659992e36943f7921724e82f1f1
Appointment api enhancements. (#4666)

Added the patient pid & uuid to the appointment so people can get an
exact match on who the appointment is for.

Added the provider's id & uuid as part of the pc_aid fields so people
can know the exact provider connected with the appointment from the
standard api.

Added validation on the provider and patient ids for the appointment
create.
_rest_routes.inc.php
src/RestControllers/AppointmentRestController.php
src/Services/AppointmentService.php