Description Usage Arguments Value Examples
View source: R/count_patients.r
This function counts the number of all patients seen between the given dates; specifically, any individual with a TST, QFT, encounter, or treatment during the period is counted.
| 1 | count_patients(start_date, stop_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.