diff --git a/R/derive_basetype_records.R b/R/derive_basetype_records.R index dca942d651..b41fa90f60 100644 --- a/R/derive_basetype_records.R +++ b/R/derive_basetype_records.R @@ -2,12 +2,12 @@ #' #' Baseline Type `BASETYPE` is needed when there is more than one definition of #' baseline for a given Analysis Parameter `PARAM` in the same dataset. For a -#' given parameter, if Baseline Value `BASE` is populated, and there is more than -#' one definition of baseline, then `BASETYPE` must be non-null on all records of -#' any type for that parameter. Each value of `BASETYPE` refers to a definition of -#' baseline that characterizes the value of `BASE` on that row. Please see -#' section 4.2.1.6 of the ADaM Implementation Guide, version 1.3 for further -#' background. +#' given parameter, if Baseline Value `BASE` or `BASEC` are derived and there +#' is more than one definition of baseline, then `BASETYPE` must be non-null on +#' all records of any type for that parameter. Each value of `BASETYPE` refers +#' to a definition of baseline that characterizes the value of `BASE` on that +#' row. Please see section 4.2.1.6 of the ADaM Implementation Guide, version +#' 1.3 for further background. #' #' Adds the `BASETYPE` variable to a dataset and duplicates records based upon #' the provided conditions. diff --git a/man/derive_basetype_records.Rd b/man/derive_basetype_records.Rd index 19a9c07671..680458a481 100644 --- a/man/derive_basetype_records.Rd +++ b/man/derive_basetype_records.Rd @@ -23,12 +23,12 @@ The input dataset with variable \code{BASETYPE} added \description{ Baseline Type \code{BASETYPE} is needed when there is more than one definition of baseline for a given Analysis Parameter \code{PARAM} in the same dataset. For a -given parameter, if Baseline Value \code{BASE} is populated, and there is more than -one definition of baseline, then \code{BASETYPE} must be non-null on all records of -any type for that parameter. Each value of \code{BASETYPE} refers to a definition of -baseline that characterizes the value of \code{BASE} on that row. Please see -section 4.2.1.6 of the ADaM Implementation Guide, version 1.3 for further -background. +given parameter, if Baseline Value \code{BASE} or \code{BASEC} are derived and there +is more than one definition of baseline, then \code{BASETYPE} must be non-null on +all records of any type for that parameter. Each value of \code{BASETYPE} refers +to a definition of baseline that characterizes the value of \code{BASE} on that +row. Please see section 4.2.1.6 of the ADaM Implementation Guide, version +1.3 for further background. } \details{ Adds the \code{BASETYPE} variable to a dataset and duplicates records based upon diff --git a/vignettes/bds_finding.Rmd b/vignettes/bds_finding.Rmd index 89255a017f..4233dd4bba 100644 --- a/vignettes/bds_finding.Rmd +++ b/vignettes/bds_finding.Rmd @@ -230,7 +230,7 @@ attr(param_lookup$VSTESTCD, "label") <- "Vital Signs Test Short Name" At this stage, only `PARAMCD` is required to perform the derivations. Additional derived parameters may be added, so only `PARAMCD` is joined to the datasets at -this point. All other variables related to `PARAMCD` (e.g. `PARAM`, `PARAMCAT1`, ...) +this point. All other variables related to `PARAMCD` (e.g. `PARAM`, `PARCAT1`, ...) will be added when all `PARAMCD` are derived. ```{r eval=TRUE}