regimen: Define a dosing regimen object to be passed to the Rx Studio...

Description Usage Arguments Value Examples

View source: R/helpers.R

Description

Define a dosing regimen object to be passed to the Rx Studio API

Usage

1
regimen(dose, interval = NULL, tinf = NULL, type = c("REGIMEN", "ORALREGIMEN"))

Arguments

dose

Dose Amount (number in mg)

interval

optional Dosing Interval (number in hours)

tinf

optional Infusion Time (number in hours)

type

Regimen type, e.g. REGIMEN or ORALREGIMEN

Value

list

Examples

1
2
3
regimen(2000)
regimen(2000, 8, 2)
regimen(2000, 12, type = 'ORALREGIMEN')

rx-stud-io/R-client documentation built on Dec. 22, 2021, 8:16 p.m.