Skip to content

Queries each connected server to determine which OHDSI tool result tables (CohortDiagnostics, CohortIncidence, Characterization, and others) are present.

Usage

ds.omop.ohdsi.status(symbol = "omop", conns = NULL)

Arguments

symbol

Character; the session symbol (default: "omop").

conns

DSI connection object(s). If NULL, uses active session.

Value

A dsomop_result object with scope = "per_site".

Examples

if (FALSE) { # \dontrun{
status <- ds.omop.ohdsi.status()
status$per_site[["server_a"]]$cohort_diagnostics$available
} # }