transitive_closure_control | R Documentation |
Set parameters controlling how prescriptions are linked into combinations and therapy episodes
transitive_closure_control(
max_continuation_gap = 36,
max_combination_authoring_gap = 6,
max_combination_start_gap = 24
)
max_continuation_gap |
a positive integer setting the maximum number of hours tolerated between the end of a prescription and the start of a subsequent prescription in the same therapy episode. The default is 36 hours. |
max_combination_authoring_gap |
a positive integer setting the maximum number of hours tolerated between the time of authoring of two prescriptions administered as combination therapy. The default is 6 hours. |
max_combination_start_gap |
a positive integer setting the maximum number of hours tolerated between the start of administration of two prescriptions administred as combination therapy. The default is 24 hours. |
A list of three positive integer variables.
create_therapy_episodes()
. For more details please consult
vignette("therapy-episodes", package = "Ramses")
# default parameters
transitive_closure_control(
max_continuation_gap = 36,
max_combination_authoring_gap = 6,
max_combination_start_gap = 24)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.