Description Usage Arguments Details Value Author(s) Examples
View source: R/oppe_report_query_funtions.R
Get the CPOE data from DSS in order to run the OPPE report.
1 | oppe_cpoe_query(.start_date = "")
|
.start_date |
The start date of the data, if null then it will bring back
all data from the table. Uses the |
Requires a connection to DSS, uses both db_connect()
and db_disconnect()
Has start and end dates set dynamically to look back on data to ensure it has gone through the coding process.
The fields that come back are:
ent_ate
req_pty_cd
pract_rpt_name
spclty_desc
hospitalist_np_pa_flag
ord_type_abbr
specimen_collect
written
verbal_order
communication
specimen_redraw
cpoe
nursing_order
The tables that are used are:
smsdss.c_CPOE_Rpt_Tbl_Rollup_v
smsdss.pract_dim_v
A tibble object
Steven P. Sanderson II, MPH
1 2 3 4 | library(dplyr)
oppe_cpoe_query() %>%
glimpse()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.