This page last changed on 27.08.2013 by ttuv.

TROMSO_STR2_EXIT

Name: 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_EXIT

Please contact us for a description of this variable.


MORGAM_STR2_EXIT

This was obtained from the MORGAM derived variable STRDATE3 by converting the latter to the CHANCES date format.

  STRDATE3 Date of first fatal or non-fatal likely cerebral infarction (day,month,year)
88888888 = irrelevant
99999999 = insufficient data

If STRDATE3 = 88888888 or 99999999, CONTACT_DATE is coded for STR2_EXIT.


Document generated by Confluence on 26.02.2015 17:47