File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ makedocs(;
1313 ),
1414 pages= [
1515 " Home" => " index.md" ,
16+ " CDM Version" => " version.md" ,
1617 " Examples" => " examples.md" ,
1718 " API" => " api.md" ,
1819 ],
Original file line number Diff line number Diff line change @@ -4,9 +4,4 @@ CurrentModule = OMOPCommonDataModel
44
55# OMOPCommonDataModel
66
7- The following table maps the version of OMOPCommonDataModel.jl to the
8- corresponding version of the Common Data Model (CDM).
9-
10- | OMOPCommonDataModel.jl | CDM |
11- | ---------------------- | ------ |
12- | 0.1.0 | 6.0.0 |
7+ OMOPCommonDataModel.jl is a pure Julia implementation of the [ OMOP Common Data Model (CDM)] ( https://github.com/OHDSI/CommonDataModel ) .
Original file line number Diff line number Diff line change 1+ ``` @meta
2+ CurrentModule = OMOPCommonDataModel
3+ ```
4+
5+ # CDM Version
6+
7+ The following table maps the version of OMOPCommonDataModel.jl to the
8+ corresponding version of the Common Data Model (CDM).
9+
10+ | OMOPCommonDataModel.jl | CDM |
11+ | ---------------------- | ------ |
12+ | 0.1.0 | 6.0.0 |
You can’t perform that action at this time.
0 commit comments