write_patientList | R Documentation |
write patient list to configuration database
write_patientList( dMeasureCustom_obj, name, filename, column_ID = "ID", column_Label = "Label", keepAllColumns = FALSE )
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 of created patient list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.