list_contact_visits | R Documentation |
Filtered by date, and chosen clinicians
list_contact_visits(
dMeasure_obj,
date_from = NA,
date_to = NA,
clinicians = NA,
visit_type = NA,
store = TRUE
)
dMeasure_obj |
dMeasure R6 object |
date_from |
(default NA -> dMeasure_obj$date_a) start date |
date_to |
(default NA -> dMeasure_obj$date_b) end date (inclusive) |
clinicians |
(default NA -> dMeasure_obj$clinicians) list of clinicians to view |
store |
keep result in self$contact_visits_list? |
visit_types |
(default NA) filter by 'visit_type' if not NA permissible values are "Surgery", "Home", "Non Visit", "Hospital", "RACF", "Telephone", "SMS", "Email", "Locum Service", "Out of Office", "Other", "Hostel", "Telehealth" if NA, adopts value from active $visit_type |
dataframe of Patient (name), InternalID, VisitDate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.