Description Usage Arguments Value Examples
Queries ACE and returns a list of patient IDs
1 | ACEsearch.query(connection, query, output_time = FALSE)
|
connection |
connection object returned from connect(url) function |
query |
ACE query |
output_time |
equivalent to wrapping the query in OUTPUT() command. Togerther with patient IDs outputs each time interval in patient's timeline when the query was evaluated as true |
data frame containing patient IDs and time intervals (optional)
1 2 | ACEsearch.query(ACEsearch.connect('http://localhost:8080'), 'ICD9=250.50')
ACEsearch.query(ACEsearch.connect('http://localhost:8080'), 'ICD9=250.50', TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.