ผู้เขียน หัวข้อ: 3.54.10.6  (อ่าน 18792 ครั้ง)

0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

ออฟไลน์ wiphusit

  • Hero Member
  • *****
  • กระทู้: 2,426
  • ยอดกมล
  • Respect: +4
    • ดูรายละเอียด
    • โรงพยาบาลทับปุด
3.54.10.6
« เมื่อ: ตุลาคม 06, 2011, 23:39:19 PM »
0
โหลดครับ
วิภูษิต  คงแก้ว เจ้าพนักงานเครื่องคอมพิวเตอร์ 
โรงพยาบาลทับปุด
อำเภอทับปุด จ.พังงา 82180
โทร 0-7659-9019 ต่อ 117,101
โทรสาร 0-7659-9115
Thailand.

ออฟไลน์ wiphusit

  • Hero Member
  • *****
  • กระทู้: 2,426
  • ยอดกมล
  • Respect: +4
    • ดูรายละเอียด
    • โรงพยาบาลทับปุด
Re: 3.54.10.6
« ตอบกลับ #1 เมื่อ: ตุลาคม 07, 2011, 06:26:35 AM »
0
อาจารย์ครับ  รายการกลุ่มเสี่ยงที่ต้องคัดกรองเบาหวานความดัน (อายุ 35 ปีขึ้นไป ในเขตรับผิดชอบ)
ของปีนี้คัดกรอง 15 ปี ขึ้นไปต้องลงหน้าจอไหนครับ
วิภูษิต  คงแก้ว เจ้าพนักงานเครื่องคอมพิวเตอร์ 
โรงพยาบาลทับปุด
อำเภอทับปุด จ.พังงา 82180
โทร 0-7659-9019 ต่อ 117,101
โทรสาร 0-7659-9115
Thailand.

ออฟไลน์ jdadmin1

  • Hero Member
  • *****
  • กระทู้: 6,468
  • "เครื่องชำรุด...งดใช้งานชั่วคราว"
  • Respect: +33
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #2 เมื่อ: ตุลาคม 07, 2011, 07:49:36 AM »
0
 ;D ;D ;D
ALTER TABLE pttype_std_code  ADD `pttype_std_name` varchar(200) NOT NULL   
ALTER TABLE pttype  ADD `pttype_std_code` char(4) NULL   
ALTER TABLE provis_instype  ADD `pttype_std_code` char(5) NULL   

ALTER TABLE operation_team  ADD `operation_detail_id` int NULL   
ALTER TABLE operation_set_diagnosis  ADD `icd10` varchar(10) NULL   
ALTER TABLE operation_set_diagnosis  ADD `operation_set_id` int NOT NULL   
ALTER TABLE operation_postpone  ADD `postpone_reason` varchar(250) NULL   
ALTER TABLE operation_postpone  ADD `entry_datetime` datetime NULL   
ALTER TABLE operation_postpone  ADD `staff` varchar(20) NULL   
ALTER TABLE operation_postpone  ADD `postpone_room_id` int NULL   
ALTER TABLE operation_postpone  ADD `room_id` int NULL   
ALTER TABLE operation_postpone  ADD `postpone_datetime` datetime NULL   
ALTER TABLE operation_postpone  ADD `operation_datetime` datetime NULL   
ALTER TABLE operation_postpone  ADD `operation_id` int NOT NULL   
ALTER TABLE operation_list  ADD `post_anes_operation_note` text NULL   
ALTER TABLE operation_list  ADD `intra_anes_operation_note` text NULL   
ALTER TABLE operation_list  ADD `pre_anes_operation_note` text NULL   
ALTER TABLE operation_detail  ADD `operation_detail_note` text NULL   
ALTER TABLE operation_anes_doctor_position  ADD `operation_anes_doctor_position_name` varchar(200) NOT NULL   
ALTER TABLE operation_anes_doctor  ADD `operation_anes_doctor_position_id` int NOT NULL   
ALTER TABLE operation_anes_doctor  ADD `doctor` varchar(10) NULL   
ALTER TABLE operation_anes_doctor  ADD `operation_id` int NOT NULL   
CREATE TABLE pttype_std_code ( `pttype_std_code` char(4) NOT NULL  )
CREATE TABLE operation_set_diagnosis ( `operation_set_diagnosis_id` int NOT NULL  )
CREATE TABLE operation_postpone ( `operation_postpone_id` int NOT NULL  )
CREATE TABLE operation_anes_doctor_position ( `operation_anes_doctor_position_id` int NOT NULL  )
CREATE TABLE operation_anes_doctor ( `operation_anes_doctor_id` int NOT NULL  )
Checking structure phase 1
Table opdscreen has hos_guid
Table patient has hos_guid
Table ovst has hos_guid
Table opitemrece has hos_guid
Update hosxp_dll_field data ...
Upgrade MySQL Start
โรงพยาบาลพระสมุทรเจดีย์สวาทยานนท์ จังหวัดสมุทรปราการ
Master   : HOSxP 3.66.12.28
Slave1   : HOSxP 3.66.12.28
Upgrade 23/12/2566
Facebook : Suntad Mamak

ออฟไลน์ มดตานอย ครับ..

  • Hero Member
  • *****
  • กระทู้: 3,137
  • Respect: 0
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #3 เมื่อ: ตุลาคม 07, 2011, 08:07:21 AM »
0
;D ;D ;D
ALTER TABLE pttype_std_code  ADD `pttype_std_name` varchar(200) NOT NULL  
ALTER TABLE pttype  ADD `pttype_std_code` char(4) NULL  
ALTER TABLE provis_instype  ADD `pttype_std_code` char(5) NULL  

ALTER TABLE operation_team  ADD `operation_detail_id` int NULL  
ALTER TABLE operation_set_diagnosis  ADD `icd10` varchar(10) NULL  
ALTER TABLE operation_set_diagnosis  ADD `operation_set_id` int NOT NULL  
ALTER TABLE operation_postpone  ADD `postpone_reason` varchar(250) NULL  
ALTER TABLE operation_postpone  ADD `entry_datetime` datetime NULL  
ALTER TABLE operation_postpone  ADD `staff` varchar(20) NULL  
ALTER TABLE operation_postpone  ADD `postpone_room_id` int NULL  
ALTER TABLE operation_postpone  ADD `room_id` int NULL  
ALTER TABLE operation_postpone  ADD `postpone_datetime` datetime NULL  
ALTER TABLE operation_postpone  ADD `operation_datetime` datetime NULL  
ALTER TABLE operation_postpone  ADD `operation_id` int NOT NULL  
ALTER TABLE operation_list  ADD `post_anes_operation_note` text NULL  
ALTER TABLE operation_list  ADD `intra_anes_operation_note` text NULL  
ALTER TABLE operation_list  ADD `pre_anes_operation_note` text NULL  
ALTER TABLE operation_detail  ADD `operation_detail_note` text NULL  
ALTER TABLE operation_anes_doctor_position  ADD `operation_anes_doctor_position_name` varchar(200) NOT NULL  
ALTER TABLE operation_anes_doctor  ADD `operation_anes_doctor_position_id` int NOT NULL  
ALTER TABLE operation_anes_doctor  ADD `doctor` varchar(10) NULL  
ALTER TABLE operation_anes_doctor  ADD `operation_id` int NOT NULL  
CREATE TABLE pttype_std_code ( `pttype_std_code` char(4) NOT NULL  )
CREATE TABLE operation_set_diagnosis ( `operation_set_diagnosis_id` int NOT NULL  )
CREATE TABLE operation_postpone ( `operation_postpone_id` int NOT NULL  )
CREATE TABLE operation_anes_doctor_position ( `operation_anes_doctor_position_id` int NOT NULL  )
CREATE TABLE operation_anes_doctor ( `operation_anes_doctor_id` int NOT NULL  )
Checking structure phase 1
Table opdscreen has hos_guid
Table patient has hos_guid
Table ovst has hos_guid
Table opitemrece has hos_guid
Update hosxp_dll_field data ...
Upgrade MySQL Start



