Mudanças entre as edições de "RedCap"
Ir para navegação
Ir para pesquisar
| (9 revisões intermediárias por 2 usuários não estão sendo mostradas) | |||
| Linha 1: | Linha 1: | ||
| + | = RedCAP = | ||
| + | == Instalação == | ||
| + | A instruções para instalação do RedCAP estão em | ||
| + | https://venus.brapci.inf.br/redcap/install.php | ||
| + | |||
| + | |||
| + | chmod 777 /data/redcap/redcapedocs | ||
| + | chmod 750 /data/redcap -R | ||
| + | chown www-data:www-data /data/redcap -R | ||
| + | == | ||
| + | |||
== Integração do RedCap - DDI == | == Integração do RedCap - DDI == | ||
| + | REDCap and DDI Exporting Data and Metadata with the API | ||
[[https://kuscholarworks.ku.edu/handle/1808/11047 https://kuscholarworks.ku.edu/handle/1808/11047]] | [[https://kuscholarworks.ku.edu/handle/1808/11047 https://kuscholarworks.ku.edu/handle/1808/11047]] | ||
| + | |||
| + | =Customização= | ||
| + | No arquivo redcap_v14.x.x/Classes/DataExport.php | ||
| + | // Dataverse | ||
| + | RCView::tr( | ||
| + | array(), | ||
| + | RCView::td( | ||
| + | array('style' => 'padding:1px 15px 5px;cursor:pointer;cursor:hand;'), | ||
| + | RCView::radio(array('name' => 'export_format', 'value' => 'dataverse', 'style' => 'vertical-align:middle;margin-right:22px;')) . | ||
| + | RCView::img(array('src' => 'logo_dataverse.gif', 'style' => 'vertical-align:middle;')) . | ||
| + | RCView::span( | ||
| + | array('style' => 'vertical-align:middle;font-weight:bold;font-size:13px;margin-left:10px;'), | ||
| + | 'Dataverse ArcaDados' | ||
| + | //.$lang['data_export_tool_172'] . | ||
| + | //" " . $lang['report_builder_49'] | ||
| + | ) ) ) . | ||
| + | |||
| + | == Icone Download == | ||
| + | case 'csvlabels': | ||
| + | $icon = ($dateShifted) ? 'download_csvexcel_labels_ds.gif' : 'download_csvexcel_labels.gif'; | ||
| + | break; | ||
| + | case 'dataverse': | ||
| + | $icon = ($dateShifted) ? 'download_csvexcel_raw_ds.gif' : 'download_csvexcel_raw.gif'; | ||
| + | break; | ||
| + | case 'csvraw': | ||
| + | $icon = ($dateShifted) ? 'download_csvexcel_raw_ds.gif' : 'download_csvexcel_raw.gif'; | ||
| + | break; | ||
| + | |||
| + | Copia imagem "logo" para o diretorio | ||
| + | - redcap_v14.0.8\Resources\images\logo_dataverse.gif | ||
| + | |||
| + | |||
| + | = Formato = | ||
| + | * csvraw | ||
| + | * csvlabels | ||
Edição atual tal como às 15h46min de 18 de março de 2025
Índice
RedCAP
Instalação
A instruções para instalação do RedCAP estão em
https://venus.brapci.inf.br/redcap/install.php
chmod 777 /data/redcap/redcapedocs chmod 750 /data/redcap -R chown www-data:www-data /data/redcap -R
==
Integração do RedCap - DDI
REDCap and DDI Exporting Data and Metadata with the API [https://kuscholarworks.ku.edu/handle/1808/11047]
Customização
No arquivo redcap_v14.x.x/Classes/DataExport.php // Dataverse
RCView::tr(
array(),
RCView::td(
array('style' => 'padding:1px 15px 5px;cursor:pointer;cursor:hand;'),
RCView::radio(array('name' => 'export_format', 'value' => 'dataverse', 'style' => 'vertical-align:middle;margin-right:22px;')) .
RCView::img(array('src' => 'logo_dataverse.gif', 'style' => 'vertical-align:middle;')) .
RCView::span(
array('style' => 'vertical-align:middle;font-weight:bold;font-size:13px;margin-left:10px;'),
'Dataverse ArcaDados'
//.$lang['data_export_tool_172'] .
//" " . $lang['report_builder_49']
) ) ) .
Icone Download
case 'csvlabels': $icon = ($dateShifted) ? 'download_csvexcel_labels_ds.gif' : 'download_csvexcel_labels.gif'; break; case 'dataverse': $icon = ($dateShifted) ? 'download_csvexcel_raw_ds.gif' : 'download_csvexcel_raw.gif'; break; case 'csvraw': $icon = ($dateShifted) ? 'download_csvexcel_raw_ds.gif' : 'download_csvexcel_raw.gif'; break;
Copia imagem "logo" para o diretorio
- redcap_v14.0.8\Resources\images\logo_dataverse.gif
Formato
- csvraw
- csvlabels