Skip to content

Commit

Permalink
Capitalize Patient Profile app labels (#141)
Browse files Browse the repository at this point in the history
Closes #140
  • Loading branch information
edelarua authored Feb 15, 2024
1 parent 0915c6b commit c98cf17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions patient-profile/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ app <- init(
tables = list(`NEST packages used in this demo app` = data.frame(Packages = c("teal.modules.general", "teal.modules.clinical", "scda", "scda.2022")))
),
tm_t_pp_basic_info(
label = "Basic info",
label = "Basic Info",
dataname = "ADSL",
patient_col = "USUBJID",
vars = data_extract_spec(
Expand All @@ -141,7 +141,7 @@ app <- init(
)
),
tm_t_pp_medical_history(
label = "Medical history",
label = "Medical History",
parentname = "ADSL",
patient_col = "USUBJID",
mhterm = data_extract_spec(
Expand Down Expand Up @@ -173,7 +173,7 @@ app <- init(
)
),
tm_t_pp_prior_medication(
label = "Prior medication",
label = "Prior Medication",
parentname = "ADSL",
patient_col = "USUBJID",
atirel = atirel_input,
Expand Down Expand Up @@ -287,7 +287,7 @@ app <- init(
)
),
tm_g_pp_adverse_events(
label = "Adverse events",
label = "Adverse Events",
parentname = "ADSL",
patient_col = "USUBJID",
plot_height = c(600L, 200L, 2000L),
Expand Down Expand Up @@ -340,7 +340,7 @@ app <- init(
decod = NULL
),
tm_t_pp_laboratory(
label = "Lab values",
label = "Lab Values",
parentname = "ADSL",
patient_col = "USUBJID",
paramcd = data_extract_spec(
Expand Down Expand Up @@ -399,7 +399,7 @@ app <- init(
)
),
tm_g_pp_patient_timeline(
label = "Patient timeline",
label = "Patient Timeline",
parentname = "ADSL",
patient_col = "USUBJID",
plot_height = c(600L, 200L, 2000L),
Expand Down

0 comments on commit c98cf17

Please sign in to comment.