generate_hospital_log: Generate hospital follow-up log (TIMCI-specific function)

View source: R/format_timci_hospitfu_data.R

generate_hospital_logR Documentation

Generate hospital follow-up log (TIMCI-specific function)

Description

Generate a list of participants to be searched for at hospital level

Usage

generate_hospital_log(
  pii,
  fu7df,
  day0df,
  hospitdf,
  deidentify = FALSE,
  is_pilot = FALSE
)

Arguments

pii

dataframe containing personally identifiable data

fu7df

dataframe containing day 7 follow-up data

day0df

dataframe containing day 0 data

hospitdf

dataframe containing hospital follow-up data

deidentify

boolean, enable the generation of a format with personally identifiable information (PII) for upload on ODK Central (if set to FALSE) or of a deidentified dataframe (if set to TRUE)

is_pilot

Boolean, default set to 'FALSE'

Value

This function returns a dataframe that contains the list of participants to be searched for at hospital level.


Thaliehln/timci documentation built on April 8, 2024, 3:38 p.m.