list_cst | R Documentation |
Cervical screening list with tags
list_cst(
dMeasure_obj,
date_from = NA,
date_to = NA,
clinicians = NA,
appointments_list = NULL,
include_uptodate = TRUE,
lazy = FALSE,
action = FALSE,
screentag = FALSE,
screentag_print = TRUE
)
dMeasure_obj |
dMeasure R6 object |
date_from |
from date range (default |
date_to |
to date range (default |
clinicians |
list of clinicians (default |
appointments_list |
dataframe, list of appointments to search
|
include_uptodate |
include those who are up-to-date ('green' tags) |
lazy |
recalculate an appointment list |
action |
includes 'OutOfDate' field |
screentag |
optionally add a fomantic/semantic HTML description of 'action' |
screentag_print |
optionally add a 'printable' description of 'action' |
list of appointments (with patient details)
adds OutofDateTest
(if action
is TRUE
) and screentag
/screentag_print
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.