This function takes a mix of HemOnc Regimen and HemOnc Component Concepts and returns back all the unique HemOnc Components associated with the combination.

ho_reduce_to_components(
  ...,
  check_validity = TRUE,
  vocab_schema = "omop_vocabulary",
  conn,
  conn_fun = "connectAthena()",
  cache_only = FALSE,
  skip_cache = FALSE,
  override_cache = FALSE,
  render_sql = TRUE,
  verbose = TRUE,
  sleepTime = 1
)

Arguments

...

HemOnc Concept Class objects or Concept Ids of either Regimen or Component concept classes.

See also