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
If you generate negative control outcomes more than one time and your cohort_definition_id is not the same as the outcome concept ID, you can produce duplicates in the cohort table due to the improper removal of prior results per this code here:
If you generate negative control outcomes more than one time and your
cohort_definition_id
is not the same as the outcome concept ID, you can produce duplicates in the cohort table due to the improper removal of prior results per this code here:CohortGenerator/inst/sql/sql_server/NegativeControlOutcomes.sql
Lines 30 to 35 in dc3bde3
This should be:
The text was updated successfully, but these errors were encountered: