update_patientList: update patient list in configuration database

View source: R/methods.R

update_patientListR Documentation

update patient list in configuration database

Description

update patient list in configuration database

Usage

update_patientList(
  dMeasureCustom_obj,
  name,
  filename,
  column_ID = "ID",
  column_Label = "Label",
  keepAllColumns = FALSE,
  ID = NULL
)

Arguments

dMeasureCustom_obj

R6 object

name

name of patient list

filename

CSV (comma-separated-value) filename expects at least two columns, 'ID' and 'Label'

column_ID

name of ID column

column_Label

name of label column

keepAllColumns

if FALSE, trim to just 'ID' and 'Label' columns

ID

ID of patient list. If not provided, will try to infer from name

Value

ID of patient list. stop errors generated for several different reasons of failure


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