simple, lightweight client module for REDCap
classes for interacting with REDCap projects
Researcher profiles CLI: fetch OpenAlex works from CSV or REDCap and write to REDCap
CRF Service - HTTP microservice for REDCap
Redbox hook for REDCap API
CRF CLI - REDCap connectivity test and CRF server management
Researcher profiles service layer: REDCap/CSV ingestion, OpenAlex matching, PDF/reference extraction
A simple CLI to generate new REDCap external modules.
TypeScript client for the REDCap API, built with Effect
HTTP microservice exposing a REST API for REDCap, built with Hono
Dashboard SvelteKit pour collecter, actualiser et visualiser les logs d'audit REDCap.
Clinical research form (CRF / REDCap) API client for Atlas - Effect-based typed client
Pure functional core for clinical research form (CRF / REDCap) domain logic with Effect
CLI to test CRF (REDCap) project tokens and inspect API responses
CRF (REDCap) testing sandbox - Docker environment and contract tests for validating OpenAPI specs
Clinical research form (CRF / REDCap) audit log fetching, enrichment and rolling-window analytics
Clinical research form (CRF / REDCap) source analysis, OpenAPI spec extraction, and API documentation tools
A module for interacting with REDCap
CLI tool for testing REDCap connectivity and exploring projects
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.0.
world services
[](https://doi.org/10.5281/zenodo.17775106)
Plateforme SvelteKit de collaboration, profils et réseau de recherche.
Shared authentication service for Atlas SvelteKit applications
A service that translates SSH forward ports to process IDs. Built for Flying Sphinx.
Utilities for uploading files to Second Life
REDCap Survey API provides a ruby-style interface for interacting with the REDCap survey system from Vanderbilt.
Library for connecting to REDCap and parsing forms and data
This gem is still under active development. Please contact me directly with any questions or suggestions. To start: r = RedcapAPI.new(token, url) # your institution has it's own url, and each project has it's own token r.get(optional record_id) # returns all records in JSON format or a specific record if specified r.get_fields # returns all fields for that instrument r.post(data) # this will either update an old record or create a new one. the data should be in form of array of hashes or as a hash (for one item). dates are accepted in Date class or in strftime('%F') format. for example data = {name: 'this is a test', field_2: Date.today} r.post(data) # creates a new object using the fields above. field names must match those in the existing project "{\"count\": 1}" --> indicates the object posted. to update an existing record: data = {record_id: 3, name: 'this is a test to update', field_2: Date.today} r.post(data) # this will update the record with record_id 3. if record_id 3 does not exist it will create an entry with that record id
No description provided.
No description provided.
No description provided.