แสดงกระทู้

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

หน้า: [1] 2 3 ... 5
1
HOSxP PCU / Re: สิทธิพนักงานนท้องถิ่น
« เมื่อ: ธันวาคม 03, 2013, 12:06:03 PM »
:) สิทธิ์ท้องถิ่นเป็นเพียงสิทธิ์ร่วมของเขาครับ  แต่สิทธิ์หลักเขาเป็นเบิกได้ กรมบัญชีกลาง อยู่ครับ คงต้องเพิ่มสิทธิ์ให้ครบครับจึงจะใช้งานได้

คงต้องรอ Uc2Hosxp_PCU  ของท่านแล้วครับ

2
 ;D ลองดูครับ  ;D

3
HOSxP PCU / Re: HOSxP-PCU 3.56.2.14 Restore Data ไม่ได้
« เมื่อ: กุมภาพันธ์ 14, 2013, 23:40:19 PM »
ได้แล้วครับ ต้องเลือกแบบไม่ผ่าน mysql.exe ครับ

4
HOSxP PCU / Re: HOSxP-PCU 3.56.2.14 Restore Data ไม่ได้
« เมื่อ: กุมภาพันธ์ 14, 2013, 21:50:28 PM »
ทดสอบแล้ว ไม่ได้เหมือนกันครับ


5
HOSxP PCU / Re: Restore ข้อมูลไม่ได้ครับ
« เมื่อ: กุมภาพันธ์ 13, 2013, 22:35:33 PM »
Database ตัวเดียวครับ ลองถอย version ไปเดือนมกราคม (3.56.1.9) ปรากฎว่า restore ได้ครับ

6
HOSxP PCU / Restore ข้อมูลไม่ได้ครับ
« เมื่อ: กุมภาพันธ์ 13, 2013, 17:46:50 PM »
ผมใช้  HOSxP PCU  3.56.2.13 สำรองข้อมูลเพื่อมาใช้ใน Note Book แล้ว Restore ข้อมูลเข้า โปรแกรมแจ้งว่า Restore done แต่ข้อมูลไม่มีครับ ไม่รู้ว่าท่านอื่นเป็นหรือเปล่าครับ

7
HOSxP PCU / ขอคำสั่งรวมฟิลด์ด้วยครับ
« เมื่อ: มกราคม 18, 2013, 12:08:56 PM »
 8) 8) ที่ รพ.สต.ต้องการรายละเอียดการรับวัคซีนของเด็กในพื้นที่ ลองใช้คำสั่ง SQL ได้ประมาณนี้ครับ แต่ต้องการรวม 2 ฟิลด์นี้ ต้องใช้คำสั่งอะไรครับ รบกวนด้วยครับ  :-* :-*

SELECT p.person_id,p.cid,p.pname,p.fname,p.lname,p.birthdate,p.age_y,p.age_m,p.age_d,
       p.father_name,p.mother_name,
       h.address,v.village_moo,v.village_name,t.full_name as full_address_name,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=5)  as bcg_vaccine,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=5)  as bcg_vaccine_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=6)  as Hbv1,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=6)  as Hbv1_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=12) as Opv1,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=12) as Opv1_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=9)  as DPT1,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=9)  as DPT1_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=7)  as Hbv2,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=7)  as Hbv2_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=13) as Opv2,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=13) as Opv2_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=10) as DPT2,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=10) as DPT2_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=14) as OPV3,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=14) as OPV3_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=11) as DPT3,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=11) as DPT3_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=8)  as HBV3,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=8)  as HBV3_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=15) as MMR1,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=15) as MMR1_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=16) as Measle,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=16) as Measle_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=18) as OPV4,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=18) as OPV4_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=17) as DPT4,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=17) as DPT4_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=19) as JE1,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=19) as JE1_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=20) as JE2,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=20) as JE2_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=21) as JE3,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=21) as JE3_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=23) as OPV5,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=23) as OPV5_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=22) as DPT5,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=22) as DPT5_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=49) as ROTA1,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=49) as ROTA1_1,

       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=50) as ROTA2,
       (select vaccine_date from person_vaccine_elsewhere  where person_id=p.person_id and person_vaccine_id=50) as ROTA2_1

FROM person p

LEFT OUTER JOIN house h ON h.house_id = p.house_id
LEFT OUTER JOIN village v on v.village_id = p.village_id
LEFT OUTER JOIN thaiaddress t on t.addressid = v.address_id

WHERE p.birthdate between "2005-12-31" and "2012-02-21"
and v.village_moo<>0

