select targets.hospcode ,chospital_amp.hosname ,ifnull(works.work_t3, 0) work_t3 ,ifnull(works.work_t4, 0) work_t4 ,ifnull(works.work_t1, 0) work_t1 ,ifnull(works.work_t2, 0) work_t2 ,ifnull(works.sum_work, 0) sum_work ,targets.target from ( select hospcode ,count(distinct concat(pid, hospcode)) target from nhso_tmpqof003_anc group by hospcode ) targets left join ( select hospcode ,count(distinct case when DATE_SERV between "20170401" and "20170630" then concat(pid, hospcode) end) work_t3 ,count(distinct case when DATE_SERV between "20170701" and "20170930" then concat(pid, hospcode) end) work_t4 ,count(distinct case when DATE_SERV between "20171001" and "20171231" then concat(pid, hospcode) end) work_t1 ,count(distinct case when DATE_SERV between "20180101" and "20180331" then concat(pid, hospcode) end) work_t2 ,count(distinct case when DATE_SERV between "20170401" and "20180331" then concat(pid, hospcode) end) sum_work from nhso_tmpqof003_anc where ANCNO = 1 and GA <= 12 group by hospcode ) works on works.hospcode = targets.hospcode LEFT JOIN chospital_amp ON chospital_amp.hoscode = targets.hospcode
แสดง 1 ถึง 20 จาก 24 ผลลัพธ์

ร้อยละของหญิงมีครรภ์ (ทุกสิทธิ) ได้รับการฝากครรภ์ครั้งแรกก่อน 12 สัปดาห์

#HOSPCODEสถานบริการ ผลงานไตรมาส 3 ปี2559ผลงานไตรมาส 4 ปี2559ผลงานไตรมาส 1 ปี2560ผลงานไตรมาส 2 ปี2560ผลงานรวม 4 ไตรมาสเป้าหมายทั้งหมด
107711รพ.สต.ตะเบาะ ตำบลตะเบาะ0000063
207712รพ.สต.บ้านพี้ ตำบลบ้านโตก0000037
307713รพ.สต.พนานิคม ตำบลบ้านโตก0000029
407714รพ.สต.สะเดียง ตำบลสะเดียง0000054
507715รพ.สต.ป่าแดง ตำบลป่าเลา0000032
607716รพ.สต.บ้านพลำ ตำบลป่าเลา0000050
707717รพ.สต.นางั่ว ตำบลนางั่ว0000085
807718รพ.สต.ท่าพล ตำบลท่าพล00000102
907719รพ.สต.วังซอง ตำบลท่าพล0000025
1007720รพ.สต.ดงมูลเหล็ก ตำบลดงมูลเหล็ก0000087
1107721รพ.สต.บ้านโคก ตำบลบ้านโคก0000050
1207722รพ.สต.กงกะยาง ตำบลบ้านโคก0000020
1307723รพ.สต.ชอนไพร ตำบลชอนไพร0000046
1407724รพ.สต.นาป่า ตำบลนาป่า0000088
1507725รพ.สต.หนองผักบุ้ง ตำบลนายม0000038
1607726รพ.สต.ถ้ำน้ำบัง ตำบลนายม0000017
1707727รพ.สต.วังชมภู ตำบลวังชมภู0000098
1807728รพ.สต.น้ำร้อน ตำบลน้ำร้อน0000027
1907729รพ.สต.ห้วยสะแก ตำบลห้วยสะแก0000046
2007730รพ.สต.ห้วยใหญ่ ตำบลห้วยใหญ่0000049
   000001,043