View source: R/contactConditions.R
list_contact_cst | R Documentation |
Age 25 to 74 years inclusive (as of 'date_to') Female No history of hysterectomy (except sub-total hysterectomy) – currently does not take regard of the recorded date of the hysterectomy
list_contact_cst(
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 most max_date. default is $contact_maxDate, initially Sys.Date() |
contact_type |
contact types which are accepted. default is $contact_type |
lazy |
force re-calculate? |
store |
keep result in self$contact_cst_list |
Filtered by date, and chosen clinicians
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.