therapy_timeline | R Documentation |
Display an HTML antimicrobial therapy timeline
therapy_timeline(x, ...)
## S4 method for signature 'Patient'
therapy_timeline(
x,
date1 = NULL,
date2 = NULL,
load_timevis_dependencies = FALSE
)
## S4 method for signature 'Encounter'
therapy_timeline(x, load_timevis_dependencies = FALSE)
## S4 method for signature 'TherapyEpisode'
therapy_timeline(x, load_timevis_dependencies = FALSE)
## S4 method for signature 'MedicationRequest'
therapy_timeline(x, load_timevis_dependencies = FALSE)
x |
an object of class |
... |
other arguments (not in use) |
date1 |
(optional, only used for |
date2 |
(optional, only used for |
load_timevis_dependencies |
if |
a timevis object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.