ป๋า up แล้ว    ;D ;D ;D ;D ;D ;D  เดี๋ยวผมตามครับ


Nakhonphanom Hospital

MR.Tanoy999 ผู้ใช้งานทั่วไป
tanoy999-at-gmail-dot-com
เริ่ม  1 ตุลาคม 2549  โดย  BMS

ออฟไลน์ JACK_LOMKAO

  • Sr. Member
  • ****
  • กระทู้: 294
  • Respect: 0
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #4 เมื่อ: ตุลาคม 07, 2011, 08:54:42 AM »
0
ผมก็จะรอตาม ไปด้วย  ;D ;D
รพ.สมเด็จพระยุพราชหล่มเก่า เพชรบูรณ์ (รพช.60 เตียง)
เริ่มใช้ HOSxP เมษายน 2552 ปัจจุบันใช้  Version ไหนสมบูรณ์
ก็ใช้ Version นั้น

ออฟไลน์ E-Hos

  • Hero Member
  • *****
  • กระทู้: 711
  • Respect: 0
    • ดูรายละเอียด
    • http://www.erawanhospital.com/index.php
Re: 3.54.10.6
« ตอบกลับ #5 เมื่อ: ตุลาคม 07, 2011, 08:56:43 AM »
0
;D ;D ;D
ALTER TABLE pttype_std_code  ADD `pttype_std_name` varchar(200) NOT NULL  
ALTER TABLE pttype  ADD `pttype_std_code` char(4) NULL  
ALTER TABLE provis_instype  ADD `pttype_std_code` char(5) NULL  

ALTER TABLE operation_team  ADD `operation_detail_id` int NULL  
ALTER TABLE operation_set_diagnosis  ADD `icd10` varchar(10) NULL  
ALTER TABLE operation_set_diagnosis  ADD `operation_set_id` int NOT NULL  
ALTER TABLE operation_postpone  ADD `postpone_reason` varchar(250) NULL  
ALTER TABLE operation_postpone  ADD `entry_datetime` datetime NULL  
ALTER TABLE operation_postpone  ADD `staff` varchar(20) NULL  
ALTER TABLE operation_postpone  ADD `postpone_room_id` int NULL  
ALTER TABLE operation_postpone  ADD `room_id` int NULL  
ALTER TABLE operation_postpone  ADD `postpone_datetime` datetime NULL  
ALTER TABLE operation_postpone  ADD `operation_datetime` datetime NULL  
ALTER TABLE operation_postpone  ADD `operation_id` int NOT NULL  
ALTER TABLE operation_list  ADD `post_anes_operation_note` text NULL  
ALTER TABLE operation_list  ADD `intra_anes_operation_note` text NULL  
ALTER TABLE operation_list  ADD `pre_anes_operation_note` text NULL  
ALTER TABLE operation_detail  ADD `operation_detail_note` text NULL  
ALTER TABLE operation_anes_doctor_position  ADD `operation_anes_doctor_position_name` varchar(200) NOT NULL  
ALTER TABLE operation_anes_doctor  ADD `operation_anes_doctor_position_id` int NOT NULL  
ALTER TABLE operation_anes_doctor  ADD `doctor` varchar(10) NULL  
ALTER TABLE operation_anes_doctor  ADD `operation_id` int NOT NULL  
CREATE TABLE pttype_std_code ( `pttype_std_code` char(4) NOT NULL  )
CREATE TABLE operation_set_diagnosis ( `operation_set_diagnosis_id` int NOT NULL  )
CREATE TABLE operation_postpone ( `operation_postpone_id` int NOT NULL  )
CREATE TABLE operation_anes_doctor_position ( `operation_anes_doctor_position_id` int NOT NULL  )
CREATE TABLE operation_anes_doctor ( `operation_anes_doctor_id` int NOT NULL  )
Checking structure phase 1
Table opdscreen has hos_guid
Table patient has hos_guid
Table ovst has hos_guid
Table opitemrece has hos_guid
Update hosxp_dll_field data ...
Upgrade MySQL Start



ป๋า up แล้ว    ;D ;D ;D ;D ;D ;D  เดี๋ยวผมตามครับ


เห็นมีเรื่องสิทธิ..Pttype..อยากทราบว่าเราจะมีวิธี ดึงรหัส สิทธิที่ใช้ ปัจจุบันยังไงครับ หรือว่ามันมีให้เซ็ตตรงไหนครับ ..หรือว่า สิทธิที่ ใช้ล่าสุดของผู้ป่วยน่ะครับ
จากรูปน่ะครับ...


หรือเพราะว่าผมดึงผิดวิธีแต่ก็ลองหลายๆ Code จาก อ.ที่ให้ ซึ่งบางครั้งมันได้ไม่เหมือนเดิม
และเอา รหัส สถานบริการและสิทธิเก่าๆ มาครับ..
ACADEMIC COMPUTING.  Erawan_Hospital
>> Thanks ... DansaI HospitaL L-o-E-i
>> By อ. Decha, อ.Armds

=> NoW !! HosXP SERVER Version 3.58.1.1
=> Client 50 client  OS: SP2 >> 3.58.1.1
=> ER Room  NoW ! HosXP Version 3.57.7.25D
=> Doctor Room  NoW ! HosXP Version 3.58.1.1
=> HosXP Test  Version 3.58.1.xx
=> Coming Soon >>UP Version 3.58.1.xx
wait...
-----------------------------
Start  System  8 January 2009

ออฟไลน์ Terminator2015

  • Hero Member
  • *****
  • กระทู้: 3,352
  • Achilles : ประวัติศาสตร์จารึกชื่อกษัตริย์ มิได้จารึกชื่อทหาร
  • Respect: +66
    • ดูรายละเอียด
    • โรงพยาบาลนาเชือก
Re: 3.54.10.6
« ตอบกลับ #6 เมื่อ: ตุลาคม 07, 2011, 08:59:14 AM »
0
 ::) เรื่องสิทธิ์ เป็นเพียง รหัสส่งออก OPPP 2555 ให้ตรงตาม สปสช.กำหนด เฉยๆ นะครับ ซึ่งอาจารย์ MN ก็ทำการ map ให้เรียบร้อยแล้ว ส่งออกได้เลย

ส่วน การเลือกสิทธิ์ ส่งตรวจ มันคนละประเด็นครับ ถ้าชัวร์ๆ ก็ควรจะเช็คจากปุ่ม NHSO ทุกรายครับ
นายคณวัชร คำชัย(ทัศ) โรงพยาบาลนาเชือก จ.มหาสารคาม
Mail : nachuak@hotmail.co.th  Tel.  (AIS)0817080646
โรงพยาบาลชุมชน ขนาด 30 เตียง (Paperless OPD)
ดุแล สอ.12 แห่ง HOSxP_PCU 3.59.12.15 NewVersion
ขึ้นระบบเมื่อ 1 ต.ค. 2549

ออฟไลน์ nuttavut

  • Hero Member
  • *****
  • กระทู้: 2,634
  • Boom-Beam
  • Respect: +15
    • ดูรายละเอียด
    • โรงพยาบาลวิเชียรบุรี
