AUTHORS.md
CHANGELOG
LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/about.rst
docs/add_new_redcap_project.rst
docs/clinical_data_specification.rst
docs/code_review_checklist.rst
docs/conf.py
docs/describing_a_redcap_form_to_redi.rst
docs/index.rst
docs/integration_testing.rst
docs/make.bat
docs/mapping_clinical_components_to_loinc_codes.rst
docs/redi_configuration.rst
docs/redi_usage.rst
docs/setup_travis_ci.rst
docs/test_sample_project_using_vagrant.rst
docs/api/modules.rst
docs/api/redi.rst
docs/api/redi.utils.rst
docs/flowcharts/convert_clinical_component_to_loinc.jpg
docs/flowcharts/convert_clinical_component_to_loinc_workflow.graffle
docs/flowcharts/convert_clinical_component_to_loinc_workflow.jpg
docs/flowcharts/person_form_event_tree_implementation.graffle
docs/flowcharts/redi-run-control-flow.graffle
docs/flowcharts/redi-run-control-flow.pdf
docs/images/screenshot-field-name-lookup.png
docs/images/add_new_redcap_project/image_0.png
docs/images/add_new_redcap_project/image_02.png
docs/images/add_new_redcap_project/image_1.png
docs/images/add_new_redcap_project/image_11.png
docs/images/add_new_redcap_project/image_12.png
docs/images/add_new_redcap_project/image_4.png
docs/images/add_new_redcap_project/image_6.png
docs/images/setup_travis_ci/check_repositories_in_travis.jpg
docs/images/setup_travis_ci/enable_webhook.jpg
docs/images/setup_travis_ci/pull_requests_fail.jpg
docs/images/setup_travis_ci/pull_requests_pass.jpg
docs/images/setup_travis_ci/travis_dashboard.jpg
redi/__init__.py
redi/batch.py
redi/form.py
redi/redi.py
redi/report.py
redi/upload.py
redi.egg-info/PKG-INFO
redi.egg-info/SOURCES.txt
redi.egg-info/dependency_links.txt
redi.egg-info/entry_points.txt
redi.egg-info/requires.txt
redi.egg-info/top_level.txt
redi/utils/GetEmrData.py
redi/utils/SimpleConfigParser.py
redi/utils/__init__.py
redi/utils/csv2xml.py
redi/utils/rawxml.py
redi/utils/redcapClient.py
redi/utils/redcap_records.py
redi/utils/redi_email.py
redi/utils/throttle.py
redi/utils/url_generator.py
test/TestAddElementsToTree.py
test/TestCompressDataUsingStudyFormDate.py
test/TestConvertComponentIdToLoincCode.py
test/TestCopyDataToPersonFormEventTree.py
test/TestCreateEmptyEventTreeForStudy.py
test/TestCreateEmptyEventsForOneSubject.py
test/TestCreateImportDataJson.py
test/TestCreateSummaryReport.py
test/TestDaysSinceToday.py
test/TestEventIsEmpty.py
test/TestGenerateOutput.py
test/TestGetDBPath.py
test/TestGetEMRData.py
test/TestHandleREDCapResponse.py
test/TestLog.py
test/TestParseAll.py
test/TestParseRawXml.py
test/TestParseTranslationTable.py
test/TestPersonFormEventsRepository.py
test/TestReadConfig.py
test/TestRediEmail.py
test/TestResearchIdToRedcapId.py
test/TestResume.py
test/TestSendDatatoRedcap.py
test/TestSentEventIndex.py
test/TestSortElementTree.py
test/TestSuite.py
test/TestThrottle.py
test/TestUpdateDataFromLookup.py
test/TestUpdateEventName.py
test/TestUpdateFormCompletedFieldName.py
test/TestUpdateFormDateField.py
test/TestUpdateFormImported.py
test/TestUpdateRedcapFieldNameValueAndUnits.py
test/TestUpdateRedcapForm.py
test/TestUpdateStatusField.py
test/TestUpdateTimestamp.py
test/TestValidateXmlFleAndExtractData.py
test/TestVerifyAndCorrectCollectionDate.py
test/TestWriteToFile.py
test/__init__.py