mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
rerender
This commit is contained in:
parent
79c01feb3c
commit
72c86fb26f
7 changed files with 126 additions and 159 deletions
|
|
@ -8,16 +8,17 @@
|
|||
<meta name="description" content="Forked from REDCapRITS by Paul Egeler and Spectrum Health.
|
||||
See <https://github.com/SpectrumHealthResearch/REDCapRITS>.
|
||||
Handles castellated datasets from REDCap projects with repeating instruments.
|
||||
Assists in splitting raw REDCap data exports to base table and child tables
|
||||
for each repeated instrument. Keeps a focused data export approach, by
|
||||
allowing to only export required data from the database.
|
||||
Assists in casting tidy tables from raw REDCap data exports for each
|
||||
repeated instrument. Keeps a focused data export approach, by allowing to
|
||||
only export required data from the database.
|
||||
REDCap (Research Electronic Data Capture) is a secure, web-based software
|
||||
platform designed to support data capture for research studies, providing
|
||||
1) an intuitive interface for validated data capture; 2) audit trails for
|
||||
tracking data manipulation and export procedures; 3) automated export
|
||||
procedures for seamless data downloads to common statistical packages; and
|
||||
4) procedures for data integration and interoperability with external sources
|
||||
(<doi:10.1016/j.jbi.2008.08.010>; <doi:10.1016/j.jbi.2019.103208>).">
|
||||
(Harris et al (2009) <doi:10.1016/j.jbi.2008.08.010>;
|
||||
Harris et al (2019) <doi:10.1016/j.jbi.2019.103208>).">
|
||||
<title>REDCap Castellated Data Handling • REDCapCAST</title>
|
||||
<!-- favicons --><link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||
|
|
@ -33,16 +34,17 @@
|
|||
<meta property="og:description" content="Forked from REDCapRITS by Paul Egeler and Spectrum Health.
|
||||
See <https://github.com/SpectrumHealthResearch/REDCapRITS>.
|
||||
Handles castellated datasets from REDCap projects with repeating instruments.
|
||||
Assists in splitting raw REDCap data exports to base table and child tables
|
||||
for each repeated instrument. Keeps a focused data export approach, by
|
||||
allowing to only export required data from the database.
|
||||
Assists in casting tidy tables from raw REDCap data exports for each
|
||||
repeated instrument. Keeps a focused data export approach, by allowing to
|
||||
only export required data from the database.
|
||||
REDCap (Research Electronic Data Capture) is a secure, web-based software
|
||||
platform designed to support data capture for research studies, providing
|
||||
1) an intuitive interface for validated data capture; 2) audit trails for
|
||||
tracking data manipulation and export procedures; 3) automated export
|
||||
procedures for seamless data downloads to common statistical packages; and
|
||||
4) procedures for data integration and interoperability with external sources
|
||||
(<doi:10.1016/j.jbi.2008.08.010>; <doi:10.1016/j.jbi.2019.103208>).">
|
||||
(Harris et al (2009) <doi:10.1016/j.jbi.2008.08.010>;
|
||||
Harris et al (2019) <doi:10.1016/j.jbi.2019.103208>).">
|
||||
<meta property="og:image" content="/logo.png">
|
||||
<!-- mathjax --><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script><!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue