list_fobt | R Documentation |
Bowel cancer screening list
list_fobt(
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_a) |
date_to |
to date range (default $date_b) |
clinicians |
list of clinicians (default $clinicians) |
appointments_list |
dataframe, list of appointments to search. if not provided, use $appointments_list. needs fields Age, InternalID |
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 the following fields
(date object) - date
description of the most recent bowel cancer screening test (if any)
1 = never done, 2 = overdue, 3 = 'up-to-date'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.