Re: 3.54.10.6
« ตอบกลับ #7 เมื่อ: ตุลาคม 07, 2011, 09:04:40 AM »
0
::) เรื่องสิทธิ์ เป็นเพียง รหัสส่งออก OPPP 2555 ให้ตรงตาม สปสช.กำหนด เฉยๆ นะครับ ซึ่งอาจารย์ MN ก็ทำการ map ให้เรียบร้อยแล้ว ส่งออกได้เลย

ส่วน การเลือกสิทธิ์ ส่งตรวจ มันคนละประเด็นครับ ถ้าชัวร์ๆ ก็ควรจะเช็คจากปุ่ม NHSO ทุกรายครับ

ตามท่านคนเหล็กเลยครับ  check 100% ไปเลยครับ  ;D ;D
..Wichianburi Hospital  Phetchabun ..
Mr.Nuttavut   System Admin,Programer
Master:: HP DL380 G7 RAM 24GB Raid5 CentOS5.2  Percona 5.1.45
Slave::HP ProLiant ML150G3 Xeon Raid1  CentOS5.2   ,Percona 5.1.45
HOSxP 3.55.7.14, LIS (iLab),PACS
Tel. 0-5692-8169 ต่อ 180  | รพ. ขนาด 150+ เตียง |17 สอ. HOSxP_PCU |BMS Datacenter 18 node |
WWW : http://wichianhos.thaieasydns.com
|..ดูแลห่วงใย ใส่ใจบริการ รักษาได้มาตรฐาน พัฒนางานสู่ความเป็นเลิศ ..|   PDS Project  |  การนำเข้า Script คลิก

ออฟไลน์ kungkung

  • Sr. Member
  • ****
  • กระทู้: 491
  • Respect: +2
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #8 เมื่อ: ตุลาคม 07, 2011, 09:05:10 AM »
0
โหลด..................................... ;D ;D
นวก.คอมพิวเตอร์  รพช.บ้านแหลม จ.เพชรบุรี
MASTER  :  Acer  AT350 F1 Intel Xeon E5620 SATA 146 x3  DDR3 36 GB. CentOS 6.3
Lenovo System x 3550 M5  16 GB  SAS 300 x 4 = CentOS 7.0
HOSxP v.3.53.7.16

ออฟไลน์ bbb3

  • Hero Member
  • *****
  • กระทู้: 688
  • Respect: +1
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #9 เมื่อ: ตุลาคม 07, 2011, 09:18:01 AM »
0
ขอทดสอบด้วยคน
Suttiporn Pengjun
Admin Chulaporn Hospital Nakhonsritammarat
server HP ML 350G6 2.4GHz ram 4 GB MySQL Percona-5.5.33-31
msn bbb441021366@hotmail.com,hosp_chula@hotmail.com
www.cbhospital.go.th
เริ่มใช้Hosxp 1 ม.ค. 2550
ตอนนี้ใช้Hosxp v.3.56.10.20a

ออฟไลน์ Peng

  • Newbie
  • *
  • กระทู้: 23
  • Respect: 0
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #10 เมื่อ: ตุลาคม 07, 2011, 10:09:33 AM »
0
รายงาน REPORT-RG501,REPORT-RG502,REPORT-RG505 จำหน่ายผู้ป่วยในแล้วตัวรายงานระบบไม่ออก
ปิดCHART ไม่ได้ (ทดสอบในฐานสำรองOS windowsXP) ยังไม่กล้าทำกับฐานจริง
เพราะตัวรายงานไม่ออกหลายตัวเฉพาะผู้ป่วยใน ตย. Codeบางช่วงครับ
select "Thai" as eclinic ,ip.dchtime,ip.regtime,
"Medicine" as admitdepart,i.*,pcn.cardno as CID_CODE,
concat(pt.pname,pt.fname,"  ",pt.lname) as PT_NAME,
concat(pt.addrpart," หมู่ ",pt.moopart," ต.",t3.name," อ.",t2.name," จ.",t1.name) as ADDRESS,
sx.name as SEX_NAME,
mr.name as MARRYSTATUS,
oc.name as OCCUPATION,
pt.birthday as DOB, pt.informname as INFORMNAME,
concat("<",pt.informrelation,">") as INFORMRELATION,pt.informaddr as INFORMADDR,
pty.name as PTTYPENAME,
wd.name as WARD_NAME,
sp.name as SPCLTY_NAME ,

ov.*, concat(hc.hosptype," ",hc.name) as hospmain_name,concat(hc2.hosptype," ",hc2.name) as hospsub_name ,
ip.dchstts ,ds.name as dchstts_name ,ip.dchtype , dt.name as dchtype_name,ip.drg ,ip.rw ,ip.wtlos ,ip.ot,
ip.gravidity,ip.parity,ip.living_children ,ip.bw,ip.adjrw,ip.rw,d.name as doctor,opl.enter_date,opl.enter_time,opl.leave_date,opl.leave_time

from an_stat i
left outer join ptcardno pcn on pcn.hn=i.hn and pcn.cardtype="01"
left outer join patient pt on pt.hn=i.hn
left outer join sex sx on sx.code=pt.sex
left outer join ovst ov on ov.vn=i.vn
left outer join hospcode hc on hc.hospcode = ov.hospmain
left outer join hospcode hc2 on hc2.hospcode = ov.hospsub

left outer join marrystatus mr on mr.code=pt.marrystatus
left outer join occupation oc on oc.occupation=pt.occupation
left outer join pttype pty on pty.pttype=i.pttype
left outer join ward wd on wd.ward=i.ward
left outer join spclty sp on sp.spclty=i.spclty
left outer join thaiaddress t1 on t1.codetype="1" and t1.chwpart=pt.chwpart
left outer join thaiaddress t2 on t2.codetype="2" and t2.chwpart=pt.chwpart and t2.amppart=pt.amppart
left outer join thaiaddress t3 on t3.codetype="3" and t3.chwpart=pt.chwpart and t3.amppart=pt.amppart  and t3.tmbpart=pt.tmbpart
left outer join ipt ip on ip.an=i.an
left outer join dchstts ds on ds.dchstts=ip.dchstts
left outer join dchtype dt on dt.dchtype=ip.dchtype
left outer join doctor d on d.code = ip.admdoctor
left outer join operation_list  opl   on opl.an = i.an
left outer join  operation_detail opd on   opd.operation_id = opl.operation_id
left outer join operation_item opi on  opi.operation_item_id = opd.operation_item_id
where ip.an='540003601'
นวก.คอม โรงพยาบาลบางน้ำเปรี้ยว

Re: 3.54.10.6
« ตอบกลับ #11 เมื่อ: ตุลาคม 07, 2011, 12:33:42 PM »
0
เรียน อ.MN เกี่ยวกับการคืนฟิมล์ Xray กรณีผู้ป่วยได้ XN หลังปี 2011 จะคืนฟิลม์ไม่ได้ครับ Error Invaild XN
 ผมก็เลยทดสอบไปเปลี่ยน regdate ของผู้ป่วยรายนี้เป็น ว ด ปี 2011 ปรากฎว่าคืนได้ 
  สรุปแล้วคือ ผู้ป่วยที่มี XN ที่มี regdate น้อยกว่า ปี 2011 จะคืนฟิมล์ไม่ได้  Error Invaild XN  แต่ถ้าคีย์ ปี คศ. ที่ช่อง ปี  ให้ถูกต้องตามปีที่ได้ XN ก็จะคืนได้ปกติ แต่ในทางปฎิบัติ User จะรู้ได้ยังงัยว่า XN นี้ออกเมื่อปีอะไร..... ??? ???
