edc

Electronic Data Capture

Clinical data. Captured right.

Design eCRFs, capture clinical data at sites, manage queries, and lock databases. Built for GCP compliance with the flexibility modern trials demand.

Electronic Data Capture

The number that killed the trial

The primary endpoint: change in LDL cholesterol from baseline to week 12.

Subject 2103, Site 031. Baseline LDL: 142 mg/dL. Week 12 LDL: 42 mg/dL. A 70% reduction. The drug worked.

Except it didn't. The site coordinator mistyped 142 as 42. Nobody caught it until database lock. The site couldn't find the source document. The data point was excluded from analysis.

One data point. In a trial powered for 85% enrollment, every exclusion matters. This one contributed to a failed primary endpoint. The drug that might have helped millions never reached them.

Bad data doesn't just slow trials down. It kills them.

Edit Checks Catch Errors

Catch errors at entry, not at lock

The coordinator enters 42 mg/dL. The edit check fires: "LDL value <50 requires confirmation. Previous value was 142. Please verify."

The coordinator checks the source document. 142. They correct it. The query never opens. The data manager never sees it. The correct value enters the database on the first try.

This is what edit checks do. Not catch errors after they happen—prevent them from happening.

In Seal, edit checks fire in real time:

  • Range checks — Physiologically impossible values flagged immediately
  • Cross-field logic — If pregnant, age cannot be <12 or >55
  • Temporal logic — Date of death cannot precede date of randomization
  • Cross-visit logic — LDL cannot drop 70% without explanation

The site sees the warning before they save. They fix it before it becomes a query.

eCRF design that enforces your protocol

Your protocol says: collect vital signs at every visit, adverse events whenever reported, concomitant medications at baseline and changes thereafter.

The eCRF should enforce this—not as a checklist, but structurally. Visit 4 cannot be marked complete without vital signs. An AE form must exist before an SAE can be reported. Medication changes require start dates.

In Seal, eCRF design is protocol-driven:

  • Required fields cannot be skipped
  • Conditional logic shows only relevant fields. No pediatric forms for adults.
  • Visit dependencies ensure data flows in order
  • Edit checks validate against the protocol, not just ranges

Queries that resolve, not accumulate

The data manager reviews incoming data. Subject 2847, Visit 6: heart rate 32 bpm. That's bradycardia—clinically significant. But was it entered correctly?

Query opened: "Heart rate 32 bpm at Visit 6. Please verify against source and confirm if this triggered an AE."

In legacy systems, this query sits for weeks. The site forgot to check. The data manager escalated. The monitor mentioned it at the next visit. Eventually it resolves.

In Seal, queries are urgent:

  • Auto-escalation if not addressed within N days
  • Site portal surfaces open queries prominently
  • Email reminders to coordinators with direct links
  • Query aging reports for study management

Queries resolve because ignoring them becomes harder than answering them.

Query Workflow

Lock the database, ship the data

Before analysis, the database must be locked. All queries resolved. All coding complete. All SAEs reconciled. Medical review finished.

Seal enforces lock prerequisites systematically:

  • Zero open queries — Can't lock with unresolved questions
  • Complete coding — Every AE has a MedDRA term, every medication a WHO Drug code
  • SAE reconciliation — EDC matches safety database
  • 100% SDV on critical fields (if required by protocol)

When prerequisites are met, lock is one click. The audit trail captures who locked, when, and under what conditions. Data becomes read-only—changes require formal amendment with full documentation.

CDISC from the start

Regulatory submission requires CDISC formats: CDASH for collection, SDTM for submission, ADaM for analysis.

Most teams scramble to map their data after collection. Non-standard variable names. Inconsistent codelists. Manual transformation.

Seal builds CDISC compliance into collection:

  • CDASH-aligned forms — Variable names match the standard
  • Controlled terminology — Codelists from CDISC, not custom
  • Automated mapping — eCRF fields map to SDTM domains automatically
  • Export validation — Conformance checked before export

When you lock the database, the SDTM datasets are ready. No post-hoc cleanup. No mapping errors. Data that regulators expect in the format they expect.

Database Lock Flow

The clinical ecosystem, connected

EDC doesn't exist alone:

  • CTMS — Subject visits drive expected eCRF completion
  • IRT — Randomization results flow into EDC
  • Safety database — SAEs reconcile automatically
  • Central labs — Results import without transcription
  • eTMF — Source documents link to data points

In Seal, these connections exist by default. Events in one system trigger actions in others. A randomization creates the subject in EDC. An SAE creates a case in safety. A lab result populates the eCRF.

The trial runs as one system, not seven.

Capabilities

01eCRF Design
Visual form builder. Drag-and-drop fields, configure validations, preview in real-time. Protocol-driven design ensures you capture what you need.
02Edit Checks
Real-time validation at data entry. Range checks, cross-field logic, conditional requirements. Catch errors before they enter the database.
03Query Management
Open, respond, resolve queries with complete audit trail. Automatic flagging of outliers. Query aging reports for site management.
04Medical Coding
MedDRA and WHO Drug integration. Auto-coding for common terms. Manual review workflow for complex cases. Coding dictionaries always current.
05Site Portal
Purpose-built interface for site coordinators. Today's visits, overdue assessments, open queries. Designed for clinical workflow, not data managers.
06Database Lock
Controlled lock process with prerequisites. Zero open queries, complete coding, finished review. Lock audit trail for regulatory submission.
07CDISC Export
Export to CDASH, SDTM, ADaM formats. Configurable mapping definitions. Validation against CDISC standards before export.
08Clinical Integration
Connect to CTMS, IRT, safety databases, central labs, eTMF. Data flows across systems. Your clinical ecosystem works as one.
01 / 08
eCRF Design
eCRF Design

Entities

Entity
Description
Kind
Study
The clinical trial. Protocol, sites, subjects, data—all organized under the study.
type
eCRF
Electronic Case Report Form. The digital instrument for capturing clinical data.
type
Adverse Event Form
Captures safety data. Onset, severity, outcome, causality. Triggers expedited reporting workflows.
instance
Vital Signs Form
Blood pressure, heart rate, temperature. Edit checks catch impossible values immediately.
instance
Visit
Scheduled assessment timepoint. Screening, baseline, treatment visits, follow-up.
type
Subject
Trial participant. Enrolled, randomized, treated, followed—data accumulates over the trial.
type
Data Field
Individual data point with validation rules. Edit checks enforce data quality at entry.
type
Query
Data clarification request. Open, respond, resolve. Complete audit trail.
type
Medical Coding
MedDRA for adverse events, WHO Drug for medications. Standardized terminology for analysis.
type
Database Lock
Controlled freeze for analysis. Prerequisites checked, lock applied, data becomes read-only.
type

FAQ

Amendment management is built in. Define the new form versions, specify which sites and subjects are affected, and deploy. The system tracks which subjects were on which protocol version. Historical data stays linked to the form version used to collect it.