Skip to contents

Get the test type names and ids for all the test types in the system.

Usage

get_testTypes()

Value

Response will be a data frame containing the tests that are in the HD system. Each test type includes the following variables:

Column NameTypeDescription
idchrtest's unique ID
namechrtest's given name

Examples

if (FALSE) { # \dontrun{
# This is an example of how the function would be called.

df_tests <- get_testTypes()

} # }