« แก้ไขครั้งสุดท้าย: ตุลาคม 07, 2011, 12:36:54 PM โดย เต่า...ตกมันส์... »
"สิ่งหนึ่งสิ่งใดเกิดขึ้นเป็นธรรมดา สิ่งนั้นทั้งปวงย่อมดับไปเป็นธรรมดา"
ขึ้นระบบ ต.ค 49  โดย : ทีม BMS
SERVER1>>>IBM  Xeon Xseries236 ram 8 G.
LINUX>>>Centos 5.0
HOsXP>>>3.54.1.14b
MySQL>>>mysql 5.1.30
SERVER2>>>HP Proliant ML150 ram 4 G.
windows2003 server

ออฟไลน์ TRIPAK

  • Hero Member
  • *****
  • กระทู้: 1,040
  • Respect: 0
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #12 เมื่อ: ตุลาคม 07, 2011, 12:39:04 PM »
0
ห้องฟันข้อมูลแพ้ยาไม่แสดง
http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=23054.msg197919#new
รพ.บ้านเหลื่อม นครราชสีมา (30 เตียง)
ขึ้นระบบเอง สค.2550 โดย ทีมงานรพ.บ้ านเหลื่อม
HOSXP V.3.64.8.16 นายไตรภาคย์ โหน่งกระโทก จพง.วิทย์ชำนาญงาน
pnong2509@gmail.com  086-8671439
ได้รับคำแนะนำจาก อาจารย์ MN.และเวทีนี้ได้ทุกเวลาขอบคุณมากครับ

ออฟไลน์ Peng

  • Newbie
  • *
  • กระทู้: 23
  • Respect: 0
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #13 เมื่อ: ตุลาคม 07, 2011, 14:05:02 PM »
0
ขอโทษครับ RG-501,502,503 ปริ้นต์ได้ครับ
ผมลองพลาดเอง
นวก.คอม โรงพยาบาลบางน้ำเปรี้ยว

ออฟไลน์ Terminator2015

  • Hero Member
  • *****
  • กระทู้: 3,352
  • Achilles : ประวัติศาสตร์จารึกชื่อกษัตริย์ มิได้จารึกชื่อทหาร
  • Respect: +66
    • ดูรายละเอียด
    • โรงพยาบาลนาเชือก
Re: 3.54.10.6
« ตอบกลับ #14 เมื่อ: ตุลาคม 07, 2011, 14:42:21 PM »
0
 ;D ส่งออก 21 แฟ้ม สนย. ได้รวดเร็วกว่าเดิมมากครับ ของผม เกือบ 8000 service  ใช้เวลาประมาณ 2 นาที
และรหัสสิทธิ์ส่งออก แฟ้ม Card และแฟ้ม Service ถูกปรับเป็น 4 หลัก เรียบร้อยแล้วครับ

คงต้องรอ V. ของ Hosxp_pcu  ครับ เพราะส่วนใหญ่คงเป็น สอ.ส่ง 21 แฟ้มตัวนี้
« แก้ไขครั้งสุดท้าย: ตุลาคม 07, 2011, 14:45:37 PM โดย Terminator2011 »
นายคณวัชร คำชัย(ทัศ) โรงพยาบาลนาเชือก จ.มหาสารคาม
Mail : nachuak@hotmail.co.th  Tel.  (AIS)0817080646
โรงพยาบาลชุมชน ขนาด 30 เตียง (Paperless OPD)
ดุแล สอ.12 แห่ง HOSxP_PCU 3.59.12.15 NewVersion
ขึ้นระบบเมื่อ 1 ต.ค. 2549

ออฟไลน์ Terminator2015

  • Hero Member
  • *****
  • กระทู้: 3,352
  • Achilles : ประวัติศาสตร์จารึกชื่อกษัตริย์ มิได้จารึกชื่อทหาร
  • Respect: +66
    • ดูรายละเอียด
    • โรงพยาบาลนาเชือก
Re: 3.54.10.6
« ตอบกลับ #15 เมื่อ: ตุลาคม 07, 2011, 15:14:29 PM »
0
 ::) กรุ๊ปเลือด ในบัญชี 1 ด้วยครับ ผมหาตารางปรับ ให้เป็นดังภาพไม่เจอครับ

ฝาก provis_bgroup ด้วยครับ code เก็บ 1 หลักครับ คงต้องเพิ่มเป็น 2 หลักครับ
นายคณวัชร คำชัย(ทัศ) โรงพยาบาลนาเชือก จ.มหาสารคาม
Mail : nachuak@hotmail.co.th  Tel.  (AIS)0817080646
โรงพยาบาลชุมชน ขนาด 30 เตียง (Paperless OPD)
ดุแล สอ.12 แห่ง HOSxP_PCU 3.59.12.15 NewVersion
ขึ้นระบบเมื่อ 1 ต.ค. 2549

ออฟไลน์ teerapun_top

  • Sr. Member
  • ****
  • กระทู้: 353
  • คิดแล้วทำ ทำแล้วคิด
  • Respect: +1
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #16 เมื่อ: ตุลาคม 09, 2011, 21:31:13 PM »
0
ลองส่งออก 21แฟ้มดูครับ  มันออกมาแค่ 19 แฟ้มอ่ะครับ  ขาดแฟ้ม person กับ card
ไม่รู้ว่าผมทำผิดขั้นตอนหรือเวอร์ชั่นนี้ส่งออกมาได้แค่นี้ครับ :-\ :-\
นายธีรพันธ์ บวรสถิตย์  นักวิชาการสาธารณสุข
กลุ่มงานเวชปฎิบัติครอบครัวและชุมชน
โรงพยาบาลบ่อไร่  อำเภอบ่อไร่ จังหวัดตราด
-ดูแลระบบรายงาน 21/43 แฟ้มโรงพยาบาล
-ยังขาดประสบการณ์อีกเยอะต้องขอคำชี้แนะด้วยครับ
e-mail:teerapun_pbht@hotmail.com

ออฟไลน์ เกื้อกูล ครับ..

  • Hero Member
  • *****
  • กระทู้: 12,611
  • Respect: +169
    • ดูรายละเอียด
    • โรงพยาบาลปากท่อ
Re: 3.54.10.6
« ตอบกลับ #17 เมื่อ: ตุลาคม 09, 2011, 21:40:01 PM »
0
แฟ้มในระบบมี record ผิดปกติไหมครับ..ลองดูในตาราง person ครับ
Implement  HOSxP  Start 2548 ---> NOW!
Station : 130 Client   V.3 Version  3.67.1.XX
Server  : CENTOS  +MySQL maria 10.x.x

ออฟไลน์ pongsa

  • Sr. Member
  • ****
  • กระทู้: 482
  • Respect: +1
    • ดูรายละเอียด
    • http://www.nonghan.com
Re: 3.54.10.6
« ตอบกลับ #18 เมื่อ: ตุลาคม 09, 2011, 22:19:08 PM »
0
ผมทดสอบแล้วครับ  ออกมาทั้ง 21 แฟ้ม  ฝากอาจารย์ด้วยครับ  ส่งสัยอ.ลืมครับ  ที่ขอไปให้แจ้งเตือนตอนส่งผู้ป่วยที่ห้องบัตร  สำหรับ  เลข CID ที่ generate  ไว้ครับ
นายพงศธร  คำบ่อเศร้า  (ไสว พงศธร  เวชสถิติรุ่น 12)  รพ.หนองหาน  อ.หนองหาน จ.อุดรธานี  TEL- 088-3576847 เว็บส่วนตัว (http://www.nonghan.com)
โทร. 088-3576847    <<<< Mail :  sawainonghan@hotmail.com  >>>>   MSN khambosao@hotmail.com  เริ่ม  1 พฤษภาคม 2550 ขึ้นระบบโดยอ.สุชัย/น้องอ้อ/น้องสุเทพ  อ.โด้ เดชา/อ.อาร์ม จากรพร.ด่านซ้าย  อ.ชัยพร  ที่ปรึกษา Data-Centerและอีกหลายรพ.เกือบ 50 รพ.ได้   (ได้มิตรภาพที่ดี  จาก Hosxp เยอะมาก )
*******************************************
คนเราเกิดมาแล้วชาติหนึ่ง  หากมีสิ่งดีๆจงรีบทำ  ก่อนที่แสงสว่างของชีวิตจะดับลง !  http://www.youtube.com/watch?v=p0dRVAWWptY

ออฟไลน์ chk

  • Hero Member
  • *****
  • กระทู้: 1,949
  • Respect: +2
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #19 เมื่อ: ตุลาคม 10, 2011, 08:37:18 AM »
0
 8) 8) 8)
8) ........ {O.*} ............   8)
8) ...KUMPANGSEAN  HOSXP  SYSTEM...   8) Office  Station ::  Kumpangsan Hospital  Nakhon Pathom
 System  Running :: 01/01/2010

ออฟไลน์ Neo28

  • Sr. Member
  • ****
  • กระทู้: 464
  • Respect: 0
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #20 เมื่อ: ตุลาคม 10, 2011, 10:51:38 AM »
0
ที่ระบบงาน x-ray เจอ Error นี้กันบ้างไม่ครับ
cds: Dataset not in edit or insert mode


EurekaLog 6.1.02

Application:
-------------------------------------------------------
  1.1 Start Date      : Mon, 10 Oct 2011 07:48:48 +0700
  1.2 Name/Description: HOSMy.exe - (BMS-HOSxP)
  1.3 Version Number  : 3.54.10.6
  1.4 Parameters      :
  1.5 Compilation Date: Thu, 6 Oct 2011 18:51:31 +0700
  1.6 Up Time         : 2 hours, 52 minutes, 37 seconds

Exception:
--------------------------------------------------------------
  2.1 Date          : Mon, 10 Oct 2011 10:41:25 +0700
  2.2 Address       : 0056BE20
  2.3 Module Name   : HOSMy.exe - (BMS-HOSxP)
  2.4 Module Version: 3.54.10.6
  2.5 Type          : EDatabaseError
  2.6 Message       : cds: Dataset not in edit or insert mode.
  2.7 ID            : 4DF5
  2.8 Count         : 1
  2.9 Status        : New
  2.10 Note         :

User:
-------------------------------------------------------
  3.1 ID        : wisanu
  3.2 Name      : wisanu
  3.3 Email     :
  3.4 Company   :
  3.5 Privileges: SeIncreaseQuotaPrivilege        - OFF
                  SeSecurityPrivilege             - OFF
                  SeTakeOwnershipPrivilege        - OFF
                  SeLoadDriverPrivilege           - OFF
                  SeSystemProfilePrivilege        - OFF
                  SeSystemtimePrivilege           - OFF
                  SeProfileSingleProcessPrivilege - OFF
                  SeIncreaseBasePriorityPrivilege - OFF
                  SeCreatePagefilePrivilege       - OFF
                  SeBackupPrivilege               - OFF
                  SeRestorePrivilege              - OFF
                  SeShutdownPrivilege             - OFF
                  SeDebugPrivilege                - OFF
                  SeSystemEnvironmentPrivilege    - OFF
                  SeChangeNotifyPrivilege         - ON
                  SeRemoteShutdownPrivilege       - OFF
                  SeUndockPrivilege               - OFF
                  SeManageVolumePrivilege         - OFF
                  SeImpersonatePrivilege          - ON
                  SeCreateGlobalPrivilege         - ON
                  SeIncreaseWorkingSetPrivilege   - OFF
                  SeTimeZonePrivilege             - OFF
                  SeCreateSymbolicLinkPrivilege   - OFF

Computer:
--------------------------------------------------------------------------------
  5.1 Name          : WISANU-PC
  5.2 Total Memory  : 3069 Mb
  5.3 Free Memory   : 1656 Mb
  5.4 Total Disk    : 214.84 Gb
  5.5 Free Disk     : 141.27 Gb
  5.6 System Up Time: 2 hours, 55 minutes, 35 seconds
  5.7 Processor     : Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz
  5.8 Display Mode  : 1366 x 768, 32 bit
  5.9 Display DPI   : 96
  5.10 Video Card   : NVIDIA GeForce 9600M GT (driver 7.15.11.7626 - RAM 512 MB)
  5.11 Printer      : Canon MF4100 Series UFRII LT (driver 1.70)

Operating System:
-----------------------------------
  6.1 Type    : Microsoft Windows 7
  6.2 Build # : 7601
  6.3 Update  : Service Pack 1
  6.4 Language: Thai
  6.5 Charset : 222

Network:
---------------------------------------------------------------------------------------
  7.1 IP Address: 192.168.005.236 - 000.000.000.000 - 192.168.153.001 - 192.168.073.001
  7.2 Submask   : 255.255.255.000 - 000.000.000.000 - 255.255.255.000 - 255.255.255.000
  7.3 Gateway   : 192.168.005.001 - 192.168.001.001 - 000.000.000.000 - 000.000.000.000
  7.4 DNS 1     : 192.168.005.001 - 000.000.000.000 - 000.000.000.000 - 000.000.000.000
  7.5 DNS 2     : 000.000.000.000 - 000.000.000.000 - 000.000.000.000 - 000.000.000.000
  7.6 DHCP      : ON              - OFF             - OFF             - OFF           

Custom Information:
--------------------------------------------------------------------------------------------------------------------------------
  8.1 Hospital Code            : 11331 [&acirc;&Atilde;&sect;&frac34;&Acirc;&Ograve;&ordm;&Ograve;&Aring;&ordf;&Oslash;&Aacute;&ordf;&sup1; &acirc;&Atilde;&sect;&frac34;&Acirc;&Ograve;&ordm;&Ograve;&Aring;&sup1;&Ograve;&ordm;&Iacute;&sup1;]
  8.2 Database Type            : MySQL
  8.3 Database Protocol        : mysql-4.1 [5.1.30-community
                                  Database nabon @ 127.0.0.1]
  8.4                          :
  8.5 No 1                     : UPDATE opitemrece SET rxtime='10:41:25' WHERE hos_guid='{5034DB8B-4A39-45BA-84B2-8476E2358EFE}'
  8.6 No 2                     : select * from opitemrece where hos_guid = '{5034DB8B-4A39-45BA-84B2-8476E2358EFE}'
  8.7 No 3                     : select income from nondrugitems where icode='3000212'
  8.8 DBMS Variables           :
  8.9                          :
  8.10 auto_increment_increment: 1
                                 auto_increment_offset = 1
                                 autocommit = ON
                                 automatic_sp_privileges = ON
                                 back_log = 50
                                 basedir = C:\Program Files\MySQL\MySQL Server 5.1\
                                 big_tables = OFF
                                 binlog_cache_size = 32768
                                 binlog_format = STATEMENT
                                 bulk_insert_buffer_size = 8388608
                                 character_set_client = tis620
                                 character_set_connection = tis620
                                 character_set_database = tis620
                                 character_set_filesystem = binary
                                 character_set_results = tis620
                                 character_set_server = tis620
                                 character_set_system = utf8
                                 character_sets_dir = C:\Program Files\MySQL\MySQL Server 5.1\share\charsets\
                                 collation_connection = tis620_thai_ci
                                 collation_database = tis620_thai_ci
                                 collation_server = tis620_thai_ci
                                 completion_type = 0
                                 concurrent_insert = 1
                                 connect_timeout = 10
                                 datadir = C:\ProgramData\MySQL\MySQL Server 5.1\Data\
                                 date_format = %Y-%m-%d
                                 datetime_format = %Y-%m-%d %H:%i:%s
                                 default_week_format = 0
                                 delay_key_write = ON
                                 delayed_insert_limit = 100
                                 delayed_insert_timeout = 300
                                 delayed_queue_size = 1000
                                 div_precision_increment = 4
                                 engine_condition_pushdown = ON
                                 error_count = 0
                                 event_scheduler = OFF
                                 expire_logs_days = 0
                                 flush = OFF
                                 flush_time = 1800
                                 foreign_key_checks = ON
                                 ft_boolean_syntax = + -><()~*:""&|
                                 ft_max_word_len = 84
                                 ft_min_word_len = 4
                                 ft_query_expansion_limit = 20
                                 ft_stopword_file = (built-in)
                                 general_log = OFF
                                 general_log_file = C:\ProgramData\MySQL\MySQL Server 5.1\Data\wisanu-PC.log
                                 group_concat_max_len = 1024
                                 have_community_features = YES
                                 have_compress = YES
                                 have_crypt = NO
                                 have_csv = YES
                                 have_dynamic_loading = YES
                                 have_geometry = YES
                                 have_innodb = YES
                                 have_ndbcluster = NO
                                 have_openssl = DISABLED
                                 have_partitioning = YES
                                 have_query_cache = YES
                                 have_rtree_keys = YES
                                 have_ssl = DISABLED
                                 have_symlink = YES
                                 hostname = wisanu-PC
                                 identity = 185722
                                 init_connect =
                                 init_file =
                                 init_slave =
                                 innodb_adaptive_hash_index = ON
                                 innodb_additional_mem_pool_size = 2097152
                                 innodb_autoextend_increment = 8
                                 innodb_autoinc_lock_mode = 1
                                 innodb_buffer_pool_size = 49283072
                                 innodb_checksums = ON
                                 innodb_commit_concurrency = 0
                                 innodb_concurrency_tickets = 500
                                 innodb_data_file_path = ibdata1:10M:autoextend
                                 innodb_data_home_dir =
                                 innodb_doublewrite = ON
                                 innodb_fast_shutdown = 1
                                 innodb_file_io_threads = 4
                                 innodb_file_per_table = OFF
                                 innodb_flush_log_at_trx_commit = 1
                                 innodb_flush_method =
                                 innodb_force_recovery = 0
                                 innodb_lock_wait_timeout = 50
                                 innodb_locks_unsafe_for_binlog = OFF
                                 innodb_log_buffer_size = 1048576
                                 innodb_log_file_size = 25165824
                                 innodb_log_files_in_group = 2
                                 innodb_log_group_home_dir = .\
                                 innodb_max_dirty_pages_pct = 90
                                 innodb_max_purge_lag = 0
                                 innodb_mirrored_log_groups = 1
                                 innodb_open_files = 300
                                 innodb_rollback_on_timeout = OFF
                                 innodb_support_xa = ON
                                 innodb_sync_spin_loops = 20
                                 innodb_table_locks = ON
                                 innodb_thread_concurrency = 8
                                 innodb_thread_sleep_delay = 10000
                                 insert_id = 0
                                 interactive_timeout = 28800
                                 join_buffer_size = 131072
                                 keep_files_on_create = OFF
                                 key_buffer_size = 26214400
                                 key_cache_age_threshold = 300
                                 key_cache_block_size = 1024
                                 key_cache_division_limit = 100
                                 language = C:\Program Files\MySQL\MySQL Server 5.1\share\english\
                                 large_files_support = ON
                                 large_page_size = 0
                                 large_pages = OFF
                                 last_insert_id = 185722
                                 lc_time_names = en_US
                                 license = GPL
                                 local_infile = ON
                                 log = OFF
                                 log_bin = OFF
                                 log_bin_trust_function_creators = OFF
                                 log_bin_trust_routine_creators = OFF
                                 log_error = C:\ProgramData\MySQL\MySQL Server 5.1\Data\wisanu-PC.err
                                 log_output = FILE
                                 log_queries_not_using_indexes = OFF
                                 log_slave_updates = OFF
                                 log_slow_queries = OFF
                                 log_warnings = 1
                                 long_query_time = 10.000000
                                 low_priority_updates = OFF
                                 lower_case_file_system = ON
                                 lower_case_table_names = 1
                                 max_allowed_packet = 1048576
                                 max_binlog_cache_size = 4294967295
                                 max_binlog_size = 1073741824
                                 max_connect_errors = 10
                                 max_connections = 100
                                 max_delayed_threads = 20
                                 max_error_count = 64
                                 max_heap_table_size = 16777216
                                 max_insert_delayed_threads = 20
                                 max_join_size = 18446744073709551615
                                 max_length_for_sort_data = 1024
                                 max_prepared_stmt_count = 16382
                                 max_relay_log_size = 0
                                 max_seeks_for_key = 4294967295
                                 max_sort_length = 1024
                                 max_sp_recursion_depth = 0
                                 max_tmp_tables = 32
                                 max_user_connections = 0
                                 max_write_lock_count = 4294967295
                                 min_examined_row_limit = 0
                                 multi_range_count = 256
                                 myisam_data_pointer_size = 6
                                 myisam_max_sort_file_size = 107374182400
                                 myisam_recover_options = OFF
                                 myisam_repair_threads = 1
                                 myisam_sort_buffer_size = 36700160
                                 myisam_stats_method = nulls_unequal
                                 myisam_use_mmap = OFF
                                 named_pipe = OFF
                                 net_buffer_length = 16384
                                 net_read_timeout = 30
                                 net_retry_count = 10
                                 net_write_timeout = 60
                                 new = OFF
                                 old = OFF
                                 old_alter_table = OFF
                                 old_passwords = OFF
                                 open_files_limit = 622
                                 optimizer_prune_level = 1
                                 optimizer_search_depth = 62
                                 pid_file = C:\ProgramData\MySQL\MySQL Server 5.1\Data\wisanu-PC.pid
                                 plugin_dir = C:\Program Files\MySQL\MySQL Server 5.1\lib/plugin
                                 port = 3306
                                 preload_buffer_size = 32768
                                 profiling = OFF
                                 profiling_history_size = 15
                                 protocol_version = 10
                                 pseudo_thread_id = 2
                                 query_alloc_block_size = 8192
                                 query_cache_limit = 1048576
                                 query_cache_min_res_unit = 4096
                                 query_cache_size = 0
                                 query_cache_type = ON
                                 query_cache_wlock_invalidate = OFF
                                 query_prealloc_size = 8192
                                 rand_seed1 =
                                 rand_seed2 =
                                 range_alloc_block_size = 4096
                                 read_buffer_size = 65536
                                 read_only = OFF
                                 read_rnd_buffer_size = 262144
                                 relay_log =
                                 relay_log_index =
                                 relay_log_info_file = relay-log.info
                                 relay_log_purge = ON
                                 relay_log_space_limit = 0
                                 report_host =
                                 report_password =
                                 report_port = 3306
                                 report_user =
                                 rpl_recovery_rank = 0
                                 secure_auth = OFF
                                 secure_file_priv =
                                 server_id = 0
                                 shared_memory = OFF
                                 shared_memory_base_name = MYSQL
                                 skip_external_locking = ON
                                 skip_networking = OFF
                                 skip_show_database = OFF
                                 slave_compressed_protocol = OFF
                                 slave_exec_mode = STRICT
                                 slave_load_tmpdir = C:\Windows\TEMP
                                 slave_net_timeout = 3600
                                 slave_skip_errors = OFF
                                 slave_transaction_retries = 10
                                 slow_launch_time = 2
                                 slow_query_log = OFF
                                 slow_query_log_file = C:\ProgramData\MySQL\MySQL Server 5.1\Data\wisanu-PC-slow.log
                                 sort_buffer_size = 262144
                                 sql_auto_is_null = ON
                                 sql_big_selects = ON
                                 sql_big_tables = OFF
                                 sql_buffer_result = OFF
                                 sql_log_bin = ON
                                 sql_log_off = OFF
                                 sql_log_update = ON
                                 sql_low_priority_updates = OFF
                                 sql_max_join_size = 18446744073709551615
                                 sql_mode = STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
                                 sql_notes = ON
                                 sql_quote_show_create = ON
                                 sql_safe_updates = OFF
                                 sql_select_limit = 18446744073709551615
                                 sql_slave_skip_counter =
                                 sql_warnings = OFF
                                 ssl_ca =
                                 ssl_capath =
                                 ssl_cert =
                                 ssl_cipher =
                                 ssl_key =
                                 storage_engine = InnoDB
                                 sync_binlog = 0
                                 sync_frm = ON
                                 system_time_zone = SE Asia Standard Time
                                 table_definition_cache = 256
                                 table_lock_wait_timeout = 50
                                 table_open_cache = 256
                                 table_type = InnoDB
                                 thread_cache_size = 8
                                 thread_handling = one-thread-per-connection
                                 thread_stack = 196608
                                 time_format = %H:%i:%s
                                 time_zone = SYSTEM
                                 timed_mutexes = OFF
                                 timestamp = 1318217693
                                 tmp_table_size = 18874368
                                 tmpdir = C:\Windows\TEMP
                                 transaction_alloc_block_size = 8192
                                 transaction_prealloc_size = 4096
                                 tx_isolation = REPEATABLE-READ
                                 unique_checks = ON
                                 updatable_views_with_limit = YES
                                 version = 5.1.30-community
                                 version_comment = MySQL Community Server (GPL)
                                 version_compile_machine = ia32
                                 version_compile_os = Win32
                                 wait_timeout = 28800
                                 warning_count = 0

