list_appointments | R Documentation |
Filtered by date, and chosen clinicians
list_appointments(
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. excludes some 'dummy' appointments such as 'DO NOT BOOK', 'CARE PLAN' and 'CANCELLED'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.