billed_appointments: List of appointments with billings

Description Usage Arguments Details Value

View source: R/services.R

Description

Filtered by date, and chosen clinicians

Usage

1
2
3
4
5
6
7
8
billed_appointments(
  dMeasureBillings_obj,
  date_from = NA,
  date_to = NA,
  clinicians = NA,
  status = NA,
  lazy = FALSE
)

Arguments

dMeasureBillings_obj

dMeasureBillings R6 object

date_from

start date, inclusive (date object)

date_to

end date, inclusive (date object) default of date_from and date_to defined by choose_date method of dMeasure

clinicians

(default $clinicians of dMeasure object) 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

Details

Billings for patients who have displayed appointments

collects ALL billings for patients who have displayed appointments used by CDM billings view

Value

list of appointments


DavidPatShuiFong/dMeasureBillings documentation built on Aug. 21, 2020, 11:03 p.m.