From 543893d406d8e3f827672a282bb12c781448634f Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 18 Aug 2021 14:23:54 -0400 Subject: [PATCH] Issue #149 fix for nullables in vocabulary table (vocabulary_reference isRequired=Yes vocabulary_version isRequired=No) --- inst/csv/OMOP_CDMv5.3.1_Field_Level.csv | 2 +- inst/csv/OMOP_CDMv6.0_Field_Level.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inst/csv/OMOP_CDMv5.3.1_Field_Level.csv b/inst/csv/OMOP_CDMv5.3.1_Field_Level.csv index e278fc7..33a1ee8 100644 --- a/inst/csv/OMOP_CDMv5.3.1_Field_Level.csv +++ b/inst/csv/OMOP_CDMv5.3.1_Field_Level.csv @@ -407,7 +407,7 @@ VOCABULARY,vocabulary_name,Yes,varchar(255),"The name describing the vocabulary, example, International Classification of Diseases, Ninth Revision, Clinical Modification, Volume 1 and 2 (NCHS) etc.",,No,No,,,,, -VOCABULARY,vocabulary_reference,No,varchar(255),"External reference to documentation or +VOCABULARY,vocabulary_reference,Yes,varchar(255),"External reference to documentation or available download of the about the vocabulary.",,No,No,,,,, VOCABULARY,vocabulary_version,No,varchar(255),"Version of the Vocabulary as indicated in diff --git a/inst/csv/OMOP_CDMv6.0_Field_Level.csv b/inst/csv/OMOP_CDMv6.0_Field_Level.csv index 426d5b3..6c46e93 100644 --- a/inst/csv/OMOP_CDMv6.0_Field_Level.csv +++ b/inst/csv/OMOP_CDMv6.0_Field_Level.csv @@ -449,7 +449,7 @@ VOCABULARY,vocabulary_name,Yes,varchar(255),"The name describing the vocabulary, example International Classification of Diseases, Ninth Revision, Clinical Modification, Volume 1 and 2 (NCHS) etc.",,No,No,,,,, -VOCABULARY,vocabulary_reference,No,varchar(255),"External reference to documentation or +VOCABULARY,vocabulary_reference,Yes,varchar(255),"External reference to documentation or available download of the about the vocabulary.",,No,No,,,,, VOCABULARY,vocabulary_version,No,varchar(255),"Version of the Vocabulary as indicated in