Description Usage Arguments Value Examples
View source: R/getClinicalData.R
Produces a table for relevant concepts contained in the 'drug_exposure' table mapped through the data ontology for a patient list. Data retrieved include: drug_type, route, etc.
1  | getMedications(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 'drug_exposure' table
1  | ptsMedsData <- getMedications("1,2", declare=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.