Table of Contents |
---|
...
Note |
---|
When you are adding a mapping for participant or visit fields, make sure there is no space between OS and RC field. If you introduce a space, the mapping will not be saved. For example: Correct mapping: rcRecordId=ppid Incorrect mapping: rcRecordId = ppid |
Participant Level Mapping
...
Expand | ||
---|---|---|
| ||
Let's say you want to map the gender value "M" received from the REDCap project to the corresponding OpenSpecimen PV "Male". To do so, you can follow the given steps:
Mapping Specific CP The property name is the same as the "PV Mapping Key" displayed on the OS-RC configuration page. Name: RC_<CP_ID>_<RC_Project_ID> Value: To which the value should be mapped. Mapping for all CPs under a single site The property name is RC_<site_id>. The site ID can be obtained from the sites list view in the following steps:
Mapping all REDCap projects irrespective of sites or CP The property name is RC, as illustrated in the below image. |
...