Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Failing execution of $evaluate_measure API for MeasureReporting #2187

Closed
f-odhiambo opened this issue Sep 19, 2023 · 3 comments · Fixed by #2278
Closed

[Bug] Failing execution of $evaluate_measure API for MeasureReporting #2187

f-odhiambo opened this issue Sep 19, 2023 · 3 comments · Fixed by #2278
Assignees

Comments

@f-odhiambo
Copy link
Collaborator

f-odhiambo commented Sep 19, 2023

Based on the latest release artifacts listed below we are facing the following listed issues

  1. Workflow Library 0.1.0-alpha03 - Latest version in test
  2. FHIR Engine 0.1.0-beta04 - Not used in the latest release
  3. FHIR engine 0.1.0 beta03 - Used in the latest release but outdated

Detected issues

  1. Engine module class search returns List<SearchResult> -> https://github.com/google/android-fhir/blob/master/engine/src/main/java/com/google/android/fhir/impl/FhirEngineImpl.kt#L59
  2. Workflow module and CQL libs using old release version search expects List -> https://github.com/google/android-fhir/blob/master/workflow/src/main/java/com/google/android/fhir/workflow/FhirEngineDal.kt#L79
  3. Workflow gradle using engine https://github.com/google/android-fhir/blob/master/workflow/build.gradle.kts#L136 has old dependency https://github.com/google/android-fhir/blob/master/buildSrc/src/main/kotlin/Dependencies.kt#L260
@jingtang10
Copy link
Collaborator

looking at this today

@jingtang10 jingtang10 linked a pull request Oct 22, 2023 that will close this issue
7 tasks
@github-project-automation github-project-automation bot moved this from New to Complete in Android FHIR SDK Oct 22, 2023
@jingtang10
Copy link
Collaborator

We have just pushed knowledge manager 0.1.0 alpha03 and workflow library 0.1.0 alpha04. @f-odhiambo @dubdabasoduba @roywanyaga @ellykits fyi

@jingtang10
Copy link
Collaborator

the published versions of the libraries should have consistent dependencies now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Complete
Development

Successfully merging a pull request may close this issue.

2 participants