-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fetch PractitionerId, PractitionerLocation, PractitionerCareTeam, Pra…
…ctitionerOrganization from Shared Preferences (#2903) * Extract PractitionerId, PractitionerLocation, PractitionerCareTeam, PractitionerOrganization * Create new enum class called PractitionerKey * Create a function called extractSharedPrefValues in RulesFactory * Fix spacing and code check * Change few files * Fix first failing test * Add Practitioner Tests and rule tests in household config * Fix failing engine tests * Add Practitioner Tests and rule tests in household config * Fix test view * provide documentation on how to use extractPractitionerInfoFromSharedPrefs() rule * Write tabular representation of enums and their infos * Fix test issue * run spotless --------- Co-authored-by: Sebastian <[email protected]> Co-authored-by: SebaMutuku <[email protected]> Co-authored-by: Benjamin Mwalimu <[email protected]>
- Loading branch information
1 parent
3cbb77b
commit 0782d87
Showing
5 changed files
with
166 additions
and
4 deletions.
There are no files selected for viewing
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
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