ORDER BY  village_moo,p.birthdate

8
แจ้งข้อผิดพลาดการทำงานของ HOSxP V3 / Re: Bug ??? 3.55.11.8
« เมื่อ: พฤศจิกายน 16, 2012, 22:50:23 PM »
แก้ไขให้แล้วครับใน 3.55.11.16

 ;D ;D Download ได้หรือยังครับ  ;D ;D

9
HOSxP PCU / Re: error เวอร์ชัน 3.55.10.27 อีกครั้ง
« เมื่อ: ตุลาคม 30, 2012, 16:02:48 PM »
 ??? ??? 3.55.10.29 ก้อเป็นครับในบัญชี 1  ??? ???

10
 >:( >:( ประมาณนี้ครับ  >:( >:(

12

คงต้องดึงจากรายงานมาดู พี่ chinaga ดึงรายงานจาก person_vaccine_list มาเลยครับ
 ;D ;D ;D
[/quote]   


  >:( >:( อยากรู้เหมือนกันครับ  :-[

13
Development / Re: HOSxP 3.55.7.19 ปรับอะไรบ้างครับ
« เมื่อ: กรกฎาคม 23, 2012, 17:33:43 PM »
อาจารย์ครับ ลองอัป 7.21 ฟ้อง error mysql ครับ ต้องปรับอะไรใน mysql เพิ่มหรือเปล่าครับ

 :-[ :-[  3.55.7.23  ก็เป็นครับ   :-X :-X

14
Development / Re: HOSxP 3.55.7.9
« เมื่อ: กรกฎาคม 09, 2012, 22:44:11 PM »
 ;D ;D ได้แล้วครับ ขอบคุณ อ.เกื้อกูลมากครับ จากกระทู้นี้

http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=24856.15

15
Development / Re: HOSxP 3.55.7.9
« เมื่อ: กรกฎาคม 09, 2012, 11:52:20 AM »
???  ผม up แล้ว  ติด error แบบนี้ครับ  ??? ???

 ??? ??? ลองอีกที ก็ยังไม่ผ่านครับ  ??? ???

ลอง ตรวจสอบ ตาราง ที่ใช้ดึงข้อมูลจาก smart_card ก่อนครับ..nhso_smartcard

 :-[ :-[อ.เกื้อครับ ตารางนี้ไม่ได้ถูกสร้างครับ  :-X :-X

16
Development / Re: HOSxP 3.55.7.9
« เมื่อ: กรกฎาคม 09, 2012, 10:49:48 AM »
???  ผม up แล้ว  ติด error แบบนี้ครับ  ??? ???

 ??? ??? ลองอีกที ก็ยังไม่ผ่านครับ  ??? ???

17
Development / Re: HOSxP 3.55.7.9
« เมื่อ: กรกฎาคม 09, 2012, 10:26:41 AM »
 ???  ผม up แล้ว  ติด error แบบนี้ครับ  ??? ???

18
HOSxP PCU / Re: HOSxP PCU version 3.55.6.27
« เมื่อ: มิถุนายน 29, 2012, 11:16:30 AM »

20
ขอแสดงความเสียใจด้วยครับ

21
แจ้งปัญหา / ขอความช่วยเหลือ / Re: OPPP 2555 lab link
« เมื่อ: เมษายน 20, 2012, 23:44:38 PM »
อันที่คุณบอนพูดถึงมันเป็นกรณี OP ครับ ถ้าคนไข้มา รพ. ก็ให้เป็นสถานะผู้ป่วยนอกตามปกติ แต่การคัดกรองเบาหวาน และความดันจะถือเป็นกรณี PP ซึ่ง สปสช. จะดูจาก diag ทำให้ต้องมี service ด้วย ถึงจะครบตาม flow การตรวจสอบครับ

 :'( :'( 18 เมษายน 2555 ครับ

http://op.nhso.go.th/op/webboard/eBoardView.do?id=5054

23
??? ??? HOSxP PCU 3.55.2.20  สำรองข้อมูลแล้วค้างแกร่ว...ที่อื่นๆ เป็นมั๊ย... :'( :'(
:'( :'( เป็นเหมือนกันครับ สำรองได้ แต่ใช้เวลานานมากๆๆๆๆๆๆ  ??? ???

25
ท่านใดมีรายงานทะเบียนผู้รับบริการอนามัยเด็กและสร้างคุ้มกันโรคบ้างมั้ย แบบนี้บ้างครับ รบกวนด้วยครับ



 ::) ::) ไม่มีใครทำไว้บ้างหรือครับ  ::) ::)

27
 :-[ ตามภาพครับ  เพราะลองใช้คำสั่งนี้ รายการ vaccine ตัวที่คีย์จะไม่โชว์ครับ 

SELECT p.person_id,p.cid,p.pname,p.fname,p.lname,p.birthdate,p.age_y,p.age_m,p.age_d,
       p.father_name,p.mother_name,
       h.address,v.village_moo,v.village_name,t.full_name as full_address_name,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=5)  as bcg_vaccine  ,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=6)  as Hbv1,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=12) as Opv1,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=9)  as DPT1,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=7)  as Hbv2,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=13) as Opv2,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=10) as DPT2,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=14) as OPV3,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=11) as DPT3,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=8)  as HBV3,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=15) as MMR1,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=16) as Measle,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=18) as OPV4,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=17) as DPT4,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=19) as JE1,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=20) as JE2,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=21) as JE3,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=23) as OPV5,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=22) as DPT5,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=49) as ROTA1,
       (select vaccine_date from person_vaccine_list where person_id=p.person_id and person_vaccine_id=50) as ROTA2

