Mudanças entre as edições de "RedCap"
Ir para navegação
Ir para pesquisar
| Linha 2: | Linha 2: | ||
REDCap and DDI Exporting Data and Metadata with the API | 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/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' => 'csvraw', 'style' => 'vertical- | ||
| + | align:middle;margin-right:22px;')) . | ||
| + | RCView::img(array('src' => 'excelicon.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'] | ||
| + | ) | ||
| + | ) | ||
| + | ) . | ||
Edição das 14h08min de 2 de maio de 2024
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' => 'csvraw', 'style' => 'vertical-
align:middle;margin-right:22px;')) .
RCView::img(array('src' => 'excelicon.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']
)
) ) .