View source: R/contactConditions.R
list_contact_diabetes | R Documentation |
Filtered by date, and chosen clinicians
list_contact_diabetes(
dMeasure_obj,
date_from = NA,
date_to = NA,
clinicians = NA,
min_contact = NA,
min_date = NA,
max_date = NA,
contact_type = NA,
lazy = FALSE,
store = TRUE
)
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 |
min_contact |
minimum number of contacts. default is $contact_min, initially one (1) |
min_date |
most recent contact must be at least min_date. default is $contact_minDate, initially -Inf |
max_date |
most recent contact must be at least max_date. default is $contact_maxDate, initially Sys.Date() |
contact_type |
contact types which are accepted. default is $contact_type |
store |
keep result in self$contact_diabetes_list? |
dataframe of Patient (name), InternalID, Count, and most recent contact date
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.