New services base class (#3335)
commit4458e4a70979f4dd6db9dc6554dd49b437150f05
authorJerry Padgett <sjpadgett@gmail.com>
Mon, 6 Apr 2020 19:04:47 +0000 (6 15:04 -0400)
committerGitHub <noreply@github.com>
Mon, 6 Apr 2020 19:04:47 +0000 (6 15:04 -0400)
tree4fd614780e065a56f9dea7a67fa73a0737eac2a4
parent2e6aa3bc7e96a2d9fe8d4c87f135302451461dc5
New services base class (#3335)

- insert and update sql helpers ideas
- adding validation ideas
_rest_routes.inc.php
src/RestControllers/FHIR/FhirPatientRestController.php
src/Services/BaseService.php [new file with mode: 0644]
src/Services/FHIR/FhirPatientService.php
src/Services/FacilityService.php
src/Services/PatientService.php