|
CHANCES : CR_STR2
This page last changed on 27.08.2013 by ttuv.
TROMSO_STR2Name: STR2 Short description: Likely cerebral infarction Type: Integer Description and values:
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=3; end; ELSE IF DIAGISCH = 1 and .<(DATO_DOD -DATOISCH)<=28 then do; STR2=1; end; else if DIAGISCH = 1 then do; STR2=2; end; else do; STR2=3; end; NSWEDEN_STR2if (TYPE1='432' OR TYPE1='433' OR TYPE1='434') AND (contact_age<age_strokediagn) and survival=2 then STR2=1; TYPE1=type of stroke according to the ICD codes. MORGAM_STR2This was derived from the MORGAM derived variable STROKE3 using the following rule:
Note, when STROKE3 = 8 or 9, STR2_TIME will be zero. |
| Document generated by Confluence on 26.02.2015 17:45 |