dMeasureBillings: dMeasureBillings class

Description Details Methods

Description

list services (billings) by clinician providers

Details

dMeasureBillings class

Methods

Public methods


Method new()

Usage
dMeasureBillings$new(dMeasure_obj)

Method billed_appointments()

Usage
dMeasureBillings$billed_appointments(
  date_from = NA,
  date_to = NA,
  clinicians = NA,
  status = NA,
  lazy = FALSE
)

Method list_services()

Usage
dMeasureBillings$list_services(
  date_from = NA,
  date_to = NA,
  clinicians = NA,
  internalID = NA,
  payerCode = NA,
  lazy = FALSE
)

Method list_services_allclinicians()

Usage
dMeasureBillings$list_services_allclinicians(
  date_from = NA,
  date_to = NA,
  internalID = NA,
  payerCode = NA
)

Method appointments_billings_sameday()

Usage
dMeasureBillings$appointments_billings_sameday(
  date_from = NA,
  date_to = NA,
  clinicians = NA,
  lazy = FALSE,
  screentag = FALSE,
  screentag_print = TRUE
)

Method list_billings()

Usage
dMeasureBillings$list_billings(
  date_from = NA,
  date_to = NA,
  clinicians = NA,
  own_billings = NA,
  lazy = FALSE,
  payerCode = NA
)

Method gpmp_list()

Usage
dMeasureBillings$gpmp_list(
  appointments = NULL,
  months_min = 0,
  months_max = 12
)

Method clone()

The objects of this class are cloneable with this method.

Usage
dMeasureBillings$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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