Description Usage Details Value Author(s) Examples
View source: R/query_dss_tables.R
This query will generate the data needed to produce the monthly MyHealth Surgery file and send to MyHealth.
1 |
Need a valid DSS connection and rights to query.
Utilizes both db_connect()
and db_disconnect()
functions
Returns data as a tibble
This query contains the following fields:
Facilty Account Number
Provider_ID
Provider Short Name
Room ID
Start Date
Enter Procedure Room Time
Leave Procedure Room Time
Procedure Description (from ORSOS)
Anesthesia Start Date
Anesthesia Start Time
Anesthesia Stop Date
Anesthesia Stop Time
Patient Type
Admit Recovery Date
Admit Recovery Time
Leave Recovery Date
Leave Recovery Time
The date fields are dynamically set to look back one month. There are no parameters to this function
A tibble
Steven P. Sanderson II, MPH
1 2 3 4 | ## Not run:
myhealth_monthly_surgery_query()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.