availableDoseForms: Get the dose forms for drug concepts

View source: R/availableDoseForms.R

availableDoseFormsR Documentation

Get the dose forms for drug concepts

Description

Get the dose forms for drug concepts

Usage

availableDoseForms(cdm)

Arguments

cdm

A cdm reference to an OMOP CDM dataset. If data is held within a database, the vocabulary tables should be in the same schema as the clinical tables (person, observation period, and so on).

Value

The dose forms available for drug concepts.

Examples


library(CodelistGenerator)
library(omock)

# Create CDM object
cdm <- mockCdmReference()

# Get all domains available in the CDM
availableDoseForms(cdm = cdm)


CodelistGenerator documentation built on Dec. 17, 2025, 5:06 p.m.