google / android-fhir

The Android FHIR SDK is a set of Kotlin libraries for building offline-capable, mobile-first healthcare applications using the HL7® FHIR® standard on Android.
https://google.github.io/android-fhir/
Apache License 2.0
458 stars 238 forks source link

Improve initial load of calculated expression #2522

Open FikriMilano opened 3 weeks ago

FikriMilano commented 3 weeks ago

IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).

Fixes #2519

Description On initial load of forms:

  1. Iterate all items with calculated expression
  2. Evaluate the calculated expression
  3. Update the QR item answer

Alternative(s) considered N/A

Type Improvement

Screenshots (if applicable)

Checklist