Description Usage Arguments Details Value Author(s) Examples
View source: R/query_dss_tables.R
This query gets the admit counts by attending provider
1 | denials_admits_by_md_query(.name)
|
.name |
The name of the provider you want returned, leave empty for all |
Queries DSS
Uses the db_connect()
and db_disconnect()
functions
Does not need an argument but one can be passed to filter on name if desired, although this should be done as a dplyr::filter() so this funcationality may be taken away in the future
The data is grouped by:
Payer_Category
Attending Dr
Admit Month
Admit Year
Primary Payer Plan Code
Med Staff Department
A Tibble
Steven P. Sanderson II, MPH
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.