filter_appointments_time | R Documentation |
Filtered by date, and chosen clinicians Stores result in $appointments_filtered_time
filter_appointments_time(
dMeasure_obj,
date_from = NA,
date_to = NA,
clinicians = NA,
status = NA,
lazy = FALSE
)
dMeasure_obj |
dMeasure R6 object |
date_from |
(default $date_a) start date, inclusive (date object) |
date_to |
(default $date_b) end date, inclusive (date object) |
clinicians |
(default $clinicians list) of clinicians to view |
status |
(default NA) filter by 'status' if not NA permissible values are 'Booked', 'Completed', 'At billing', 'Waiting', 'With doctor' |
lazy |
(default FALSE) if lazy=TRUE, then don't re-calculate $appointments_filtered to calculate |
list of appointments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.