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
Which generates 3 patients in my database (correct for my small database) using CohortGenerator. However, when I run the same definition with OHDSICohortExpressions.jl, it executes successfully it appears but nothing is generated in my cohort. What is going wrong here? There are no errors thrown from the looks of it.
I am on FunSQL version 0.14.1 and OHDSICohortExpressions version 0.2.0.
The text was updated successfully, but these errors were encountered:
Wait, curiously, the result is not saved into the database anymore (i.e. cohort table) but rather only into a dataframe? Why is that? Is there a way to persist that generation to the database?
I have the following cohort definition JSON:
Cohort Definition
Which generates 3 patients in my database (correct for my small database) using CohortGenerator. However, when I run the same definition with OHDSICohortExpressions.jl, it executes successfully it appears but nothing is generated in my cohort. What is going wrong here? There are no errors thrown from the looks of it.
I am on FunSQL version 0.14.1 and OHDSICohortExpressions version 0.2.0.
The text was updated successfully, but these errors were encountered: