list_visits | R Documentation |
Filtered by date, and chosen clinicians
list_visits(
dMeasure_obj,
date_from = NA,
date_to = NA,
clinicians = NA,
visit_type = NA,
lazy = FALSE
)
dMeasure_obj |
dMeasure R6 object |
date_from |
default is $date_a. start date, inclusive (date object) |
date_to |
default is $date_b end date, inclusive (date object) |
clinicians |
default is $clinicians. list of clinicians to view |
visit_type |
default is $visit_type. filter by 'visittype' if not NA |
lazy |
if lazy=TRUE, then don't re-calculate $appointments_filtered to calculate |
list of visits
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.