ถ้าตรวจสอบจาก cid
select distinct v.hn, concat(p.pname,p.fname," ",p.lname) as ptname, p.cid
from vn_stat v
join patient p on p.hn=v.hn
left outer join person ps on ps.cid=v.cid
where ps.cid is null and v.vstdate between '2011-01-01' and '2011-01-31'
order by p.hn
นอกจากนี้สามารถตรวจสอบจาก hn และ patient_hn ได้อีกด้วย