Description Usage Details Value Author(s) See Also Examples
View source: R/query_dss_tables.R
This query gets the data necessary to perform the VAE (Ventilator Associated Events) calculation for the FiO2 and PEEP values for respiratory therapy.
1 |
Requires a connection to DSS, uses both db_connect()
and db_disconnect()
Has Start and End dates set dynamically in the query in order to obtain data for the previous 7 days.
A tibble
Steven P. Sanderson II, MPH
Infromational Link: https://www.ahrq.gov/hai/tools/mvp/modules/vae/tool.html
AHRQ Calculator (Javascript must be enabled): https://nhsn.cdc.gov/VAECalculator/vaecalc_v7.html
1 2 3 4 | ## Not run:
respiratory_vae_query()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.