dMeasureCustom: dMeasureCustom class

dMeasureCustomR Documentation

dMeasureCustom class

Description

list appointments (custom) by clinician providers

Details

dMeasureCustom class

Methods

Public methods


Method new()

Usage
dMeasureCustom$new(dMeasure_obj)

Method read_configuration_db()

Usage
dMeasureCustom$read_configuration_db()

Method write_patientList()

Usage
dMeasureCustom$write_patientList(
  name,
  filename,
  column_ID = "ID",
  column_Label = "Label",
  keepAllColumns = FALSE
)

Method update_patientList()

Usage
dMeasureCustom$update_patientList(
  name,
  filename,
  column_ID = "ID",
  column_Label = "Label",
  keepAllColumns = FALSE,
  ID = NULL
)

Method remove_patientList()

Usage
dMeasureCustom$remove_patientList(name)

Method appointments_patientList()

Usage
dMeasureCustom$appointments_patientList(
  chosen_patientList = NA,
  screentag = FALSE,
  screentag_print = TRUE
)

Method clone()

The objects of this class are cloneable with this method.

Usage
dMeasureCustom$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DavidPatShuiFong/dMeasureCustom documentation built on Oct. 12, 2022, 9:44 p.m.