View source: R/GetConceptSetOccurrenceDate.R
getConceptSetOccurrenceDate | R Documentation |
Given a concept set expression, find the occurrence of the concept set. The query will check for the occurrence of any of the resolved conceptId's in the conceptSetExpression in any domain tables. The domain tables are condition_occurrence, drug_exposure, procedure_occurrence, visit_occurrence, observation. Return objected is the name of the temp table
getConceptSetOccurrenceDate( connection, cdmDatabaseSchema, vocabularyDatabaseSchema = cdmDatabaseSchema, conceptIds, subset = c("all"), limitToPersonDate = TRUE, restrictToObservationPeriod = TRUE, tempEmulationSchema = NULL )
connection |
An object of type |
cdmDatabaseSchema |
Schema name where your patient-level data in OMOP CDM format resides. Note that for SQL Server, this should include both the database and schema name, for example 'cdm_data.dbo'. |
vocabularyDatabaseSchema |
The schema name of containing the vocabulary tables. |
conceptIds |
An array of concept ids |
limitToPersonDate |
Do you want to limit to person dates |
restrictToObservationPeriod |
(Default = TRUE) Do you want to restrict to Observation period? i.e Cohort dates are restricted to observation period. |
tempEmulationSchema |
Some database platforms like Oracle and Impala do not truly support temp tables. To emulate temp tables, provide a schema with write privileges where temp tables can be created. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.