query_dhdw_qfts: Query QFT records from the Denver Health Data Warehouse

Description Usage Arguments Value

View source: R/query_dhdw_qfts.r

Description

This function returns Quantiferon results form the Denver Health Data Warehouse. If you don't have access to the DHDW, it won't obviously won't work...

Usage

1
query_dhdw_qfts(start_date, stop_date = Sys.Date(), hosp_svc)

Arguments

start_date

Earliest collection date of QFTs to return

stop_date

Latest collection date of QFTs to return (defaults to the current date)

hosp_serv

The hospital service code of the QFTs you'd like to retrieve. For example, to return only QFTs from the TB and ID Clinics, set hosp_svc = c("TBC", "IDC"). All QFTs are returned by default.

Value

Some QFT records


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