list_zostavax | R Documentation |
Includes patients who may have already had Zostavax, date of previous Zostavax is included.
list_zostavax(
dMeasure_obj,
date_from = NA,
date_to = NA,
clinicians = NA,
intID = NULL,
intID_Date = Sys.Date(),
appointments_list = NULL,
include_uptodate = TRUE,
lazy = FALSE,
vaxtag = FALSE,
vaxtag_print = TRUE
)
dMeasure_obj |
dMeasure R6 object |
date_from |
from date range (default $date_a) |
date_to |
to date range (default $date_b) |
clinicians |
list of clinicians (default $clinicians) |
intID |
list of internal ID (default is NULL, in which case appointments_list is used) |
intID_Date |
if intID is not NULL, then date to check (default is Sys.Date()) |
appointments_list |
provide an appointment list (default $appointments_list) |
include_uptodate |
include those who are up-to-date ('green' tags) |
lazy |
= FALSE recalculate an appointment list |
vaxtag |
= FALSE |
vaxtag_print |
= TRUE |
Optionally added a HTML ('vaxtag') or printable ('vaxtag_print')
dataframe list of Zostavax eligible patients
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.