code View

id 8
Title HIV status
Type snippet
Highlight group
Description
Code

 

from HIV table, last status

from s in db.d_status.Where(w => w.id_person == p.id_person && w.domain == "HIVST" && w.active == true).DefaultIfEmpty()

 

Ordine 30