Get the name of the source concept_id column for a certain table in the cdm
Source:R/addIntersect.R
sourceConceptIdColumn.Rd
Get the name of the source concept_id column for a certain table in the cdm
Examples
# \donttest{
library(PatientProfiles)
sourceConceptIdColumn("condition_occurrence")
#> [1] "condition_source_concept_id"
# }