Mudanças entre as edições de "RedCap"

De BrapciWiki
Ir para navegação Ir para pesquisar
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
 +
==
 +
 
== Integração do RedCap - DDI ==
 
== Integração do RedCap - DDI ==
 
REDCap and DDI Exporting Data and Metadata with the API
 
REDCap and DDI Exporting Data and Metadata with the API

Edição das 12h07min de 18 de março de 2025

RedCAP

Instalação

A instruções para instalação do RedCAP estão em

https://venus.brapci.inf.br/redcap/install.php

==

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/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