Look up a HemOnc Regimen that Corresponds to the set of HemOnc Components provided by Id. This function takes a set list of HemOnc Components and finds all the HemOnc Regimens that contain these Components in the CONCEPT_RELATIONSHIP table. The resultset is then filtered for the HemOnc Regimens that have the same exact number of Components as the length of the `component_concept_ids` parameter.
ho_lookup_regimen( ..., schema = NULL, vocab_schema = "omop_vocabulary", conn, conn_fun = "connectAthena()", cache_only = FALSE, skip_cache = FALSE, override_cache = FALSE, render_sql = FALSE, verbose = FALSE, sleepTime = 1 )
... | Additional arguments passed to the query_athena function. |
---|---|
component_concept_ids | integer vector of length 1 or greater of all the Component Concept Ids belonging to any regimen to map to a HemOnc Regimen. |