Description Usage Arguments Details Value Author(s) Examples
View source: R/oppe_report_tbl_funtions.R
Get the CPOE Detail data for use in CPOE for a specified provider.
1 | oppe_cpoe_tbl(.data, .provider_id, .provider_name)
|
.data |
The data to be passed into the tibble function, should be the results
from |
.provider_id |
The provider id number you are looking for |
.provider_name |
If you do not know the providers id, then you can use their name
to get a match. You can also use the |
Requires a connection to DSS, uses both db_connect()
and db_disconnect()
A tibble
Steven P. Sanderson II, MPH
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
oppe_cpoe_query() %>%
oppe_cpoe_tbl()
oppe_cpoe_query() %>%
oppe_cpoe_tbl(.provider_id = "009142")
oppe_cpoe_query() %>%
oppe_cpoe_tbl(.provider_name = "rakesh")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.