appointments_billings_sameday: Billings done on same day as appointments or visit

Description Usage Arguments Value

View source: R/services.R

Description

filter to billings which are done on the same day as displayed appointments

Usage

1
2
3
4
5
6
7
8
9
appointments_billings_sameday(
  dMeasureBillings_obj,
  date_from,
  date_to,
  clinicians,
  lazy,
  screentag,
  screentag_print
)

Arguments

dMeasureBillings_obj

dMeasureBillings R6 object

date_from

(default $date_a from dMeasure) start date

date_to

(default $date_b from dMeasure) end date (inclusive)

clinicians

(default $clinicians from dMeasure) list of clinicians to view

lazy

if TRUE, then do not recalculate appointment list. otherwise, re-calculate

screentag

(default FALSE) optionally add a fomantic/semantic HTML description of 'action'

screentag_print

(default TRUE) optionally add a 'printable' description of 'action'

Value

list of appointments (with patient details)


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