Skip to content

Commit

Permalink
Merge branch 'meas_unit_check_clean' of https://github.com/OHDSI/Data…
Browse files Browse the repository at this point in the history
…QualityDashboard into meas_unit_check_clean

# Conflicts:
#	inst/sql/sql_server/concept_plausible_unit_concept_ids.sql
  • Loading branch information
Dmitry Dymshyts committed Dec 18, 2023
2 parents 224e1b1 + 1edde33 commit 1b66e64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inst/sql/sql_server/concept_plausible_unit_concept_ids.sql
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ FROM
WHERE m.@cdmFieldName = @conceptId
AND COALESCE (m.unit_concept_id, -1) NOT IN (replace (@plausibleUnitConceptIds, 'NA', '-1')) -- '-1' stands for the cases when unit_concept_id is null
AND m.value_as_number IS NOT NULL
AND (m.unit_source_value IS NOT NULL OR m.unit_source_value <> '')
/*violatedRowsEnd*/
) violated_rows
) violated_row_count,
Expand Down

0 comments on commit 1b66e64

Please sign in to comment.