getAchillesMonthlyData: Get Achilles monthly data by concept_id or set of concept_ids

Description Usage Arguments Details Value

View source: R/getAchillesMonthlyData.r

Description

Return monthly count, prevalence, and proportion within year data from ACHILLES_RESULTS for a specified concept_id or set of concept_ids.

Usage

1
AchillesResultSet <- getAchillesMonthlyData (connectionDetails, cdmSchema, resultsSchema, conceptId)

Arguments

connectionDetails

An R object of type
connectionDetails created using the function createConnectionDetails in the DatabaseConnector package.

cdmSchema

A fully qualified CDM schema name.

resultsSchema

A fully qualified results schema name.

conceptId

One more more valid concept_ids.

Details

1
2
3
4
5
6
7
8
Currently supported Achilles monthly analyses are:
202  - Visit Occurrence
402  - Condition occurrence
602  - Procedire Occurrence
702  - Drug Exposure
802  - Observation
1802 - Measurement
2102 - Device

Value

A dataframe of query results.


OHDSI/Castor documentation built on March 20, 2021, 6:09 p.m.