Description Usage Arguments Value
filter to billings which are done on the same day as displayed appointments
1 2 3 4 5 6 7 8 9 | appointments_billings_sameday(
dMeasureBillings_obj,
date_from,
date_to,
clinicians,
lazy,
screentag,
screentag_print
)
|
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' |
list of appointments (with patient details)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.