filter_appointments_time: List of appointments with 'human (and R)' readable...

View source: R/appointments.R

filter_appointments_timeR Documentation

List of appointments with 'human (and R)' readable time-of-day

Description

Filtered by date, and chosen clinicians Stores result in $appointments_filtered_time

Usage

filter_appointments_time(
  dMeasure_obj,
  date_from = NA,
  date_to = NA,
  clinicians = NA,
  status = NA,
  lazy = FALSE
)

Arguments

dMeasure_obj

dMeasure R6 object

date_from

(default $date_a) start date, inclusive (date object)

date_to

(default $date_b) end date, inclusive (date object)

clinicians

(default $clinicians list) of clinicians to view

status

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

lazy

(default FALSE) if lazy=TRUE, then don't re-calculate $appointments_filtered to calculate

Value

list of appointments


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