Description Usage Arguments Details See Also
View source: R/patient_profile_module.R
Server and UI functions of the patient profile module
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)
|
uid |
A |
ADSL |
A |
ADAE |
A |
ADCM |
A |
ADLB |
A |
ADEG |
A |
ADPC |
A |
ADEX |
A |
id |
A |
innput, output, session |
Shiny server arguments. |
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.
aecm_mod
, exlb_mod
, labo_mod
, labp_mod
,
execg_mod
, ecg_mod
, pk_mod
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.