load_inpatient_episodes | R Documentation |
Load episodes of care records into the warehouse
load_inpatient_episodes(
conn,
patients_data,
episodes_data,
wards_data = NULL,
overwrite = TRUE
)
conn |
a database connection |
patients_data |
a data frame validated with
|
episodes_data |
a data frame validated with
|
wards_data |
a data frame validated with
|
overwrite |
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.