opensrp / fhircore

FHIR Core / OpenSRP 2 is a Kotlin application for delivering offline-capable, mobile-first healthcare project implementations from local community to national and international scale using FHIR and WHO Smart Guidelines on Android.
https://opensrp.io
Apache License 2.0
55 stars 56 forks source link

Configure submit anyway button SDK API #3549

Open FikriMilano opened 4 hours ago

FikriMilano commented 4 hours ago

Describe the feature request. Configure the Submit anyway button visibility by leveraging the SDK's Questionnaire builder API. Decide whether the button is visible or hidden when accessing a form.

Visual

SDK's Questionnaire builder API to show/hide the Submit anyway button https://github.com/google/android-fhir/blob/92da65c313ed992e8ed3de24675ff9600a8bc46a/datacapture/src/main/java/com/google/android/fhir/datacapture/QuestionnaireFragment.kt#L422-L425

FikriMilano commented 4 hours ago

@f-odhiambo