Enhance patient service search method (#4678)
commitb0ddf7a4a0143ab1ecc9381f1d1d325d0405a9c7
authorStephen Nielson <stephen@nielson.org>
Wed, 13 Oct 2021 17:39:33 +0000 (13 13:39 -0400)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 17:39:33 +0000 (13 13:39 -0400)
tree68cc58aa0f289e036636f43db435980ef43b0afd
parentfdf1fcfa92851822350b763b303d2ccddb96111b
Enhance patient service search method (#4678)

Made it so the patient search can use an associative array in the getAll
without having to use the ISearchField objects.  Anything that isn't an
ISearchObject gets set to be an exact string match value which is the
way the queries were before we did FHIR.
src/Services/PatientService.php