-
Notifications
You must be signed in to change notification settings - Fork 88
redcap export fieldnames
Matthias Görges edited this page Sep 17, 2015
·
4 revisions
redcap-export-fieldnames exports fieldnames for a given project from REDCap. This is easier than parsing the metadata export.
| Parameter | Description |
|---|---|
| host | Server hostname |
| token | Authentication token (project and user specific!) |
Example 1: Exporting all primary ids of a project.
> ;;Testing Export Ids function
> (define redcap:token "54CC....CC10")
> (define redcap:hostname "redcap.INSTITUTIONNAME.ca")
> (redcap-export-fieldnames redcap:hostname redcap:token)
("record_id"
"procedure_date"
"age"
"weight")