powered by
getConceptClassId
getConceptClassId(cdm, standardConcept = "Standard", domain = NULL)
The concept class used for a given set of domains
cdm_reference via CDMConnector
Character vector with one or more of "Standard", "Classification", and "Non-standard". These correspond to the flags used for the standard_concept field in the concept table of the cdm.
Vocabulary domain
# \donttest{ cdm <- mockVocabRef() getConceptClassId(cdm = cdm, domain = "drug") # }
Run the code above in your browser using DataLab