├── 10_Read_Token_From_File.do ├── 11_get_redcap_metadata.ado ├── 12_File_Export_Import.do ├── 13_metadatacsv.ado ├── 1_Simple_Export.do ├── 2_Export_Fields_Instruments.do ├── 3_Export_Filter.do ├── 4_Export_Report.do ├── 5_Export_Metadata.do ├── 6_Import.do ├── 7_Build_String.do ├── 8_Debugging.do ├── 9_Delete_Records.do ├── ExampleProject.REDCap.xml ├── LICENSE └── readme.md /10_Read_Token_From_File.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/10_Read_Token_From_File.do -------------------------------------------------------------------------------- /11_get_redcap_metadata.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/11_get_redcap_metadata.ado -------------------------------------------------------------------------------- /12_File_Export_Import.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/12_File_Export_Import.do -------------------------------------------------------------------------------- /13_metadatacsv.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/13_metadatacsv.ado -------------------------------------------------------------------------------- /1_Simple_Export.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/1_Simple_Export.do -------------------------------------------------------------------------------- /2_Export_Fields_Instruments.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/2_Export_Fields_Instruments.do -------------------------------------------------------------------------------- /3_Export_Filter.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/3_Export_Filter.do -------------------------------------------------------------------------------- /4_Export_Report.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/4_Export_Report.do -------------------------------------------------------------------------------- /5_Export_Metadata.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/5_Export_Metadata.do -------------------------------------------------------------------------------- /6_Import.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/6_Import.do -------------------------------------------------------------------------------- /7_Build_String.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/7_Build_String.do -------------------------------------------------------------------------------- /8_Debugging.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/8_Debugging.do -------------------------------------------------------------------------------- /9_Delete_Records.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/9_Delete_Records.do -------------------------------------------------------------------------------- /ExampleProject.REDCap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/ExampleProject.REDCap.xml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/LICENSE -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/REDCap-API-and-Stata/HEAD/readme.md --------------------------------------------------------------------------------