update_patientList | R Documentation |
update patient list in configuration database
update_patientList( dMeasureCustom_obj, name, filename, column_ID = "ID", column_Label = "Label", keepAllColumns = FALSE, ID = NULL )
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 |
ID of patient list. stop errors generated for several different reasons of failure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.