Description Usage Arguments Details Value
filter to chosen date range and practitioners
1 2 3 4 5 6 7 8 9 | list_billings(
dMeasureBillings_obj,
date_from = NA,
date_to = NA,
clinicians = NA,
own_billings = NA,
lazy = FALSE,
payerCode = NA
)
|
dMeasureBillings_obj |
dMeasureBillings R6 object |
date_from |
(default date_a field) start date |
date_to |
(default date_b field) end date (inclusive) |
clinicians |
(default clinicians field) list of clinicians to view |
own_billings |
(default own_billings field) logical TRUE/FALSE only show billings done by the specified provider on the contact (visit/appointment/billing) day. if FALSE, the all billings done on the patient on that day are shown. |
lazy |
if TRUE, then do not recalculate appointment list. otherwise, re-calculate |
payerCode |
default is $payerCode 0 = unknown 1 = private (patient) 2 = Medicare direct billing 'bulk-billing' 3 = Department of Veteran Affairs 'DVA' 4 = WorkCover 5 = private (head of family) 8 = private (other) |
screentag |
(default FALSE) optionally add a fomantic/semantic HTML description of 'action' |
screentag_print |
(default TRUE) optionally add a 'printable' description of 'action' |
billings are aggregated/group to patient/day
list of appointments (with patient details) and attached billings billings are in list() of MBSItem, Description and Provider
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.