We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OMOPCommonDataModel.CDM_VERSION
1 parent 8150021 commit 603bc71Copy full SHA for 603bc71
1 file changed
docs/src/version.md
@@ -10,3 +10,11 @@ corresponding version of the Common Data Model (CDM).
10
| OMOPCommonDataModel.jl | CDM |
11
| ---------------------- | ------ |
12
| 0.1.0 | 6.0.0 |
13
+
14
+In order to see the current CDM version, use the `OMOPCommonDataModel.CDM_VERSION` constant:
15
+```jldoctest
16
+julia> using OMOPCommonDataModel
17
18
+julia> OMOPCommonDataModel.CDM_VERSION
19
+v"6.0.0"
20
+```
0 commit comments