list_contact_cst: List of those eligible (as of 'date_to') for cervical...

View source: R/contactConditions.R

list_contact_cstR Documentation

List of those eligible (as of 'date_to') for cervical screeningin the contact list

Description

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

Usage

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
)

Arguments

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

Details

Filtered by date, and chosen clinicians

Value

dataframe of Patient (name), InternalID, Count, and most recent contact date


DavidPatShuiFong/dMeasure documentation built on Aug. 2, 2024, 11:45 p.m.