getConceptClassId: getConceptClassId

View source: R/vocabUtilities.R

getConceptClassIdR Documentation

getConceptClassId

Description

getConceptClassId

Usage

getConceptClassId(cdm, standardConcept = "Standard", domain = NULL)

Arguments

cdm

cdm_reference via CDMConnector

standardConcept

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.

domain

Vocabulary domain

Value

The concept class used for a given set of domains

Examples


cdm <- mockVocabRef()
getConceptClassId(cdm = cdm, domain = "drug")


CodelistGenerator documentation built on Oct. 17, 2024, 5:09 p.m.