patientProfile_mod: Patient profile module

Description Usage Arguments Details See Also

View source: R/patient_profile_module.R

Description

Server and UI functions of the patient profile module

Usage

1
2
3
4
5
patientProfile_mod(input, output, session, uid = NULL, ADSL = NULL,
  ADAE = NULL, ADCM = NULL, ADLB = NULL, ADEG = NULL,
  ADPC = NULL, ADEX = NULL)

patientProfile_modUI(id)

Arguments

uid

A reactive character. A unique subject identifier.

ADSL

A reactive data.frame of ADaM formatted Subject Level data. This cannot be NULL.

ADAE

A reactive data.frame of ADaM formatted Adverse Event data.

ADCM

A reactive data.frame of ADaM formatted Concomitant Medicine data.

ADLB

A reactive data.frame of ADaM formatted Laboratory analysis data.

ADEG

A reactive data.frame of ADaM formatted Electrocardiogram data.

ADPC

A reactive data.frame of ADaM formatted Pharmacokinetics data.

ADEX

A reactive data.frame of ADaM formatted EXposure data.

id

A character. The namespace for the module.

innput, output, session

Shiny server arguments.

Details

Aside from ADSL, all datasets are optional. Visualization for missing datasets will be missing. See submodules documentation for data requirements of each tab of the participant profile module.

See Also

aecm_mod, exlb_mod, labo_mod, labp_mod, execg_mod, ecg_mod, pk_mod


Novartis/patprofile documentation built on April 24, 2020, 7:22 a.m.