forked from google/android-fhir
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow sorting in [rev]include results. (google#2200)
* Allow sorting in [rev]include results * Review comment changes * Fixed failing tests * Lint fails build because of the use of restricted api from package. So, supressing it as couldn't find a workaround for the api * Spotless * Updated failing test * Review comments: Fixed tests * Review comments: Refactored db code to separate out search functions for forward and rev include * Lint fails build because of the use of restricted api UUIDUtil.convertUUIDToByte from androidx.room package. So, supressing it as couldn't find a workaround for the api * Review Comments: Unified the usage of getSortOrder * Review comments: Updated kdoc
- Loading branch information
Showing
9 changed files
with
1,287 additions
and
366 deletions.
There are no files selected for viewing
604 changes: 492 additions & 112 deletions
604
engine/src/androidTest/java/com/google/android/fhir/db/impl/DatabaseImplTest.kt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.