Learn R Programming

ACEsearch (version 1.0.0)

'ACE' Search Engine API

Description

'ACE' (Advanced Cohort Engine) is a powerful tool that allows constructing cohorts of patients extremely quickly and efficiently. This package is designed to interface directly with an instance of 'ACE' search engine and facilitates API queries and data dumps. Prerequisite is a good knowledge of the temporal language to be able to efficiently construct a query. More information available at .

Copy Link

Version

Install

install.packages('ACEsearch')

Monthly Downloads

418

Version

1.0.0

License

MIT + file LICENSE

Maintainer

Vladimir Polony

Last Published

September 28th, 2020

Functions in ACEsearch (1.0.0)

ACEsearch.connect

Connects to ACE instance
ACEsearch.csv

Queries ACE with a CSV() command and imports the contents of the csv into a data frame
ACEsearch.contains

Returns whether patient with the specified patient_id exists
ACEsearch.dump

Dumps patient from ACE to a file on disk
ACEsearch.query

Queries ACE and returns a list of patient IDs
ACEsearch.status

Returns the status of the ACE search engine