Description Usage Arguments Value
Arguments verification for data_process
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | data_process.verif_args(
Rx_deliv,
Rx_id,
Rx_drug_code,
Rx_drug_deliv,
Rx_deliv_dur,
Cohort,
Cohort_id,
Hosp_stays,
Hosp_id,
Hosp_admis,
Hosp_discharge,
study_start,
study_end,
grace_fctr,
grace_cst,
max_reserve,
verif_cols,
cores
)
|
Rx_deliv |
Name of the table listing all prescription drugs deliveries including the run-in period. See Details. |
Rx_id |
Column name of |
Rx_drug_code |
Column name of |
Rx_drug_deliv |
Column name of |
Rx_deliv_dur |
Column name of |
Cohort |
Name of the table providing the unique identifiers of the study cohort. Only the ids listed in both the |
Cohort_id |
Column name of |
Hosp_stays |
Name of the table listing all hospital stays. (see Details for possible format). |
Hosp_id |
Column name of |
Hosp_admis |
Column name of |
Hosp_discharge |
Column name of Hosp_stays that contains the date of discharge from hospital (Date format, see Details). |
study_start |
Defines the first and last day of the study period for which the polypharmacy indicator(s) need to be calculated. All treatment periods prior to |
study_end |
Defines the first and last day of the study period for which the polypharmacy indicator(s) need to be calculated. All treatment periods prior to |
grace_fctr |
Numbers ≥ 0. Two types of grace periods can be applied. One is proportional to the treatment duration of the latest delivery ( |
grace_cst |
Numbers ≥ 0. Two types of grace periods can be applied. One is proportional to the treatment duration of the latest delivery ( |
max_reserve |
An integer number ≥ 0 or |
cores |
The number of cores to use when executing |
Messages, warnings or errors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.