Shoaib Mushtaq

Results 46 comments of Shoaib Mushtaq

Based on Jing’s feedback in a call, I am working on a solution to 1. Find out dependent variables after building some sort of dependencies map of variables 2. When...

The PR #1328 is updated with step 1, step 2 and step 3(partially, need to work on unit tests) of the solution mentioned above. cc: @maimoonak @f-odhiambo

All three steps completed, [PR#1328](https://github.com/google/android-fhir/pull/1328) is ready for review by Google team.

**Summary of Implemented Solution on [PR#1328](https://github.com/google/android-fhir/pull/1328):** 1. Firstly, we prepare a [map of linkIds to QuestionnaireItemPath ](https://github.com/google/android-fhir/pull/1328/files#diff-1f4ba456c28c5400e29ae89383faf8d1a8d9109c80299bc0efb1ed3cf11818b2R125) ![Screenshot from 2022-06-29 13-28-59](https://user-images.githubusercontent.com/12672919/176390093-56a6dc04-792b-4d04-8089-657323e87fc1.png) 2. Secondly, we prepare a [map of questionnaireItemPath to...

After removal of `linkIdToQuestionnaireItemMap` / `linkIdToQuestionnaireResponseMap` by @jingtang10 in the [PR#1468](https://github.com/google/android-fhir/pull/1468) and he wrote a different solution in [PR#1496](https://github.com/google/android-fhir/pull/1496) to alternatively trace `questionnaireItems` and `questionnaireResponseItems`, I started to align my...

> @shoaibmushtaq25 @Tarun-Bhardwaj what's the status of this issue? Hey @fredhersch , PR just approved. Going to merge it hopefully by today.