Skip to content

Commit 4f3a807

Browse files
authored
update database script to include MVP Ordinal (#117)
1 parent 4ec4497 commit 4f3a807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/setup_local_db/test_data_results_and_cdm.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ FROM omop.CONCEPT c
209209
JOIN omop.OBSERVATION oc ON oc.observation_concept_id = c.concept_id
210210
JOIN cte_counts cc ON cc.observation_concept_id = c.concept_id
211211
LEFT JOIN cte_observation_class coc on coc.concept_id = c.concept_id
212-
WHERE c.CONCEPT_CLASS_ID IN ('MVP Continuous', 'MVP DF', 'MVP Discrete', 'MVP Year', 'MVP Dichotomous', 'MVP Nominal', 'MVP Answer', 'MVP_v20_1')
212+
WHERE c.CONCEPT_CLASS_ID IN ('MVP Continuous', 'MVP DF', 'MVP Discrete', 'MVP Year', 'MVP Dichotomous', 'MVP Nominal', 'MVP Ordinal', 'MVP Answer', 'MVP_v20_1')
213213
GROUP BY c.vocabulary_id, c.concept_id, c.concept_code, c.concept_name, c.concept_class_id,
214214
cc.number_of_people_with_variable,
215215
cc.number_of_people_where_value_is_filled_number,

0 commit comments

Comments
 (0)