getMeasurements: Retrieves all patient clinical data from Measurement table

Description Usage Arguments Value Examples

View source: R/getClinicalData.R

Description

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

Usage

1
getMeasurements(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 'measurement' table

Examples

1
ptMeasData <- getMeasurements("1,2", declare=TRUE)

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