-2

I create a new project in REDCap and I need to add a new record and get record about the first name and last name from another project. How can I do it?

wibeasley
  • 5,000
  • 3
  • 34
  • 62
Uliya
  • 1

2 Answers2

0

This can be accomplished with two calls to the REDCap API.

  1. Retrieve the data from the source project. Either retrieve the all the rows (for a few columns) and filter , or use the filter API argument.
  2. Write the record(s) to the destination project.

There are REDCap API packages in several languages, which abstract away a lot of the cURL details and let you focus on the important aspects of the operations. The REDCap-Tools lists the packages, as well as several tutorials and troubleshooting documents.

http://redcap-tools.github.io/projects/

wibeasley
  • 5,000
  • 3
  • 34
  • 62
0

You can achieve this aim with the external module Auto Record Generation.

Best,

MLdish
  • 61
  • 1
  • 3