Skip to content

Commit

Permalink
modify tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
js3110 committed Dec 4, 2024
1 parent 2e9ad96 commit ab97520
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inst/shiny/modules/tab_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,11 @@ tab_data_server <- function(id) {
E.g. Treatment Arm, Age, Sex, Race",
"ANALYTE" = "Analyte",
"PCSPEC" = "Matrix",
"ROUTE" = "Route of administration.",
"ROUTE" = "Route of administration,
stating either 'intravascular' or 'extravascular'.",
"AVAL" = "Analysis value.",
"DOSNO" = "Dose number.",
"DOSEA" = "Actual Dose amount",
"DOSEA" = "Actual Dose amount.",
"ADOSEDUR" = "Duration of dose administration.
Only required for infusion studies, otherwise select NA",
"AFRLT" = "Actual time relative to first dose.",
Expand Down

0 comments on commit ab97520

Please sign in to comment.