Skip to content

Commit

Permalink
#28: Updated PARCAT1 for all "Subject Characteristic" records to "Ant…
Browse files Browse the repository at this point in the history
…hropometric measurement"
  • Loading branch information
SPUJ (Siddhesh Pujari) committed Oct 26, 2024
1 parent d95fe7d commit 6ddccbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vignettes/advs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ One key addition in metabolic trials are vital sign parameters associated to bod
```{r, echo=TRUE, message=FALSE}
param_lookup <- tribble(
~VSTESTCD, ~PARAMCD, ~PARAM, ~PARAMN, ~PARCAT1, ~PARCAT1N,
"HEIGHT", "HEIGHT", "Height (cm)", 1, "Subject Characteristic", 1,
"WEIGHT", "WEIGHT", "Weight (kg)", 2, "Subject Characteristic", 1,
"BMI", "BMI", "Body Mass Index(kg/m^2)", 3, "Subject Characteristic", 1,
"HIPCIR", "HIPCIR", "Hip Circumference (cm)", 4, "Subject Characteristic", 1,
"WSTCIR", "WSTCIR", "Waist Circumference (cm)", 5, "Subject Characteristic", 1,
"HEIGHT", "HEIGHT", "Height (cm)", 1, "Anthropometric measurement", 1,
"WEIGHT", "WEIGHT", "Weight (kg)", 2, "Anthropometric measurement", 1,
"BMI", "BMI", "Body Mass Index(kg/m^2)", 3, "Anthropometric measurement", 1,
"HIPCIR", "HIPCIR", "Hip Circumference (cm)", 4, "Anthropometric measurement", 1,
"WSTCIR", "WSTCIR", "Waist Circumference (cm)", 5, "Anthropometric measurement", 1,
"DIABP", "DIABP", "Diastolic Blood Pressure (mmHg)", 6, "Vital Sign", 2,
"PULSE", "PULSE", "Pulse Rate (beats/min)", 7, "Vital Sign", 2,
"SYSBP", "SYSBP", "Systolic Blood Pressure (mmHg)", 8, "Vital Sign", 2,
Expand Down

0 comments on commit 6ddccbe

Please sign in to comment.