Description Usage Arguments Details Author(s) Examples
Uses the duplicate_coded_cataract_query()
to get information from DSS
for processing.
The RDCOMClient Library must be called into the namespace
first with any of the following
library(RDCOMClient)
require(RDCOMClient)
if(!require(pacman)) install.packages("pacman")
pacman::p_load("RDCOMClient")
1 | duplicate_coded_cataracts_automation(.delete_file = FALSE, .email)
|
.delete_file |
Default is FALSE, TRUE will delete file |
.email |
Provide the email address for the recipient. The email must be in double quotes like so: c("person@licommunityhospital.org;person2@licommunityhospital.org") using a semi-colon if there is more than one address. |
Gets the last discharge order written for a visit and compares that with the time that was input as the discharge date time
Uses the duplicate_coded_cataract_query()
internally to get data.
Steven P. Sanderson II, MPH
1 2 3 4 5 6 | ## Not run:
library(RDCOMClient)
library(tidyverse)
discharge_order_to_discharge_automation(.email = "someone@email.com")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.