You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The match_cases() function example is not working. It appears that there is a bug in godataR::get_labresults_epiwindow(). Although this function is able to retrieve the lab data from Go.Data, the case information based on a query with a list of Go.Data case IDs is failing to export (the export log ID returns NULL).
The godataR::get_labresults_epiwindow() function is working fine, but there is currently a problem with the WHO servers that house R13 and R21 instances of Go.Data not accepting the dollar sign in POST requests where the JSON query is in the body of the request and the $in condition has been used. This may not be a problem on other servers, but the solution applied here will also be informative if other users encounter this issue on their own servers. Solving it will also help to ensure that the WHO servers can be used to demonstrate the full functionality of the lab2godata app.
Problem statement:
The
match_cases()
function example is not working. It appears that there is a bug ingodataR::get_labresults_epiwindow()
. Although this function is able to retrieve the lab data from Go.Data, the case information based on a query with a list of Go.Data case IDs is failing to export (the export log ID returnsNULL
).Here is the json query that is failing:
This query is passed to
cases/exports/
as below:The text was updated successfully, but these errors were encountered: