ช่วยทีครับ ทำรายงานส่งไม่ได้เลยครับ
ขอคำแนะนำหน่อยครับ ขอบคุณครับ
ใช้เวอร์ชั่นอะไรอยู่ครับ.... ผมลองดู..ก็ค้นข้อมูลได้นี่ครับ...
ลองใช้คำสั่ง นี้ ใน SQL Qurey (รูปสายฟ้า) ดูว่ามีข้อมูลหรือเปล่า
select pt.*,ov.*
from an_stat ov ,patient pt ,ipt ovst
where ov.an=ovst.an and ov.dchdate between "2008-07-01" and "2008-07-31" and ov.hn=pt.hn
and ov.age_y>= 0
and ov.age_y<= 200
and ( (ov.pdx >= "J45" and ov.pdx <= "J46")
or (ov.dx0 >= "J45" and ov.dx0 <= "J46")
or (ov.dx1 >= "J45" and ov.dx1 <= "J46")
or (ov.dx2 >= "J45" and ov.dx2 <= "J46")
or (ov.dx3 >= "J45" and ov.dx3 <= "J46")
or (ov.dx4 >= "J45" and ov.dx4 <= "J46")
or (ov.dx5 >= "J45" and ov.dx5 <= "J46") )