We can use a tree diagram with 4 branches as follows:
D: people that have disease
DC: people who do NOT have disease
P: people who test positive
PC: people who test negative
DC (.992) --------- PC (.98) = .972
---------- P (.02) = .020 (false positives)
D (.008) ---------- PC (.04) = .00032 (false negatives)
----------- P (.96) = .00768
Prob (D | P) = .00768 / .02768 = .277 ~ 27.7 % chance of having the disease given that they tested postive.
(This illustrates the phenomenon that, even though the tests seem fairly accurate, because most of the people testing are disease-free (the incidence rate is so low), most of the people who test positive are actually disease-free.)