View source: R/pull_tables_get.R
| get_all_inpatient_dx_visits | R Documentation | 
Collect all inpatient visits along with the diagnosis order
get_all_inpatient_dx_visits(
  source,
  year,
  dx_num = TRUE,
  db_con,
  collect_n = Inf,
  keys
)
| source | ccae, mdcr or medicaid | 
| year | year (as integer value) | 
| dx_num | a logical indicator of whether to collect diagnosis number. Default is TRUE. | 
| db_con | a connection to a database, | 
| collect_n | the number of rows to collect | 
| keys | what keys to return diagnoses for | 
A tibble of variables from the respective table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.