list_contact_services: List of contacts (service type)

View source: R/contact.R

list_contact_servicesR Documentation

List of contacts (service type)

Description

Filtered by date, and chosen clinicians

Usage

list_contact_services(
  dMeasure_obj,
  date_from = NA,
  date_to = NA,
  clinicians = NA,
  store = TRUE
)

Arguments

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?

Value

dataframe of Patient (name), InternalID, ServiceDate


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