|
CHANCES : CR_STR3
This page last changed on 27.08.2013 by ttuv.
TROMSO_STR3Name: STR3 Description and values:
Local variable explanation: DIAGHEMO: Diagnose of haemorrhagic stroke (1=definite) DATOHEMO: Date of diagnose of haemorrhagic stroke FLYTTEDATO: Date of relocation from town/municipality DATE_T4: Date of examination DATO_DOD: Date of death fdato: date of death SAS code: DIAGHEMO=.; DATOHEMO=.; end; IF DIAGHEMO = 1 and sign(DATOHEMO-FLYTTEDATO)=1 then do; STR3=3; end; ELSE IF DIAGHEMO = 1 and .<(DATO_DOD -DATOHEMO)<=28 then do; STR3=1; end; else if DIAGHEMO = 1 then do; STR3=2; end; else do; STR3=3; end; NSWEDEN_STR3if (TYPE1='430'OR TYPE1='431') AND (contact_age<age_strokediagn) and survival=2 then STR3=1; TYPE1=type of stroke according to the ICD codes. MORGAM_STR3This was derived from the MORGAM derived variable STROKE5 using the following rule:
Note, when STROKE5 = 8 or 9, STR3_TIME will be zero. |
| Document generated by Confluence on 26.02.2015 17:49 |