แสดงกระทู้

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 - annmaster

หน้า: [1]
1
เวอร์ชั่นใหม่ใช้งานได้ปกติยังครับ

2
ขอทราบ วันเวลา รุ่นสองครับ

3
Report Exchange / รายงาน dt ในหญิงตั้งครรภ์
« เมื่อ: กันยายน 26, 2014, 11:10:17 AM »
ไม่ทราบว่าท่านใดมีรายงาน dtในหญิงตั้งครรภ์บ้างครับ ในบัญชี2
หรือคำสั่งก็ได้ครับ

4
Report Exchange / อยากได้คำสั่ง เลื่อนนัด
« เมื่อ: กันยายน 19, 2014, 15:41:41 PM »
พอดีพยาบาลอยากได้รายงานเด็กเลื่อนนัด ผมมีรายงานเด็กมาตามนัด กับ เด็กขาดนัดแล้ว  แต่พยาบาลอยากได้ เด็กเลื่อนนัดอีก 1 รายงาน ไม่ทราบว่าจะเขียนคำสั่งอย่างไรดีครับ

คำสั่งเด็กมาตามนัด
select o.nextdate,o.hn,concat(pt.pname,pt.fname," ",pt.lname)as ptname,concat("นาย",pt.fathername," ",pt.fatherlname)as father,
concat("นาง",pt.mathername," ",pt.motherlname)as mother,
concat(pt.addrpart," หมู่ ",pt.moopart)as addressname,concat("ต.",t3.name," อ.",t2.name," จ.",t1.name) as fulladdressname,o.person_vaccine_id from oapp o
left outer join patient pt on pt.hn=o.hn
left outer join thaiaddress t1 on t1.chwpart=pt.chwpart
and t1.amppart="00" and t1.tmbpart="00"
left outer join thaiaddress t2 on t2.chwpart=pt.chwpart
and t2.amppart=pt.amppart and t2.tmbpart="00"
left outer join thaiaddress t3 on t3.chwpart=pt.chwpart
and t3.amppart=pt.amppart and t3.tmbpart=pt.tmbpart
where o.nextdate between "2014-08-01" and "2014-08-31"
and o.person_vaccine_id in ("5","6","7","8","38","39","40","12","13","14","15","16","19","20","21","17","22","18","23")
order by o.nextdate


คำสั่งเด็กขาดนัด
select o.nextdate,o.hn,concat(pt.pname,pt.fname," ",pt.lname)as ptname,concat("นาย",pt.fathername," ",pt.fatherlname)as father,
concat("นาง",pt.mathername," ",pt.motherlname)as mother,
concat(pt.addrpart," หมู่ ",pt.moopart)as addressname,concat("ต.",t3.name," อ.",t2.name," จ.",t1.name) as fulladdressname,o.person_vaccine_id from oapp o
left outer join patient pt on pt.hn=o.hn
left outer join thaiaddress t1 on t1.chwpart=pt.chwpart
and t1.amppart="00" and t1.tmbpart="00"
left outer join thaiaddress t2 on t2.chwpart=pt.chwpart
and t2.amppart=pt.amppart and t2.tmbpart="00"
left outer join thaiaddress t3 on t3.chwpart=pt.chwpart
and t3.amppart=pt.amppart and t3.tmbpart=pt.tmbpart
where o.nextdate between "2014-08-01" and "2014-08-31"
and o.hn not in (select hn from ovst where vstdate between  '2014-09-01' and '2014-09-19' )
and o.person_vaccine_id in ("5","6","7","8","38","39","40","12","13","14","15","16","19","20","21","17","22","18","23")
order by o.nextdate

อยากได้คำสั่ง เลื่อนนัด ครับ ไม่ทราบว่าใช้คำสั่ง sql อย่างไงครับ


5
ขอบคุณครับ

6
ท่านใดมีรายงาน Ultrasound แยกตามสิทธิ บ้างครับ

สิทธิUC   ประกันสังคม  ข้าราชการ


ขอบคุณมากครับ

7
Report Exchange / Re: รายงานแยกตามสิทธิ
« เมื่อ: กรกฎาคม 17, 2013, 14:50:14 PM »
กำลังต้องการเลยครับ ใครทำเสร็จแล้วบ้างครับ

8
MySQL ไม่ได้เปิด function InnoDB ไว้หรือเปล่าครับ
น่าจะเป็นตามนี้นะครัย
เปิดไฟล์ my.cnf ลองหา คำว่า skip-innodb แล้วใส่#ไว้ข้างหน้า แล้ว save
เสร็จแล้ว restart mysql ดูครับ ว่าได้รึเปล่า

ขอบคุณมากครับ เด่วจะลองดู

9
ตอนนี้ผมกำลังจะสร้างระบบบันทึกความเสี่ยง แล้วอยู่ขั้นตอนสร้างตาราง แต่ติดปัญหาดังภาพ ไม่ทราบว่าต้องแก้ไขอย่างไรครับ
 

ขอบคุณมากครับ

10
ขอ source code ด้วยได้ไหมครับ เพื่อจะแก้ไขให้ตรงกับหน่วยงานครับ

ถ้าได้รบกวนส่งมาที่ ansorycoe@gmail.com

ขอบคุณมากครับ

11
รบกวนสอบถามหน่อยครับ

ผมอยากเพิ่มชื่อ บุคลากรสาธารณสุขประจำบ้าน ตรงช่องดังรูป ไม่ทราบว่าต้องไปเพิ่มตรงไหน อย่างไรครับ



ขอบคุณครับ

12
HOSxP for iPhone / iPad / ติดตั้ง HosXP บน Mac
« เมื่อ: ธันวาคม 19, 2012, 16:04:15 PM »
ไม่ทราบว่าสามารถติดตั้งดปรแกรม HosXP บนเครื่อง Mac ได้ไหมครับ
ถ้าได้ขอวิธีติดตั้งด้วยครับ ขอขอบคุณครับ

หน้า: [1]