FROM person p

LEFT OUTER JOIN house h ON h.house_id = p.house_id
LEFT OUTER JOIN village v on v.village_id = p.village_id
LEFT OUTER JOIN thaiaddress t on t.addressid = v.address_id

WHERE p.birthdate between "2005-12-31" and "2012-02-21"
and v.village_moo<>0

ORDER BY  village_moo,p.birthdate

29
HOSxP PCU / Re: Error HOSxP_PCU 3.54.12.7 ครับ
« เมื่อ: ธันวาคม 11, 2011, 20:10:33 PM »
พบปัญหาเพิ่มเติมเรื่องการบันทึกยาและวิธีการใช้ยา

 ??? ??? เจอเหมือนกันครับ  ??? ???

30
พี่พยาบาลคัดกรองเสนอมาว่าน่าจะมีปุ่มให้ส่งออกข้อมูลเป็น Excel ได้นะครับ


 ;D ;D ;D

31
ยินดีต้อนรับ / Re: Provis_person
« เมื่อ: พฤศจิกายน 21, 2011, 22:06:52 PM »
 :D :D อยากทราบเหมือนกันครับ  :P :P

32
 :D :D ผมลองทดสอบใน version 3.54.10.31 ถ้าส่งออกแบบ 21 แฟ้ม สนย. แฟ้ม proced ยังส่งออกเป็น
ICD9CM อยู่เลยครับ แต่ถ้าส่งออกแบบ OP/PP Package จะส่งออกเป็น icd10tm ครับ ;D

33
สอบถามเพ่มเติมในส่วนของ หัตถการ v 3.54.10.18 ครับ

 ;D ;D รอด้วยคนครับ  ;D ;D

34
ver 3.54.10.18 หัตถการ icd10tm ออกแล้วครับ   ;D ;D  ขอบคุณครับ อ.MN

35
;D กำลังของบประมาณทำเหมือนบุรีรัมย์ครับ (ไม่รู้จะผ่านหรือเปล่า) ประมาณ 1.3 ล้านบาท
สอ. 12 แห่ง + สสอ. 1 แห่ง + รพ.  1 แห่ง

- รพ.ขึ้นเสาสูง 45 เมตร   + จานส่งสัญญาณ 5G ประมาณ 5 ตัว
- สสอ/สอ.ขึ้นเสา 21 เมตร + จานรับสัญญาณ 5G แห่งละตัว
- กล้อง IP camera รพ. 5 จุด + สสอ+สอ.ทุกแห่ง
- IP Phone สั่งก้ม เงย หมุน ซ้าย ขวา ได้ สอ/สสอ. ทุกแห่ง
- IP Phone ทุกแผนกใน รพ. เปลี่ยนระบบเก่าทิ้ง ประมาณ 25 จุด

- เพื่อรองรับระบบ Datacenter ไม่ต้องใช้ Leadline (ในอำเภอ)
- โทรศัพท์ภายในอำเภอฟรี ทุกจุดบริการ
- ใช้ internet จาก รพ. ยกเลิกค่าเช่า Internet รายเดือนของ สอ./สสอ.ทั้งหมด
- สามารถ นั่งทำงานจาก ที่ไหนก็ได้ (สสอ. สอ. รพ.) เช่น ใช้ hosxp_pcu  login เข้าใช้ระบบใน สอ. ได้เลย (ทดสอบแล้ว เร็วมาก เหมือนนั่งทำงานเครื่องตนเองเลย (ความเร็วประมาณ 75- 110 m)
- กล้อง ชัดเจนดีครับ เป็นกล้องวงจรปิดได้อีกต่างหาก เพราะเห็นทุก สอ. ครับ

ปล.ที่เล่ามา ไม่ได้ไปดูที่บุรีรัมย์ครับ แต่ไปดูในอำเภอใกล้ๆ กันของมหาสารคามครับ

 :o :o อิจฉาจัง  :o :o

36
HOSxP PCU / Re: HOSxP PCU 3.54.9.25 มาแล้วครับ
« เมื่อ: กันยายน 26, 2011, 22:38:01 PM »
 ;D ระบบคลินิกพิเศษเบาหวาน ความดันใช้ได้แล้วครับ  :P

แต่วิธีการใช้ และแนวทางการดำเนินงานต้องทำอย่างใรครับ  :o

37
HOSxP PCU / HOSxP PCU 3.54.9.25 มาแล้วครับ
« เมื่อ: กันยายน 26, 2011, 19:10:20 PM »

38
HOSxP PCU / Re: การโอน person_image ไปยัง patient_image
« เมื่อ: กันยายน 05, 2011, 23:35:25 PM »
จัดการให้แล้ว รายละเอียดตามนี้ครับ ใช้ Access2003 รัน
ตารางที่ต้องเชื่อมโยง MysqlODBC จำนวน 4 ตารางครับ รายละเอียดการเชื่อมโยงข้อมูลเหมือนการติดตั้ง EdataPCU Client แต่ไม่ได้เชื่อมโยงทั้งหมด เชื่อมโยงเพียง4 ตารางเท่านั้น ได้แก่
patient
patient_image
Peson
person_image
รายละเอียดการติดตั้ง
http://www.iconsmiles.com/?dl_id=26
http://www.iconsmiles.com/?dl_id=25
ดาวน์โหลดโปรแกรม
http://www.iconsmiles.com/?dl_id=42
ผมตรวจสอบโดย CID และ HN ของ Person และ Patient ตรงกัน และภาพถ่ายของเวชระเบียนยังไ่ม่ได้ถ่ายภาพจะปรับปรุงให้ทั้งหมด


;D แล้วในทางกลับกัน ถ้าจะโอน patient_image ไป person_image ต้องทำอย่างไรครับ  :D

39
;D  อ.บอย  เราว่า  comment  ของอ.บอย ขึ้นมากไปอะป่าวนะขอรับ   ;D

 ;D  เวลาเปิดเวป แต่ละครั้งมันขึ้นไปครึ่งหน้าต่างนะขอรับ  ;D

 ;D ;D

40
HOSxP PCU / Re: PROCED ERROR
« เมื่อ: กรกฎาคม 29, 2011, 15:39:24 PM »
;) แนะนำให้ส่งออกจาก V.3.54.6.xx  ลงไปนะครับ ถ้าต้องการ Point และความถูกต้องเยอะ

เพราะถ้า V.3.54.7.xx ขึ้นไป อ.จะปรับการส่งออกตามที่ สปสช. ร้องขอ และจะใช้ส่งออกในงบฯ 2555 ต่อไป
ซึ่งจะทำให้มีผล error หลายๆ รายการครับ

 :D ขอ link download V.3.54.6.xx  ลงไปหน่อยครับ  : :D

41
 :D :D ใช้กล้องจาก note book ได้หรือเปล่าครับ  :P :P

42

 :-X :-X อันนี้ผมเสนอความคิดเห็นนะครับ(ไม่รู้ว่าจะถูกหรือเปล่า)
ถ้าเราปรับวัคซีนในตาราง women_vaccine ให้เท่ากับในตาราง anc_service จะได้มั๊ยครับ เพื่อให้มีตัวเลือกว่าจะคีย์วัคซีนตัวไหน   :-X

43

ซึ่งในทางปฏิบัติข้อมูลวันที่ฉีดไม่น่าจะขึ้นพร้อมกันทั้ง TT และ dT เพราะเป็นวัีคซีนคนละตัวและคนละ Lot ครับ แต่ถ้าจะตีความหมายว่าได้รับ dT ก็คือ ได้รับ TT ด้วย แบบวัึคซีนรวมแล้วไปกำหนดที่ตาราง Vaccine_combination ด้วย ก็จะแสดงผลทั้งสองที่ซึ่งก็น่าสนใจครับว่าควรจะกำหนดดีหรือไม่.. เพราะสร้างความสับสนพอสมควรเช่นเดียวกับ DTPHB กับ DTP และ HB  หรือ Mesale และ Mesale/MMR

