Description Usage Details Value Author(s) Examples
View source: R/time_series_queries.R
This query gets the data necessary to do a time series analysis on the excess readmission rates.
1 |
Requires a connection to DSS, uses both db_connect()
and db_disconnect()
The start date is set to 2016-04-01
The end date is set dynamically to the end of the previous month.
It gets data from:
smsdss.BMH_PLM_PtAcct_V
smsdss.pract_dim_v
Customer.Custom_DRG
smsdss.c_LIHN_Svc_Line_Tbl
smsdss.vReadmits
smsdss.c_Readmit_Dashboard_Bench_Tbl
smsdss.c_ppr_apr_drg_global_exclusions
A tibble
Steven P. Sanderson II, MPH
1 2 3 4 | ## Not run:
ts_readmit_excess_query()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.