Description Usage Arguments Value Examples
View source: R/getClinicalData.R
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.
| 1 | getObservations(patient_list, declare = FALSE)
 | 
| patient_list | Comma-separated string of patient ids | 
| declare | TRUE/FALSE will output status and data information during the process | 
a table of relevant clinical data contained with in the 'observation' table
| 1 | ptObsData <- getObservations("1,2", declare=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.