list_contact_services | R Documentation |
Filtered by date, and chosen clinicians
list_contact_services(
dMeasure_obj,
date_from = NA,
date_to = NA,
clinicians = 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_services_list? |
dataframe of Patient (name), InternalID, ServiceDate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.