|
CHANCES : CR_STR2_EXIT
This page last changed on 27.08.2013 by ttuv.
TROMSO_STR2_EXITName: STR2_EXIT Description and values: STR2_EXIT is the date of exit from the follow-up of likely cerebral infarction Local variable explanation: DIAGISCH: Diagnose of ischemic cerebral infarction (1=definite) DATOISCH: Date of diagnose of ischemic cerebral infarction FLYTTEDATO: Date of relocation from town/municipality DATE_T4: Date of examination SAS code: If DIAGISCH = 1 and (sign(DATOISCH -'31dec2010'd)=1 or sign(DATE_T4 - DATOISCH)=1) then do; DIAGISCH=.; DATOISCH=.; end; IF DIAGISCH = 1 and sign(DATOISCH-FLYTTEDATO)=1 then do; STR2_EXIT=FLYTTEDATO; end; ELSE IF DIAGISCH = 1 and .<(DATO_DOD -DATOISCH)<=28 then do; STR2_EXIT=DATOISCH; end; else if DIAGISCH = 1 then do; STR2_EXIT=DATOISCH; end; else do; STR2_EXIT=min(FLYTTEDATO,dato_dod,'31dec2010'd); end; NSWEDEN_STR2_EXITPlease contact us for a description of this variable. MORGAM_STR2_EXITThis was obtained from the MORGAM derived variable STRDATE3 by converting the latter to the CHANCES date format.
If STRDATE3 = 88888888 or 99999999, CONTACT_DATE is coded for STR2_EXIT. |
| Document generated by Confluence on 26.02.2015 17:47 |