write_patientList: write patient list to configuration database

View source: R/methods.R

write_patientListR Documentation

write patient list to configuration database

Description

write patient list to configuration database

Usage

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

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

Value

ID of created patient list


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