getConditions: Retrieves all patient clinical data from Condition table

Description Usage Arguments Value Examples

View source: R/getClinicalData.R

Description

Produces a table for relevant concepts contained in the 'condition_occurrence' table mapped through the data ontology for a patient list. Data retrieved include: condition_type, condition_status, etc.

Usage

1
getConditions(patient_list, declare = FALSE)

Arguments

patient_list

Comma-separated string of patient ids

declare

TRUE/FALSE will output status and data information during the process

Value

a table of relevant clinical data contained with in the 'condition_occurrence' table

Examples

1
ptCondData <- getConditions("1,2", declare=TRUE)

BenGlicksberg/ROMOP documentation built on March 6, 2020, 8:15 p.m.