Description Usage Arguments Details Value Author(s)
Get condition events from a condition occurrence/era table and an observation period table: takes the start date to be the event time, merges on person_id with observation periods, and filters to keep the event within the observation period.
1 2 | getConditionEvents(condition, observation_period,
date_column = !!br_symbol$condition_start_date)
|
condition |
the condition occurrence or condition era table |
observation_period |
the observation period table |
date_column |
(NSE evaluation) the column in the condition table that should be used as the condition event time, 'condition_start_date' by default. |
Defaults work for the condition_occurrence table, need to specify date column for condition era ('condition_era_start_date' according to OMOP CDM)
a table of condition events
Yuriy Sverchkov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.