|
CHANCES : CR_RH_CUR_HRT
This page last changed on 05.03.2014 by jkox.
TROMSO_RH_CUR_HRTName: RH_CUR_HRT Short description: Current use of Hormone Replacement Therapy Type: Integer Description and values: Current use of Hormone Replacement Therapy
Local variable explanation: *ESTROGEN_TABLETS_T4 : *Do you now use or have you ever used estrogen (tablets or patches)?
*ESTROGEN_CREAM_T4 : *Do you now use or have you ever used estrogen (cream or suppositories)?
SAS code: If ESTROGEN_TABLETS_T4 EQ 1 or ESTROGEN_CREAM_T4 EQ 1 then RH_CUR_HRT=1; else if ESTROGEN_TABLETS_T4 IN (2 3) and ESTROGEN_CREAM_T4 IN (2 3) then RH_CUR_HRT=0; else RH_CUR_HRT=9; MORGAM_RH_CUR_HRTThe RH_CUR_HRT variable is defined using the MORGAM variables HORM and MENOP, and the CHANCES variable SEX. MENOP HORM If SEX = 2 (FEMALE), the following rule is used:
If SEX = 1 (MALE), 9 is coded for RH_CUR_HRT. HAPIEE_RH_CUR_HRTSTATA code h36: currently using HRT -> 1=yes, 2=no gen rh_cur_hrt=h36 ESTHER_RH_CUR_HRTRH_CUR_HRT=HRT_curr; Source of HRT_curr: Drugs documented in the physician's medical conditions report or self-reported usage of HRT in the participant's questionnaire (variable F24HRMN3) |
| Document generated by Confluence on 26.02.2015 17:02 |