Description Usage Arguments Value Examples
This function provides a standardized method for querying common diagnostics - TSTs, QFTs, and CXRs including date and result.
| 1 | query_tests(start_date, stop_date = Sys.Date())
 | 
| start_date | The first Date on which to count patients | 
| stop_date | The last Date on which to count patients | 
The number of patients seen in the indicated period.
| 1 2 3 | # Number of patients seen in the last thirty days
count_patients(start_date = Sys.Date() - 30,
               stop_date = Sys.Date())
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.