Feat openemr fix #6669 date partial seconds (#6671)
commit54ed6bed2cac0119166ac2b0b726b5f7b0b59bcb
authorStephen Nielson <snielson@discoverandchange.com>
Wed, 9 Aug 2023 16:58:02 +0000 (9 12:58 -0400)
committerGitHub <noreply@github.com>
Wed, 9 Aug 2023 16:58:02 +0000 (9 12:58 -0400)
tree3d0bda617859e211552c19cf9c99cdf778636be5
parentf9a8da7ff59019544ae12f0e12ed925ec51156a6
Feat openemr fix #6669 date partial seconds (#6671)

* Fixes #6669 FHIR Date Partial Seconds support

Added partial seconds support to the date searching so that fhir
DateTime elements can now include a partial seconds support in
milliseconds.

* Style fixes
src/Services/Search/DateSearchField.php
src/Services/Search/SearchFieldStatementResolver.php