getRelationshipId: Get available relationships between concepts

View source: R/vocabUtilities.R

getRelationshipIdR Documentation

Get available relationships between concepts

Description

Get available relationships between concepts

Usage

getRelationshipId(
  cdm,
  standardConcept1 = "standard",
  standardConcept2 = "standard",
  domains1 = "condition",
  domains2 = "condition"
)

Arguments

cdm

A cdm reference via CDMConnector.

standardConcept1

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.

standardConcept2

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.

domains1

Character vector with one or more of the OMOP CDM domain.

domains2

Character vector with one or more of the OMOP CDM domain.

Value

A character vector with unique concept relationship values.

Examples


cdm <- mockVocabRef()
getRelationshipId(cdm = cdm)


CodelistGenerator documentation built on April 11, 2025, 5:51 p.m.