|
CHANCES : CR_STR_HIST1_DATE
This page last changed on 01.12.2014 by ttuv.
See the definition of variable STR_HIST1_DATE. TROMSO_STR_HIST1_DATEName: STR_HIST1_DATE Short description: Date of documented stroke diagnosis Type: Date (format: YYYY-MM-DD, e.g. 2011-01-01) Description and values: The date at which the subject was diagnosed with a documented stroke If information is missing then code 9999. Local variable explanation: datoslag= date of documented stroke SAS code:
If STR_HIST1 EQ 1 then STR_HIST1_DATE=datoslag; else STR_HIST1_DATE=9999;
|
| Document generated by Confluence on 26.02.2015 18:03 |