list_cst_details: Cervical screening list details

View source: R/CancerScreen.R

list_cst_detailsR Documentation

Cervical screening list details

Description

Cervical screening list details

Usage

list_cst_details(
  dMeasure,
  screen_cst_list,
  screen_cst_id = NULL,
  include_uptodate = TRUE
)

Arguments

screen_cst_list

appointment list, minimum columns

screen_cst_id

vector of applicable IDs, if already found if not provided, will be calculated from screen_cst_list

include_uptodate

include those who are up-to-date ('green' tags)

Value

returns the screen_cst_list dataframe with added columns, including...

TestDate

(date object) - date

TestName

description of the most recent cervical cancer screening test (if any)

OutOfDateTest

1 = never done, 2 = overdue, 3 = 'up-to-date'

and many other result detail columns.


DavidPatShuiFong/dMeasure documentation built on Aug. 2, 2024, 11:45 p.m.