The Drug Strength table is filtered for only valid entries and the 'box_size', 'invalid_reason', 'valid_start_date', and 'valid_end_date' fields are selected against.

ds_process_drug_table(
  conn,
  conn_fun = "connectAthena()",
  vocab_schema = "omop_vocabulary",
  write_schema = "patelm9",
  verbose = TRUE,
  render_sql = TRUE,
  render_only = FALSE
)

Value

A `ds_drug` table in `write_schema`. If it already exists, it will be rewritten.

See also

render

Other drug strength functions: ds_lookup_ucum(), ds_process_map_table(), ds_process(), ds_stage_unit_fraction(), ds_stage_value_fraction(), ds_stage()

Other drug strength processing functions: ds_process_map_table()