| | | | | HEANA
| | | | |
| | | | | Have you ever had any pain or discomfort in your chest?
| | | | | 1 Yes
| | | | | 2 No
| | | | |
| | | | | IF @/Have you ever had any pain o = Yes [HeAna = 1]
| | | | | |
| | | | | | HEANB
| | | | | |
| | | | | | Do you get it when you walk uphill or hurry?
| | | | | | 1 Yes
| | | | | | 2 No
| | | | | | 3 Sometimes/Occasionally
| | | | | | 4 Never walks uphill or hurries
| | | | | | 5 Cannot walk
| | | | | |
| | | | | | IF @/Do you get it when you walk = Sotimes [HeAnb = 3]
| | | | | | |
| | | | | | | HEANC
| | | | | | |
| | | | | | | Does this happen on most occasions?
| | | | | | | 1 Yes
| | | | | | | 2 No
| | | | | | |
| | | | | | END OF FILTER
| | | | | |
| | | | | | IF @/Do you get it when you walk = [Yes, Sotimes, NeverDo]
| | | | | | [HeAnb = 1, 3, 4]
| | | | | | |
| | | | | | | HEAND
| | | | | | |
| | | | | | | Do you get it when you walk at an ordinary pace on the level?
| | | | | | | 1 Yes
| | | | | | | 2 No
| | | | | | | 3 Sometimes/Occasionally
| | | | | | | 4 Never walks at an ordinary pace on the level
| | | | | | |
| | | | | | | IF (HeAnd = Notwalk) OR ((HeAnb = NeverDo) AND (HeAnd =
| | | | | | | No)) [HeAnd = 4 OR HeAnb = 4 AND HeAnd = 2]
| | | | | | | |
| | | | | | | | HEAND1
| | | | | | | |
| | | | | | | | Do you never because... READ OUT...
| | | | | | | |
| | | | | | | | CODE ONE ONLY
| | | | | | | | 1 ...it causes chest pain to do so,
| | | | | | | | 2 ...it causes other discomfort to do so,
| | | | | | | | 3 ...you prefer not to,
| | | | | | | | 4 or, for some other reason?
| | | | | | | |
| | | | | | | ELSE
| | | | | | | |
| | | | | | | | IF @/Do you get it when you walk = Sotimes [HeAnd = 3]
| | | | | | | | |