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
454 stars 236 forks source link

Improve initial load for calculated-expression #2519

Open FikriMilano opened 1 week ago

FikriMilano commented 1 week ago

Is your feature request related to a problem? Please describe. The initial load calculated-expression algorithm is very inefficient:

Describe the solution you'd like During initial load, directly find all calculated-expression within a form, and process that. It will be 80 process in total.

Describe alternatives you've considered N/A

Additional context

Would you like to work on the issue? Yes

FikriMilano commented 1 week ago

@pld @f-odhiambo