list_services_allclinicians: List of services with date of birth

Description Usage Arguments Value

View source: R/services.R

Description

Filtered by date. Not filtered by clinicians

Usage

1
2
3
4
5
6
7
list_services_allclinicians(
  dMeasureBillings_obj,
  date_from = NA,
  date_to = NA,
  internalID = NA,
  payerCode = NA
)

Arguments

dMeasureBillings_obj

dMeasureBillings R6 object

date_from

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

date_to

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

internalID

default is NA (include all). otherwise, a vector of internal IDs to include (filter)

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)

Value

list of services


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