Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.04 KB

File metadata and controls

20 lines (14 loc) · 1.04 KB

OMOPCommonDataModel

Stable Dev Build Status Coverage

Pure Julia implementation of the OMOP Common Data Model (CDM).

Please see the documentation.

OMOP CDM versions 5.4.1 and 5.3.1 are supported. The value for OMOP_CDM_VERSION is read from the Julia environment, with v5.4.1 being the default value.

Example

using CSV, DataFrames, OMOPCommonDataModel

CSV.File("person.csv",types=[Person.types...]) |> DataFrame