แสดงกระทู้

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - itnd

หน้า: [1]
1
รายงานการตรวจ Lab ประจำปี ที่ช้ำของผู้ป่วย dm และ ht  ขอคำสั่งหน่อยครับ  SQL  หรือ .CDS  ได้ยิ่งดีครับ

2
คีย์การวินิจฉัยที่ห้อง  ER คีย์ไม่ครบหลัก อยากให้มี ป๊อปอัพ
ขึ้นมาเหมือนห้องตรวจ  "ลงรหัส ICD10 ไม่ครบหลัก"
ต้องทำอย่างไรครับ

3
ลองดูครับ
select  distinct(h.hn),pt.cid,concat(pt.pname,pt.fname,'  ',pt.lname) as name,
v.vstdate,concat(h.form_name,'  ',o.lab_order_result) as FBS,v.pdx,v.dx0 ,v.dx1
from lab_order o
left outer join lab_head h on h.lab_order_number =o.lab_order_number
left outer join patient pt on h.hn=pt.hn
left outer join vn_stat v on  v.hn=h.hn
where  o.lab_order_result < 7 and v.vstdate between  '2013-03-01' and '2013-03-31'  and h.form_name ='HbA1c'
and ( (v.pdx >= "E100" and v.pdx <= "E119")
 or (v.dx0 >= "E100" and v.dx0 <= "E119")
 or (v.dx1 >= "E100" and v.dx1 <= "E119")
 or (v.dx2 >= "E100" and v.dx2 <= "E119")
 or (v.dx3 >= "E100" and v.dx3 <= "E119")
 or (v.dx4 >= "E100" and v.dx4 <= "E119")
 or (v.dx5 >= "E100" and v.dx5 <= "E119") )
group by v.hn

4
แฟ้ม MCH นอกเขต ต้องติ๊กบังคับส่งออก 18 แฟ้ม สปสช หรือเปล่าครับ

หน้า: [1]