Martin Ndegwa

Results 63 comments of Martin Ndegwa

I've encountered this as well

@jingtang10 I concur with @williamito and @costateixeira's findings and additionally with your observation that it is a data issue _(retrieved a versioned copy of the [HIV case report questionnaire json](https://github.com/google/android-fhir/blob/3f3e137bd415e95b92fa798c236d9b3efa954870/datacapturegallery/src/main/assets/openhie-hiv-case-report.json)...

@aditya @santosh-pingle for context the above screenshot was captured after migrating to the latest codebase. Attached is the SQL to recreate the state of the `LocalChangeEntity` and `LocalChangeResourceReferenceEntity` [resources_db-LocalChanges.sql.zip](https://github.com/google/android-fhir/files/14849345/resources_db-LocalChanges.sql.zip) ....

@aditya-07 related to the above these are the resources(count by resource type) that could not be synced via _Upload_ ![Screenshot 2024-04-03](https://github.com/google/android-fhir/assets/10017086/c1c9bedd-b4c8-4de2-b5b1-12a9a24d59fa)

@aditya-07 you are correct, appears the `LocalChangeResourceReferenceEntity` was not part of the archive. I've recreated the scripts with a new data set attached here - [LocalChangesSQL.zip](https://github.com/google/android-fhir/files/14884729/LocalChangesSQL.zip)

@akshaychopra5207 the [branch link](https://github.com/hashicorp/vault-action/compare/feat/continue-on-not-found) you shared loads an empty diff

> Why not add this parameter `additionalData` to this API itself:- > > ``` > fun evaluateLibrary( > libraryUrl: String, > patientId: String?, > parameters: Parameters?, > expressions: Set?, >...

@MJ1998 additionally the the method is heavily overloaded in the same class so just added the new one. I've pushed an update that refactors it in line with the implementation...