Skip to content

Commit

Permalink
[Quest/Malawi Core] Android App : FHIR Practitioner details API update
Browse files Browse the repository at this point in the history
  • Loading branch information
calmwalija committed Feb 21, 2024
1 parent ab836af commit 771cb5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ dependencies {
implementation 'androidx.fragment:fragment-ktx:1.5.5'
implementation 'io.jsonwebtoken:jjwt:0.9.1'
implementation 'androidx.security:security-crypto:1.1.0-alpha03'
implementation 'org.smartregister:fhir-common-utils:0.0.6-SNAPSHOT'
implementation 'org.smartregister:fhir-common-utils:0.0.8-SNAPSHOT'
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.1'
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation "androidx.cardview:cardview:1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ constructor(
)
sharedPreferences.write(
key = SharedPreferenceKey.PRACTITIONER_ID.name,
value = practitionerDetails.fhirPractitionerDetails?.practitionerId.valueToString()
value = practitionerDetails.fhirPractitionerDetails?.practitioners?.firstOrNull()?.id?.extractLogicalIdUuid()
)

sharedPreferences.write(SharedPreferenceKey.PRACTITIONER_DETAILS.name, practitionerDetails)
Expand Down
2 changes: 1 addition & 1 deletion android/quest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ dependencies {
implementation(project(":engine"))
implementation 'androidx.ui:ui-foundation:0.1.0-dev14'
implementation('org.smartregister:p2p-lib:0.3.0-SNAPSHOT')
implementation 'org.smartregister:fhir-common-utils:0.0.6-SNAPSHOT'
implementation 'org.smartregister:fhir-common-utils:0.0.8-SNAPSHOT'
implementation deps.accompanist.swiperefresh

implementation 'com.github.anrwatchdog:anrwatchdog:1.4.0'
Expand Down

0 comments on commit 771cb5e

Please sign in to comment.