getObservations: Retrieves all patient clinical data from Observations table

Description Usage Arguments Value Examples

View source: R/getClinicalData.R

Description

Produces a table for relevant concepts contained in the 'observation' table mapped through the data ontology for a patient list. Data retrieved include: observation_type, value, etc.

Usage

1
getObservations(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 'observation' table

Examples

1
ptObsData <- getObservations("1,2", declare=TRUE)

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