-
Notifications
You must be signed in to change notification settings - Fork 2
Data Guidelines
Spencer Childress edited this page Mar 11, 2019
·
8 revisions
The Safety Results Over Time accepts JSON data of the format returned by d3.csv()
. The renderer visualizes clinical medical signs data with one row per participant per visit per medical sign plus the required variables specified below.
one record per participant per visit per medical sign
required and optional variables:
Setting | Default | Data Type | Description | Required? |
---|---|---|---|---|
id_col |
USUBJID | character | unique identifier of participant | Yes |
time_settings.value_col |
VISIT | character | visit name | Yes |
time_settings.order_col |
VISITNUM | numeric | visit order | |
measure_col |
TEST | character | measure name | Yes |
unit_col |
STRESU | character | measure unit | |
value_col |
STRESN | numeric | measure result | Yes |
normal_col_low |
STNRLO | numeric | LLN of measure | |
normal_col_high |
STNRHI | numeric | ULN of measure | |
filters[] |
either | an array of filter variables and associated metadata | ||
groups[] |
either | an array of grouping variables and associated metadata |