Call Stack Information:
------------------------------------------------------------------------------------------------------------------
|Address |Module        |Unit                |Class                        |Procedure/Method           |Line     |
------------------------------------------------------------------------------------------------------------------
|*Exception Thread: ID=4400; Priority=0; Class=; [Main]                                                          |
|----------------------------------------------------------------------------------------------------------------|
|0056BE20|HOSMy.exe     |DB.pas              |                             |DatabaseError              |         |
|0056BDB0|HOSMy.exe     |DB.pas              |                             |DatabaseError              |         |
|005B4EAC|HOSMy.exe     |DBClient.pas        |TCustomClientDataSet         |SetFieldData               |         |
|0057B734|HOSMy.exe     |DB.pas              |TDataSet                     |SetFieldData               |         |
|004067BA|HOSMy.exe     |System.pas          |                             |CharFromWChar              |         |
|00403464|HOSMy.exe     |System.pas          |                             |_GetMem                    |         |
|00403460|HOSMy.exe     |System.pas          |                             |_GetMem                    |         |
|00406754|HOSMy.exe     |System.pas          |                             |_NewAnsiString             |         |
|00406684|HOSMy.exe     |System.pas          |                             |_LStrClr                   |         |
|00406797|HOSMy.exe     |System.pas          |                             |_LStrFromPCharLen          |         |
|00406774|HOSMy.exe     |System.pas          |                             |_LStrFromPCharLen          |         |
|0040682E|HOSMy.exe     |System.pas          |                             |_LStrFromPWCharLen         |         |
|00407045|HOSMy.exe     |System.pas          |                             |_WStrFromPWCharLen         |         |
|00407028|HOSMy.exe     |System.pas          |                             |_WStrFromPWCharLen         |         |
|00406FEA|HOSMy.exe     |System.pas          |                             |_WStrFromPCharLen          |         |
|0068FB28|HOSMy.exe     |dxBar.pas           |TdxBar                       |SetOneOnRow                |20051[0] |
|00690041|HOSMy.exe     |dxBar.pas           |TdxBar                       |LoadFromIni                |20145[15]|
|004067BA|HOSMy.exe     |System.pas          |                             |CharFromWChar              |         |
|00403464|HOSMy.exe     |System.pas          |                             |_GetMem                    |         |
|00403460|HOSMy.exe     |System.pas          |                             |_GetMem                    |         |
|00406754|HOSMy.exe     |System.pas          |                             |_NewAnsiString             |         |
|00406684|HOSMy.exe     |System.pas          |                             |_LStrClr                   |         |
|00406797|HOSMy.exe     |System.pas          |                             |_LStrFromPCharLen          |         |
|00406774|HOSMy.exe     |System.pas          |                             |_LStrFromPCharLen          |         |
|0040682E|HOSMy.exe     |System.pas          |                             |_LStrFromPWCharLen         |         |
|004067BA|HOSMy.exe     |System.pas          |                             |CharFromWChar              |         |
|00403464|HOSMy.exe     |System.pas          |                             |_GetMem                    |         |
|00403460|HOSMy.exe     |System.pas          |                             |_GetMem                    |         |
|00406754|HOSMy.exe     |System.pas          |                             |_NewAnsiString             |         |
|00406684|HOSMy.exe     |System.pas          |                             |_LStrClr                   |         |
|00406797|HOSMy.exe     |System.pas          |                             |_LStrFromPCharLen          |         |
|00406774|HOSMy.exe     |System.pas          |                             |_LStrFromPCharLen          |         |
|0040682E|HOSMy.exe     |System.pas          |                             |_LStrFromPWCharLen         |         |
|76693E59|oleaut32.dll  |                    |                             |SysFreeString              |         |
|00407045|HOSMy.exe     |System.pas          |                             |_WStrFromPWCharLen         |         |
|00407028|HOSMy.exe     |System.pas          |                             |_WStrFromPWCharLen         |         |
|00406FEA|HOSMy.exe     |System.pas          |                             |_WStrFromPCharLen          |         |
|0068FB28|HOSMy.exe     |dxBar.pas           |TdxBar                       |SetOneOnRow                |20051[0] |
|00690041|HOSMy.exe     |dxBar.pas           |TdxBar                       |LoadFromIni                |20145[15]|
|004067BA|HOSMy.exe     |System.pas          |                             |CharFromWChar              |         |
|00403464|HOSMy.exe     |System.pas          |                             |_GetMem                    |         |
|00403460|HOSMy.exe     |System.pas          |                             |_GetMem                    |         |
|00406754|HOSMy.exe     |System.pas          |                             |_NewAnsiString             |         |
|00406684|HOSMy.exe     |System.pas          |                             |_LStrClr                   |         |
|00406797|HOSMy.exe     |System.pas          |                             |_LStrFromPCharLen          |         |
|00406774|HOSMy.exe     |System.pas          |                             |_LStrFromPCharLen          |         |
|0040682E|HOSMy.exe     |System.pas          |                             |_LStrFromPWCharLen         |         |
|004067BA|HOSMy.exe     |System.pas          |                             |CharFromWChar              |         |
|00403464|HOSMy.exe     |System.pas          |                             |_GetMem                    |         |
|00403460|HOSMy.exe     |System.pas          |                             |_GetMem                    |         |
|00406754|HOSMy.exe     |System.pas          |                             |_NewAnsiString             |         |
|00406684|HOSMy.exe     |System.pas          |                             |_LStrClr                   |         |
|00406797|HOSMy.exe     |System.pas          |                             |_LStrFromPCharLen          |         |
|00406774|HOSMy.exe     |System.pas          |                             |_LStrFromPCharLen          |         |
|0040682E|HOSMy.exe     |System.pas          |                             |_LStrFromPWCharLen         |         |
|76694623|oleaut32.dll  |                    |                             |SysAllocStringLen          |         |
|004067BA|HOSMy.exe     |System.pas          |                             |CharFromWChar              |         |
|00403464|HOSMy.exe     |System.pas          |                             |_GetMem                    |         |
|00406684|HOSMy.exe     |System.pas          |                             |_LStrClr                   |         |
|0041117F|HOSMy.exe     |SysUtils.pas        |                             |FormatBuf                  |         |
|00411177|HOSMy.exe     |SysUtils.pas        |                             |FormatBuf                  |         |
|00411187|HOSMy.exe     |SysUtils.pas        |                             |FormatBuf                  |         |
|004067BA|HOSMy.exe     |System.pas          |                             |CharFromWChar              |         |
|00403464|HOSMy.exe     |System.pas          |                             |_GetMem                    |      &n
MR.WISANU   KRAINARA  (PAO)
Medical  Record Science 28
Nabonhospital

