From 6ddccbeaf127ac2bd58ba6820b977b201c5fc892 Mon Sep 17 00:00:00 2001 From: "SPUJ (Siddhesh Pujari)" Date: Sat, 26 Oct 2024 13:09:54 +0200 Subject: [PATCH] #28: Updated PARCAT1 for all "Subject Characteristic" records to "Anthropometric measurement" --- vignettes/advs.Rmd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vignettes/advs.Rmd b/vignettes/advs.Rmd index 88a3364..3c8ba7d 100644 --- a/vignettes/advs.Rmd +++ b/vignettes/advs.Rmd @@ -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,