oppe_cpoe_query: OPPE CPOE Query

Description Usage Arguments Details Value Author(s) Examples

View source: R/oppe_report_query_funtions.R

Description

Get the CPOE data from DSS in order to run the OPPE report.

Usage

1
oppe_cpoe_query(.start_date = "")

Arguments

.start_date

The start date of the data, if null then it will bring back all data from the table. Uses the timetk::filter_by_time() function to filter the time.

Details

Value

A tibble object

Author(s)

Steven P. Sanderson II, MPH

Examples

1
2
3
4
library(dplyr)

oppe_cpoe_query() %>%
glimpse()

spsanderson/LICHospitalR documentation built on Jan. 6, 2022, 12:32 a.m.