list_contact_appointments | R Documentation |
Filtered by date, and chosen clinicians
list_contact_appointments(
dMeasure_obj,
date_from = NA,
date_to = NA,
clinicians = NA,
status = NA,
store = TRUE
)
dMeasure_obj |
dMeasure R6 object |
date_from |
(default NA -> date_a field) start date |
date_to |
(default NA -> date_b field) end date (inclusive) |
clinicians |
(default NA -> clinicians field) list of clinicians to view |
status |
(default NA) filter by 'status' if not NA permissible values are 'Booked', 'Completed', 'At billing', 'Waiting', 'With doctor' if NA, adopts from active $appointment_status |
store |
keep result in self$contact_appointments_list? |
dataframe of Patient (name), InternalID, AppointmentDate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.