Skip to content

simultaneous nebulization and intravenous drip administration #113

Answered by mhovd
Mannny-PK asked this question in Q&A
Discussion options

You must be logged in to vote

You can specify where a bolus dose will be administered with the #BOL block. Default behavior is for input 1 to go to compartment 1, etc. Per the documentation for legacy Pmetrics, this can be specified with

#BOL
NBCOMP(1) = 2

With the R6 framework, it is similarly defined with bol, e.g.

mod <- PM_model$new(list(
  bol = list("NBCOMP(1) = 2")
))

The above code is for bolus doses (DUR = 0), and will be delivered instantly. If you have infusions (DUR > 0), you can simply use RATEIV(n) where n is the input number for the administration pathway in your differential equations.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Mannny-PK
Comment options

Answer selected by Mannny-PK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants