filter_appointments | R Documentation |
Filtered by date, and chosen clinicians Stores result in $appointments_filtered
filter_appointments(
dMeasure_obj,
date_from = NA,
date_to = NA,
clinicians = NA,
status = NA
)
dMeasure_obj |
dMeasure R6 object |
date_from |
start date. default is $date_a |
date_to |
end date (inclusive). default is $date_b |
clinicians |
list of clinicians to view. default is $clinicians |
status |
filter by 'status' if not NA permissible values are 'Booked', 'Completed', 'At billing', 'Waiting', 'With doctor' default is all possible appointment status $appointment_status_types |
list of appointments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.