แสดงกระทู้

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

หน้า: [1]
1
การแก้ปัญหา   ต้องการให้ BMS  เขียน script ดึงข้อมูล ออก 43 แฟ้ม อย่าลืมจุดนี้ครับ  ซึ่งผมคิดว่ายั่งยืนและไม่ยากครับ

คุณหมอฟันขอมา 

2
ดังตัวอย่างข้างบนมี 2 area คือ หัตถการ 2 ซี่  แต่เมื่อ ออก 43 แฟ้ม   PROCEDURE_OPD  มีรายการ เดียว ซึ่งเท่ากับ หัตถการ 1 ซี่
 row อื่นๆ ก็เช่นกัน  ลงหัตถการ มากกว่า 1 ซี่ แต่ออก 43 แฟ้ม ได้ 1 ซี่ เท่านั้น

เป็นทุกรายการหัตถการ ทันตกรรม
 

3
การลงข้อมูลทันตกรรม ใน 1 รายการ อาจมีรายการใน area code ได้หลายรายการ เมื่อออก 43 แฟ้ม  ที่ PROCEDURE_OPD จะมีแค่ รายการเดียวเท่านั้น เงื่อนไข 43 แฟ้ม อนุญาตให้ส่งได้ 6 (หรือ 8) รายการ ใน icd10tm ซ้ำ และขณะนี้ นโยบายกระทรวง ต้องการใช้ 43 แฟ้ม ทำรายงาน, เบิก PP เป็นต้น  ขอความช่วยเหลือ ให้ดึงข้อมูลทันตกรรม จาก dtmain  join กับ dtmain_area  เพิ่มด้วย จะเป็นพระคุณอย่างสูง

4
select v.hospsub,h.name ,count(distinct(d.hn)) as kon,count(distinct(d.vn)) as krung, count(d.hn) as ngan,
 count(distinct(case when v.age_y <= 2 then d.vn  end) ) as age_0_2,
 count(distinct(case when v.age_y >= 3 and v.age_y <= 5 then d.vn  end) ) as age_3_5,
 count(distinct(case when v.age_y >= 6 and v.age_y <= 14 then d.vn  end) ) as age6_14,
 count(distinct(case when v.age_y >= 15 and v.age_y <= 40 then d.vn  end) ) as age15_40,
 count(distinct(case when v.age_y >= 41 and v.age_y <= 59 then d.vn  end) ) as age41_59,
 count(distinct(case when v.age_y >= 60 then d.vn  end) ) as age_60more
from dtmain d
left outer join vn_stat v on v.vn = d.vn
left outer join hospcode h on h.hospcode=v.hospsub
where d.vstdate between '2013-01-01' and '2013-01-31' and v.hospmain=10874 and hospsub<>""
group by v.hospsub

5
ขอตัวปลดล็อคด้วยครับ

โรงพยาบาลสามพราน นครปฐม
บริษัท อีฟอร์แอล อินเตอร์ ฯ
naronrsak_t@hotmail.com


หน้า: [1]