gether_facility_procs: Gather facility visits associated with a set of procedures

View source: R/pull_tables_gether.R

gether_facility_procsR Documentation

Gather facility visits associated with a set of procedures

Description

This function return a tibble of

Usage

gether_facility_procs(
  collect_tab = collect_table(),
  proc_list,
  tbl_vars = NULL,
  db_con
)

Arguments

collect_tab

A collection table

tbl_vars

names of variables to pull from corresponding tables. If NULL date and enrolid will be collected

db_con

A connection to the database

proc_codes

A named list of icd9, icd10 and CPT procedure codes, with names of "icd9pcs_codes" and "icd10pcs_codes", and "cpt_codes" respectively


aarmiller/smallDB documentation built on March 29, 2024, 9:37 a.m.