Description Usage Arguments Value
View source: R/get_drug_summary.R
Get_drug_summary function summarizes patient drug dosage information in the line.
1 | get_drug_summary(df, input_r_window, line_end_date)
|
df |
a claims dataframe with PATIENT_ID ,MED_NAME, MED_START, MED_END columns |
input_r_window |
threshold number of days for the regimen defining window to detect combination drugs |
line_end_date |
line end date: current line MED_END |
drug summary dataframe with MED_NAME, LAST_SEEN, FIRST_SEEN, DROPPED columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.