list_qim_15plus | R Documentation |
Filtered by date, and chosen clinicians
list_qim_15plus(
dMeasureQIM_obj,
contact = NA,
date_from = NA,
date_to = NA,
clinicians = NA,
min_contact = NA,
min_date = NA,
max_date = NA,
contact_type = NA,
ignoreOld = NA,
lazy = FALSE,
store = TRUE
)
dMeasureQIM_obj |
dMeasureQIM R6 object |
contact |
patient list. default is $qim_contact. TRUE chooses the 'contact' system $list_contact_diabetes ('active' patients) from dMeasure object. FALSE chooses the 'appointment' system $diabetes_list from dMeasure 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 at most max_date. default is $contact_maxDate |
contact_type |
contact types which are accepted. default is $contact_type |
ignoreOld |
ignore results/observatioins that don't qualify for quality improvement measures if not supplied, reads $qim_ignoreOld |
lazy |
recalculate the diabetes contact list? |
store |
keep result in self$qim_15plus_list |
QIM 02 - Proportion of patients with a smoking status result QIM 03 - Proportion of patients with a weight classification (12 months) * height must be taken with a client minimum age of 15 years * height must be done within the previous 12 months if 15-24 years (inclusive) * weight must be done within the previous 12 months * (to do) exclude client if 18 or more years, and <0.914 or >2.108 metres height QIM 07 - Proportion of patients with an alcohol consumption status
the reference date for 'most recent' measurement is 'date_to'
dataframe of Patient (name), InternalID, measures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.