|
||||||||||||||||||
|
||||||||||||||||||
|
In this lesson,
|
||||||||||||||||||
| VARIABLE_NAME | VARIABLE_LABEL | DERIVATION |
|---|---|---|
| USUBJID | Unique Subject Identifier | Equals to the value of VS.USUBJID |
| ADT | Analysis Date | Extract the date portion from VSDTC and convert it to numeric value |
| PARAM | Parameter | Set to propcase(VSPOS)||VSTEST||" ("||VSSTRESU||") |
| PARAMCD | Parameter Code | If VSPOS="SITTING" and VSTESTCD="SYSBP" then set to "STSBP", Else if VSPOS="SITTING" and VSTESTCD="DIABP" then set to "STDBP" |
| PARAMN | Parameter (N) | If PARAMCD="STSBP" then set to 1, Else if PARAMCD="STDBP" then set to 2. |
| AVAL | Analysis Value | Set to VSSTRESN |
| AVISIT | Analysis Visit | A. For the source records:      If VS.VISIT="SCREEN" then set to "Screening",      Else set to propcase(VS.VISIT) B. For the record with ABLFL="Y" set to "Baseline" |
| AVISITN | Analysis Visit (N) | A. For the source records:      If VS.VISIT="SCREEN" then set to -1,      Else Set to VS.VISITNUM B. For the record with ABLFL="Y" set to 0 |
| ABLFL | Baseline Record Flag | Set to "Y" on the latest record with non-missing result on or before treatment start date for each parameter within a subject |