hapifhir / hapi-fhir

🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
http://hapifhir.io
Apache License 2.0
1.94k stars 1.3k forks source link

Chained Parameter Matching Support Added #6048

Open melihaydogd opened 2 days ago

melihaydogd commented 2 days ago

Adds support for chained search parameters in SearchParamMatcher. The following type of parameters will be supported with this PR:

Tests updated.

codecov[bot] commented 1 day ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.47%. Comparing base (497b9f2) to head (19e62c0). Report is 117 commits behind head on master.

:exclamation: Current head 19e62c0 differs from pull request most recent head 38c48d4

Please upload reports for the commit 38c48d4 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6048 +/- ## ============================================ + Coverage 83.39% 83.47% +0.07% - Complexity 26927 27367 +440 ============================================ Files 1681 1703 +22 Lines 103965 106004 +2039 Branches 13189 13386 +197 ============================================ + Hits 86702 88487 +1785 - Misses 11613 11783 +170 - Partials 5650 5734 +84 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.