|
CHANCES : CR_RH_EVERPILL
This page last changed on 25.09.2014 by ttuv.
TROMSO_RH_EVERPILLName: RH_EVERPILL Short description: Ever used pill Type: Integer Description and values: Has the woman ever used contraceptive pills?
Local variable explanation: *ORAL_CONTRACEPTIVE_U70_T4 : *Do you now use or have you ever used contraceptive pills (OC) (incl. minipill) (pu70)?
SAS code: if ORAL_CONTRACEPTIVE_U70_T4 In (1 2) then RH_EVERPILL=1; else if ORAL_CONTRACEPTIVE_U70_T4 EQ 3 then RH_EVERPILL=0; else RH_EVERPILL=9999; HAPIEE_RH_EVERPILLSTATA code h34: use of hormonal contraception -> 1=no, 2= yes, but not now, 3=yes, still using gen rh_everpill=. ESTHER_RH_EVERPILLRH_EVERPILL=F20PILL; Source of F20PILL is participant's questionnaire at baseline Or coded from reported medication ATC Code G03B from physician's medical conditions report at baseline? Baseline_physician's medical conditions report EPIC_RH_EVERPILLThe EPIC variable EVER_PILL was used for the production of RH_EVERPILL according to the following definition and rule. EPIC var definition(s): Coding rule: Coding rule in STATA: -replace RH_EVERPILL = 9 if RH_EVERPILL==. |
| Document generated by Confluence on 26.02.2015 17:08 |