ออฟไลน์ Neo28

  • Sr. Member
  • ****
  • กระทู้: 464
  • Respect: 0
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #21 เมื่อ: ตุลาคม 10, 2011, 11:02:30 AM »
0
ที่รายการใช้ฟิล์มน่ะครับหากคลิกขวา----> ลบรายการ เมื่อบันทึกแล้วเข้ามาดูใหม่รายการจะเพิ่มขึ้นครับ  ไม่ทราบมีที่ไหนเป็นบ้างไม่ครับเจอมาตั้งแต่ 9.29b แล้วครับ ;) ;)
MR.WISANU   KRAINARA  (PAO)
Medical  Record Science 28
Nabonhospital

ออฟไลน์ machos

  • Full Member
  • ***
  • กระทู้: 100
  • คนมัน..พันธุ์เดียวกัน..
  • Respect: 0
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #22 เมื่อ: ตุลาคม 10, 2011, 11:36:05 AM »
0
 :D ส่งออก 21 แฟ้มยังไม่สมบูรณ์ ครับ  ;D
      แฟ้ม PERSON ส่งออก OCCU   3 ตำแหน่ง,แฟ้ม Religion  1 ตำแหน่ง, Blood_group   1 ตำแหน่ง
      แฟ้ม Nutri  ส่วนสูง  น้ำหนัก จุดทศนิยมเกิน  2 ตำแหน่ง
      แฟ้ม Death  ยังขาด คอลัมท์ Pregnancy
Klonghad Hospital  Sakaeo
Server :IBM X3200M2  RAM 2G
CenOS 6.4 : Mysql :5.1.56
HosXp version :3.56.2.26

ออฟไลน์ JACK_LOMKAO

  • Sr. Member
  • ****
  • กระทู้: 294
  • Respect: 0
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #23 เมื่อ: ตุลาคม 10, 2011, 18:05:48 PM »
0
ตกลง Version นี้พอจะ Up ระบบจริงได้ยัง  ;D ;D รอไม่ไหวละ
รพ.สมเด็จพระยุพราชหล่มเก่า เพชรบูรณ์ (รพช.60 เตียง)
เริ่มใช้ HOSxP เมษายน 2552 ปัจจุบันใช้  Version ไหนสมบูรณ์
ก็ใช้ Version นั้น

ออฟไลน์ machai

  • Hero Member
  • *****
  • กระทู้: 1,049
  • PhunPhinHospital
  • Respect: +12
    • ดูรายละเอียด
    • http://www.pphhos.com
Re: 3.54.10.6
« ตอบกลับ #24 เมื่อ: ตุลาคม 10, 2011, 18:33:25 PM »
0
Load Up Notebook ^_^
Name : ณัฐพร ประทุม (เอก) นวก.คอม รพ. 60 เตียง  รพ.พุนพิน จ. สุราษฎร์ธานี Tel.077-292144 ต่อ 132 fax:077-292135
Servers : CentOS 
Master :HP ProLiant DL360p Gen8 ram256G
คู่มือการติดตั้ง สำหรับ admin มือใหม่ Linux CentOS7+MySQL Percona 5.6 step by step
https://www.youtube.com/watch?v=7AckfkCp9cg&

ออฟไลน์ wiphusit

  • Hero Member
  • *****
  • กระทู้: 2,426
  • ยอดกมล
  • Respect: +4
    • ดูรายละเอียด
    • โรงพยาบาลทับปุด
Re: 3.54.10.6
« ตอบกลับ #25 เมื่อ: ตุลาคม 11, 2011, 15:37:43 PM »
0
LABFU
12=ตรวจโปรตีน albumin ในปัสสาวะ
ส่งออกมากเป็น Uric acid  ครับไม่ทราบใครเจอบ้างครับ
วิภูษิต  คงแก้ว เจ้าพนักงานเครื่องคอมพิวเตอร์ 
โรงพยาบาลทับปุด
อำเภอทับปุด จ.พังงา 82180
โทร 0-7659-9019 ต่อ 117,101
โทรสาร 0-7659-9115
Thailand.

ออฟไลน์ 7Up

  • Sr. Member
  • ****
  • กระทู้: 266
  • Respect: +1
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #26 เมื่อ: ตุลาคม 18, 2011, 09:44:07 AM »
0
ปัญหาแบบนี้แก้ยังไงครับ ในหน้าผู้ใช้งานระบบ
รพช.จังหาร  ๓๐ เตียง จังหวัดร้อยเอ็ด
Master Serv : IBM x3500   RAM 20G  OS:RH6 MysqL : 5.5.32
Slave   Serv : IBM x3200   RAM 8G    OS:RH6 MysqL : 5.5.32
Slave   II     : PC  i5 OC 2.8Ghz Windows 8 RAM 16G  SSD 240G Mysql 5.5.x

ออฟไลน์ 7Up

  • Sr. Member
  • ****
  • กระทู้: 266
  • Respect: +1
    • ดูรายละเอียด
Re: 3.54.10.6
« ตอบกลับ #27 เมื่อ: ตุลาคม 18, 2011, 11:39:46 AM »
0
อัพเป็น 10.17f ก็ยังเป็น -..-
รพช.จังหาร  ๓๐ เตียง จังหวัดร้อยเอ็ด
Master Serv : IBM x3500   RAM 20G  OS:RH6 MysqL : 5.5.32
Slave   Serv : IBM x3200   RAM 8G    OS:RH6 MysqL : 5.5.32
Slave   II     : PC  i5 OC 2.8Ghz Windows 8 RAM 16G  SSD 240G Mysql 5.5.x