อืม น่าคิด น่าคิดจริงๆ


 ??? ???ขออนุญาตดันหน่อยครับ  ??? ???

44
อ้างถึง
ดู  code ใน anc_service ==>แล้วไปดูใน vaccine combination ให้ตรงกัน เดี๋ยวออกเอง
;D ;D ;D anc_service ==>vaccine combination ==>person_vaccine / code ต้องเหมือนกันทั้งหมดเช่นเป็น dTANC1 ก็ต้องเหมือนกันทั้ง 3 ตาราง ระหว่าง dTANC กับ 1 ถ้าชิดกันก็ชิดให้หมดถ้้าเว้น 1 เคาะก็ต้องเว้นให้เหมือนกันหมด ห้ามรักพี่เสียดายป้าเหมือนป๋าเกื้อ ;D ;D ;D

 ;D ;D ปรับแล้วทั้ง 3 ตารางก็เป็นเหมือนกันครับ  ;D ;D

45
 ??? ลองดูให้ดีๆนะครับว่า กิจกรรมที่เลือกว่าเป็นการมารับบริการตรวจหลังคลอดนั้น พอเราเพิ่ม visit เข้าไปแล้ว
ประเภทการมาตรวจก็ยังคงมีให้เลือกเป็นตรวจก่อนคลอดอย่างเดียว และที่สำคัญ กิจกรรมที่ตรวจไม่ใช่เป็นการตรวจหลังคลอดนะครับ ยังคงเป็นการตรวจก่อนคลอด (การตรวจหลังคลอดจะต้องตรวจฝีเย็บ,น้ำคาวปลา,หัวนมฯลฯ และต้องลงว่าเป็นการตรวจครั้งที่ 1 หรือ 2 หรือ 3 ด้วย) 8) 8)

46
HOSxP PCU / Re: การโอน person_image ไปยัง patient_image
« เมื่อ: พฤษภาคม 22, 2011, 23:18:59 PM »
ผมทดสอบใน 3.54.4.x รูปที่ถูกถ่ายใน person_image จะถูกดึงมาเองเข้าสู่ patient_image โดยอัตโนมัติ ถ้ามีการทำ patient_link ไว้ครับ

 :D ผมลองทดสอบใน 3.54.5.21  ปรากฎว่า ถ้าเข้าไปที่บัญชี 1 แล้วส่งรับบริการ จะมีรูปผู้ป่วย(หากเราถ่ายรูปไว้)
 
 แต่ถ้าส่งรับบริการจาก one stop service  จะไม่มีรูปผู้ป่วยครับ  :D

47
HOSxP PCU / Re: การโอน person_image ไปยัง patient_image
« เมื่อ: พฤษภาคม 22, 2011, 10:19:43 AM »
ใจเย็นๆครับ..เดี๋ยวอาทิตย์หน้าผมทำ tool โอนรูปถ่ายให้ไม่ต้องไปถ่ายรูปใหม่..  ;)

 ;D รอครับ  ;D

48
กรณีฝั่ง  ผป. Patient มีรูปภาพหน้า ผป. อยู่แล้ว เมิ่อนำเข้าใน บช.1 แล้ว รูปไม่โชว์มีวิธีไหนที่จะให้แสดงรูป หน้า ผป.จากที่เคยถ่ายตอนอยู่ฝั่ง  Patient  มาที่ person โดยไม่ต้องถ่ายใหม่ครับ


ลองโอนเลยครับ..ตารางปลายทาง person_image  ตารางต้นทาง  patient_image  ตัวเชื่อมฝั่ง  patient คือ   HN  ตัวรับฝั่งปลายทางคือ   patient_hn จากตาราง person  เพื่อนำค่า personid มาเป็น  PK ของตารางปลายทาง  
;D อ.เกื้อ ขอแบบละเอียดหน่อยได้มั๊ยครับ ;D

49
HOSxP PCU / การโอน person_image ไปยัง patient_image
« เมื่อ: พฤษภาคม 09, 2011, 17:57:27 PM »
 >:( พอจะมีวิธีการโอน person_image ไปยัง patient_image ได้อย่างไรบ้างครับ  คือผมได้ถ่ายรูปบุคคลในบัญชี 1
แต่เราเลือกผู้ป่วยใน one stop service ก็ไม่มีรูปผู้ป่วยครับ หรือต้องถ่ายรูปใหม่ ??? ???

หน้า: [1] 2 3 ... 5