list_contact_appointments: List of contacts (appointment type)

View source: R/contact.R

list_contact_appointmentsR Documentation

List of contacts (appointment type)

Description

Filtered by date, and chosen clinicians

Usage

list_contact_appointments(
  dMeasure_obj,
  date_from = NA,
  date_to = NA,
  clinicians = NA,
  status = NA,
  store = TRUE
)

Arguments

dMeasure_obj

dMeasure R6 object

date_from

(default NA -> date_a field) start date

date_to

(default NA -> date_b field) end date (inclusive)

clinicians

(default NA -> clinicians field) list of clinicians to view

status

(default NA) filter by 'status' if not NA permissible values are 'Booked', 'Completed', 'At billing', 'Waiting', 'With doctor' if NA, adopts from active $appointment_status

store

keep result in self$contact_appointments_list?

Value

dataframe of Patient (name), InternalID, AppointmentDate


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