R/tx_check.r

Defines functions tx_check

# This function checks local electronic medical records for treatments
# that aren't documented in DMS


tx_check <- function(cleanlist, site) {

    tx_check_denver(cleanlist, site)

}
mmparker/to1check documentation built on May 23, 2019, 5:05 a.m.