BMS-HOSxP Community

HOSxP => แจ้งปัญหา / ขอความช่วยเหลือ => ข้อความที่เริ่มโดย: anukul ที่ ธันวาคม 24, 2010, 12:06:00 PM

หัวข้อ: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: anukul ที่ ธันวาคม 24, 2010, 12:06:00 PM
ปัญหาที่ 1 คือ ตั้งแต่ up เป็น 53.12.21 ในฐานจริง ทำให้ไม่สามารถ scan เอกสารใน EMR ได้  ตามที่ท่าน Neo28 แจ้งไว้  http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=18921.30
...... ดูจาก  คำสั่งตอน upgrade มีการปรับที่ตาราง patient_opd_scan และ patient_ipd_scan 

Update primary key on table patient_ipd_scan Done.
alter table tmp_pk  rename to `patient_ipd_scan`
drop table `patient_ipd_scan`
Made permanent change on table patient_ipd_scan
Create temp primary key table from patient_ipd_scan
Update primary key on table patient_opd_scan Done.
alter table tmp_pk  rename to `patient_opd_scan`
drop table `patient_opd_scan`
Made permanent change on table patient_opd_scan
Create temp primary key table from patient_opd_scan


น่าจะทำให้เกิดปัญหา  ขอวิธีแก้ไขเฉพาะหน้าด้วยครับ เพราะตอนนี้  scan ไม่ได้เลยแม้จะถอยกลับไป version เดิม

ปัญหาที่ 2 คือ ตารางนี้มีขนาดใหญ่มากครับ ใหญ่ที่สุด จะทำยังไงได้บ้างครับ  เช่น resize file pdf หรือทำ _arc

 ???
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: doramon ที่ ธันวาคม 24, 2010, 12:26:10 PM
patient_opd_scan_id   ไม่ทราบว่าเลขถึงตัวไหนแล้วครับ  มันรับ  int(11)
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: anukul ที่ ธันวาคม 24, 2010, 12:37:52 PM
patient_opd_scan_id   ไม่ทราบว่าเลขถึงตัวไหนแล้วครับ  มันรับ  int(11)

CREATE TABLE `patient_opd_scan` (
  `patient_opd_scan_id` int(11) NOT NULL,
  `vn` varchar(13) NOT NULL,
  `hn` varchar(9) DEFAULT NULL,
  `vstdate` date DEFAULT NULL,
  `vsttime` time DEFAULT NULL,
  `image` longblob,
  `scan_date_time` datetime DEFAULT NULL,
  `staff` varchar(20) DEFAULT NULL,
  `page_no` int(11) NOT NULL,
  `thumbnail` longblob,
  PRIMARY KEY (`patient_opd_scan_id`),
  KEY `ix_hn` (`hn`),
  KEY `ix_scan_date_time` (`scan_date_time`),
  KEY `ix_staff` (`staff`),
  KEY `ix_vn` (`vn`),
  KEY `ix_vstdate` (`vstdate`)
) ENGINE=MyISAM AUTO_INCREMENT=19479 DEFAULT CHARSET=tis620

เลขสุดท้ายคือ 19478
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: doramon ที่ ธันวาคม 24, 2010, 12:47:53 PM
scan ได้ใบหนึ่ง หรือไม่ได้เลยครับ

หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: anukul ที่ ธันวาคม 24, 2010, 15:15:57 PM
scan ได้ใบหนึ่ง หรือไม่ได้เลยครับ



เจ้าหน้าที่แจ้งว่า สามารถ scan  1 ใบ ได้ แต่ save ไม่ได้ ขึ้น error
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: Neo28 ที่ ธันวาคม 24, 2010, 15:51:48 PM
scan ได้ใบหนึ่ง หรือไม่ได้เลยครับ


เจ้าหน้าที่แจ้งว่า สามารถ scan  1 ใบ ได้ แต่ save ไม่ได้ ขึ้น error

่ผมก็เจอปัญหานี้เช่นเดียวกับคุณหมอน่ะครับเปลี่ยนมาใช้ v. เก่าที่เคยใช้ได้ก็ใช้ไม่ได้ครับ  ไม่แน่ใจว่าจะจะเกี่ยวกับการเพิ่ม filed  thumbnail หรือเปล่าครับเพราะที่ รพ.ตารางนี้มีขนากว่า 35 GB น่ะครับ ตอนนี้เอกสารต่างๆใส่ตะกร้าไว้ก่อนครับรอการแก่ไข
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: Neo28 ที่ ธันวาคม 24, 2010, 15:53:34 PM
ครั้งก่อนเจอปัญหานี้แก้ไขโดยไปลบ index ก็สามารถใช้งานได้ครับแต่ครั้งนี้ลบ index แล้วก็ยังใช้ไม่ได้ครับ ???
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: doramon ที่ ธันวาคม 24, 2010, 16:06:26 PM
ผมก็ยังช่วยไม่ได้ที่ห้่องทำงานไม่มี scan  เลยไม่รู้ว่าจะช่วยแบบไหน

ALTER TABLE  patient_opd_scan DROP PRIMARY KEY;

ดูครับ  แล้วทดสอบ scan ดูครับ

หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: anukul ที่ ธันวาคม 24, 2010, 16:44:15 PM
่ผมก็เจอปัญหานี้เช่นเดียวกับคุณหมอน่ะครับเปลี่ยนมาใช้ v. เก่าที่เคยใช้ได้ก็ใช้ไม่ได้ครับ  ไม่แน่ใจว่าจะจะเกี่ยวกับการเพิ่ม filed  thumbnail หรือเปล่าครับเพราะที่ รพ.ตารางนี้มีขนากว่า 35 GB น่ะครับ ตอนนี้เอกสารต่างๆใส่ตะกร้าไว้ก่อนครับรอการแก่ไข

35 GB เลยเหรอครับ  คิดว่าของผมใหญ่แล้วนะ ท่าน Neo28 ใหญ่กว่าเยอะเลย

 ;D

หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: doramon ที่ ธันวาคม 24, 2010, 16:48:45 PM
ผมถามนิดหนึ่งครับ

หน้าจอ Patient  EMR

มันมีสองหน้าที่เก็บระบบ scan

คือ

1. OPDSCAN

2.  Document  SCan

หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: anukul ที่ ธันวาคม 24, 2010, 22:37:32 PM
Tab Document ครับ  ไม่ได้ใช้ OPDscan ยังไม่เคยลอง
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: Neo28 ที่ ธันวาคม 25, 2010, 13:45:19 PM
 :'( :'(
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: Neo28 ที่ ธันวาคม 27, 2010, 12:52:02 PM
หลังจาก up เป็น 3.53.12.26 แล้วก็ยังไม่สามารถใช้งานได้ครับยังขึ้น ERROR เดิมครับ  KEY violation ครับ ไม่สามารถบันทึกภาพที่ scan ได้ครับ  :'( :'(
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: Neo28 ที่ ธันวาคม 27, 2010, 12:57:55 PM
เข้าที่เมนูใหม่ที่
tool----->document scan ------> Manual scan opd/ipd ก็ใช้ไม่ได้ครับ  แต่ไม่แน่ใจว่าตอน scan ใช้หน้าจอ Medical Recoad scan เหมือนกันครับจึงทำให้ Patient  EMR  ไม่สามารถบันทึกได้ครับ

ฝากอาจารย์ช่วยตรวจสอบให้ด้วยครับตอนนี้เอกสารที่รอ scan เต็มเลยครับ  :'( :'(
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: usa0823 ที่ ธันวาคม 27, 2010, 13:45:29 PM
แบบนี้น่าจะเป็นที่่ table ใน mysql หรือเปล่าครับ  ;D
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: Neo28 ที่ ธันวาคม 27, 2010, 15:56:19 PM
แบบว่าตอนนี้มีที่ไหนที่สารถใช้งานได้บ้างไม่ครับขอคำแนะนำหน่อยครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: vniwat ที่ ธันวาคม 27, 2010, 16:51:50 PM
แบบว่าตอนนี้มีที่ไหนที่สารถใช้งานได้บ้างไม่ครับขอคำแนะนำหน่อยครับ
ลองถอยไป V3.53.11.30 นะครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: Neo28 ที่ ธันวาคม 27, 2010, 19:39:57 PM
แบบว่าตอนนี้มีที่ไหนที่สารถใช้งานได้บ้างไม่ครับขอคำแนะนำหน่อยครับ
ลองถอยไป V3.53.11.30 นะครับ
เดี๋ยวได้เรื่องยังไงจะมาแจ้งให้ทราบน่ะครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: Neo28 ที่ ธันวาคม 28, 2010, 11:01:07 AM
3.53.11.30 ลองแล้วก็ยังใช้ไม่ได้ครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: sumkiat ที่ ธันวาคม 28, 2010, 11:57:19 AM
คำสั่ง ALTER TABLE  patient_opd_scan DROP PRIMARY KEY;
exec ใน sql query แล้วลอง scan ยัง error แบบเดิม
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: Neo28 ที่ ธันวาคม 28, 2010, 12:57:14 PM
ยังรอให้ อาจารย์มาตอบอยู่น่ะครับ  :'( :'(
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: Neo28 ที่ ธันวาคม 29, 2010, 10:23:02 AM
สอบถามหน่อยครับว่าถอยเวอร์ชั่นแล้วใช้ได้ไม่ครับ  :'(
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: Neo28 ที่ ธันวาคม 29, 2010, 10:23:21 AM
เอกสารรอ scan เต็มเลยครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: usa0823 ที่ ธันวาคม 29, 2010, 10:34:02 AM
ยังไม่ได้เหรอ... Neo28  ;D
ให้ remote ไปช่วยดูไหม...
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: Neo28 ที่ ธันวาคม 29, 2010, 11:28:03 AM
เดี๋ยวทดลองไล่ดูก่อนน่ะครับว่าหากเปลี่ยนใช้เวอร์ชั่นอื่นที่ Patient EMR ที่ Document จะใช้ได้ไม่ครับ  :'( :'( :'(

กระทู้ที่เจอปัญหานี้ครับ
 http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=18991.msg156575#new
http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=18993.0
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: manoi ที่ ธันวาคม 29, 2010, 12:06:06 PM
แก้ไขระบบ Manual scan ให้แล้วครับใน 3.53.12.29b
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: MR.KRAPONG<> ที่ ธันวาคม 30, 2010, 10:40:03 AM
แก้ไขระบบ Manual scan ให้แล้วครับใน 3.53.12.29b

สแกนได้ ทำการsave กลับมาดูภาพ ปรากฏว่าภาพไม่ขึ้นครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: vniwat ที่ ธันวาคม 30, 2010, 11:36:46 AM
แก้ไขระบบ Manual scan ให้แล้วครับใน 3.53.12.29b

สแกนได้ ทำการsave กลับมาดูภาพ ปรากฏว่าภาพไม่ขึ้นครับ
เหมือนกันครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: MR.KRAPONG<> ที่ ธันวาคม 30, 2010, 13:15:48 PM
แก้ไขระบบ Manual scan ให้แล้วครับใน 3.53.12.29b

สแกนได้ ทำการsave กลับมาดูภาพ ปรากฏว่าภาพไม่ขึ้นครับ
เหมือนกันครับ

รบกวนอาจารย์ช่วยแก้ให้ด้วยนะครับ    ขอบคุณครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: sumkiat ที่ ธันวาคม 30, 2010, 15:50:40 PM
ได้ upgrade structure ด้วย HOSxP_Upgrade_3.53.12.29b.exe
แล้ว run ยังมีปัญหาเหมือนเดิม
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: sumkiat ที่ ธันวาคม 30, 2010, 15:53:32 PM
และมี error occurred

EurekaLog 6.0.25

Application:
-------------------------------------------------------
  1.1 Start Date      : Thu, 30 Dec 2010 15:24:10 +0700
  1.2 Name/Description: HOSMy.exe
  1.3 Version Number  : 3.53.12.29
  1.4 Parameters      :
  1.5 Compilation Date: Wed, 29 Dec 2010 19:10:45 +0700
  1.6 Up Time         : 2 minutes, 41 seconds

Exception:
-----------------------------------------------------
  2.1 Date          : Thu, 30 Dec 2010 15:26:52 +0700
  2.2 Address       : 0093B86C
  2.3 Module Name   : HOSMy.exe
  2.4 Module Version: 3.53.12.29
  2.5 Type          : EDBClient
  2.6 Message       : Key violation.
  2.7 ID            : 4E34
  2.8 Count         : 1
  2.9 Status        : New
  2.10 Note         :

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

Active Controls:
------------------------------------
  4.1 Form Class   : AgentAnim
  4.2 Form Text    : Microsoft Agent
  4.3 Control Class:
  4.4 Control Text :

Computer:
------------------------------------------------------------------------------------------------------------------
  5.1 Name          : CSCD
  5.2 Total Memory  : 223 Mb
  5.3 Free Memory   : 62 Mb
  5.4 Total Disk    : 27.35 Gb
  5.5 Free Disk     : 20.94 Gb
  5.6 System Up Time: 7 hours, 37 minutes, 10 seconds
  5.7 Processor     : Intel(R) Celeron(R) CPU 2.53GHz
  5.8 Display Mode  : 1024 x 768, 32 bit
  5.9 Display DPI   : 96
  5.10 Video Card   : SiS 651_661FX_741_760_760GX_M661FX_M661MX_M741_M760_M760GX (driver 6.14.10.3650 - RAM 32 MB)
  5.11 Printer      : Samsung ML-1610 Series (driver 0,5,0,0)

Operating System:
------------------------------------
  6.1 Type    : Microsoft Windows XP
  6.2 Build # : 2600
  6.3 Update  : Service Pack 2
  6.4 Language: Thai
  6.5 Charset : 222

Network:
---------------------------------
  7.1 IP Address: 192.168.001.060
  7.2 Submask   : 255.255.255.000
  7.3 Gateway   : 000.000.000.000
  7.4 DNS 1     : 000.000.000.000
  7.5 DNS 2     : 000.000.000.000
  7.6 DHCP      : OFF           

Custom Information:
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: sumkiat ที่ ธันวาคม 30, 2010, 15:56:07 PM
และ ใน debugwindowsform
เหมือนเดิม
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: kd_admin1 ที่ มกราคม 01, 2011, 10:40:44 AM
มีวิธีแก้ไขหรือยังครับ เพิ่งเจอ Error นี้ วันนี้เลยครับ  ???  ???  ???
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: sumkiat ที่ มกราคม 04, 2011, 16:11:53 PM
update เป็น HOSxP_Upgrade_3.54.1.3.exe ก็ scan ได้ตามปกติ
ทดสอบแล้ว
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: Neo28 ที่ มกราคม 04, 2011, 16:47:17 PM
update เป็น HOSxP_Upgrade_3.54.1.3.exe ก็ scan ได้ตามปกติ
ทดสอบแล้ว
ขอบคุณครับ(รอดตายแล้วเรา) ;D ;D
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: usa0823 ที่ มกราคม 04, 2011, 19:09:02 PM
update เป็น HOSxP_Upgrade_3.54.1.3.exe ก็ scan ได้ตามปกติ
ทดสอบแล้ว
ขอบคุณครับ(รอดตายแล้วเรา) ;D ;D

ดีใจด้วยครับ...
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: kd_admin1 ที่ มกราคม 05, 2011, 10:52:04 AM
update เป็น HOSxP_Upgrade_3.54.1.3.exe ก็ scan ได้ตามปกติ
ทดสอบแล้ว

ผมลอง Scan แล้วมันค้าง แก้ไขอย่างไรครับ  3.54.1.3
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: MR.KRAPONG<> ที่ มกราคม 05, 2011, 11:15:54 AM
update เป็น HOSxP_Upgrade_3.54.1.3.exe ก็ scan ได้ตามปกติ
ทดสอบแล้ว

ผมลอง Scan แล้วมันค้าง แก้ไขอย่างไรครับ  3.54.1.3

อาการเดียวกับผมเลยครับ   ผมลองถอยเครื่องclientไปเป็น v.เดิมที่เคยสแกนได้แต่ก็ยังสแกนไม่ได้เหมือนเดิมครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: sumkiat ที่ มกราคม 05, 2011, 16:37:19 PM
ส่วนที่ผมว่าใช้ได้คือ เข้าเมนู ระบบผู้ป่วยนอก ->patient EMR
แล้วเข้า Tab : Document และ Tab ย่อย รุปขยาย แล้วก็ ปุ่ม New Scan
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: MR.KRAPONG<> ที่ มกราคม 05, 2011, 16:41:16 PM
ส่วนที่ผมว่าใช้ได้คือ เข้าเมนู ระบบผู้ป่วยนอก ->patient EMR
แล้วเข้า Tab : Document และ Tab ย่อย รุปขยาย แล้วก็ ปุ่ม New Scan


ของผมก็ใช้ตัวนั้นแหละแต่ไม่ได้  สงสัยจังครับว่าเพราะอะไร
คุณsumkiat ได้ลองsaveแล้วดูภาพว่าขึ้นหรือปล่าวครับ ของผมsaverแล้วภาพไม่ขึ้นครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: kd_admin1 ที่ มกราคม 17, 2011, 14:36:19 PM
สรุปแล้วปัญหานี้ต้องแก้อย่างไรครับ ติดตามมาถึงเวอร์ชั่นปัจจุบัน (3.54.1.14b) ก็ยังสแกนไม่ได้ มีเอกสารรอสแกนเยอะเลยครับ (หรือว่าตั้งค่าไม่ถูกครับ )  ???  ???  ???
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: MR.KRAPONG<> ที่ มกราคม 18, 2011, 09:43:08 AM
สรุปแล้วปัญหานี้ต้องแก้อย่างไรครับ ติดตามมาถึงเวอร์ชั่นปัจจุบัน (3.54.1.14b) ก็ยังสแกนไม่ได้ มีเอกสารรอสแกนเยอะเลยครับ (หรือว่าตั้งค่าไม่ถูกครับ )  ???  ???  ???

รอเหมือนกันครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: manoi ที่ มกราคม 18, 2011, 09:54:43 AM
ได้เปิดใช้ Image server หรือเปล่าครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: MR.KRAPONG<> ที่ มกราคม 18, 2011, 09:59:48 AM
ได้เปิดใช้ Image server หรือเปล่าครับ

เปิดที่ไหนครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: boomjang400d ที่ มกราคม 19, 2011, 10:33:12 AM
scan ได้ใบหนึ่ง หรือไม่ได้เลยครับ



ที่โรงพยาบาล ได้ใบเดียวครับ อีกใบ save แล้วจะ error
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: MR.KRAPONG<> ที่ มกราคม 19, 2011, 11:19:40 AM
ไม่ได้เลยครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: manoi ที่ มกราคม 19, 2011, 11:35:17 AM
ลองทดสอบกับ 3.54.1.18 ดูหรือยังครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: MR.KRAPONG<> ที่ มกราคม 19, 2011, 11:48:23 AM
ยังเลยครับทดสอบแค่ 3.54.1.3 กับ 3.54.1.5
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: MR.KRAPONG<> ที่ มกราคม 20, 2011, 10:49:34 AM
สแกนเสร็จขึ้นerror ตัวนี้มาเลยครับ v 3.54.1.18
EurekaLog 6.0.25

Application:
-------------------------------------------------------
  1.1 Start Date      : Thu, 20 Jan 2011 10:30:50 +0700
  1.2 Name/Description: HOSMy.exe
  1.3 Version Number  : 3.54.1.18
  1.4 Parameters      :
  1.5 Compilation Date: Tue, 18 Jan 2011 19:17:38 +0700
  1.6 Up Time         : 8 minutes, 56 seconds

Exception:
-----------------------------------------------------------------------------------
  2.1 Date          : Thu, 20 Jan 2011 10:39:46 +0700
  2.2 Address       : 0041C518
  2.3 Module Name   : HOSMy.exe
  2.4 Module Version: 3.54.1.18
  2.5 Type          : EVariantTypeCastError
  2.6 Message       : Could not convert variant of type (Null) into type (Integer).
  2.7 ID            : BB23
  2.8 Count         : 1
  2.9 Status        : New
  2.10 Note         :

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

Active Controls:
----------------------------------
  4.1 Form Class   : CabinetWClass
  4.2 Form Text    : Data (D:)
  4.3 Control Class:
  4.4 Control Text :

Computer:
--------------------------------------------------------------------------------
  5.1 Name          : CLAIM2
  5.2 Total Memory  : 447 Mb
  5.3 Free Memory   : 115 Mb
  5.4 Total Disk    : 37.26 Gb
  5.5 Free Disk     : 20.77 Gb
  5.6 System Up Time: 2 hours, 27 minutes, 30 seconds
  5.7 Processor     : Intel(R) Celeron(R) CPU 2.40GHz
  5.8 Display Mode  : 1280 x 768, 32 bit
  5.9 Display DPI   : 96
  5.10 Video Card   : VIA/S3G UniChrome Pro IGP (driver 6.14.10.380 - RAM 64 MB)
  5.11 Printer      : Canon iP1900 series (driver 2.20.2.30)

Operating System:
------------------------------------
  6.1 Type    : Microsoft Windows XP
  6.2 Build # : 2600
  6.3 Update  : Service Pack 3
  6.4 Language: Thai
  6.5 Charset : 222

Network:
---------------------------------------------------
  7.1 IP Address: 010.000.002.097 - 172.017.008.127
  7.2 Submask   : 255.255.255.000 - 255.255.255.255
  7.3 Gateway   : 000.000.000.000 - 172.017.008.127
  7.4 DNS 1     : 000.000.000.000 - 010.000.000.001
  7.5 DNS 2     : 000.000.000.000 - 000.000.000.000
  7.6 DHCP      : OFF             - OFF           

Custom Information:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  8.1 Hospital Code            : 11120 [โรงพยาบาล แม่แจ่ม]
  8.2 Database Type            : MySQL
  8.3 Database Protocol        : mysql-4.1 [5.1.39-percona
                                  Database maechaem @ 10.0.2.2]
  8.4                          :
  8.5 No 1                     : select count(*) as cc from patient_opd_scan where patient_opd_scan_id = 11683
  8.6 No 2                     : insert into replicate_log (`event_time`,`client`,`sql`) values (current_timestamp,'CLAIM2','update serial set serial_no = 11683 where name =\'patient_opd_scan_id\'')
  8.7 No 3                     : select get_serialnumber('patient_opd_scan_id') as cc
  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 = /
                                 big_tables = ON
                                 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 = /usr/share/mysql/charsets/
                                 collation_connection = tis620_thai_ci
                                 collation_database = tis620_thai_ci
                                 collation_server = tis620_thai_ci
                                 completion_type = 0
                                 concurrent_insert = 2
                                 connect_timeout = 10
                                 datadir = /var/lib/mysql/
                                 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 = 0
                                 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 = /var/lib/mysql/maechaem2.log
                                 group_concat_max_len = 1024
                                 have_community_features = YES
                                 have_compress = YES
                                 have_crypt = YES
                                 have_csv = YES
                                 have_dynamic_loading = YES
                                 have_geometry = YES
                                 have_innodb = YES
                                 have_ndbcluster = NO
                                 have_openssl = NO
                                 have_partitioning = YES
                                 have_query_cache = YES
                                 have_rtree_keys = YES
                                 have_ssl = NO
                                 have_symlink = YES
                                 hostname = maechaem2
                                 identity = 14688241
                                 ignore_builtin_innodb = OFF
                                 init_connect = SET NAMES tis620
                                 init_file =
                                 init_slave =
                                 innodb_adaptive_checkpoint = reflex
                                 innodb_adaptive_flushing = ON
                                 innodb_adaptive_hash_index = ON
                                 innodb_additional_mem_pool_size = 20971520
                                 innodb_autoextend_increment = 8
                                 innodb_autoinc_lock_mode = 1
                                 innodb_buffer_pool_size = 1992294400
                                 innodb_change_buffering = inserts
                                 innodb_checksums = ON
                                 innodb_commit_concurrency = 0
                                 innodb_concurrency_tickets = 500
                                 innodb_data_file_path = ibdata1:100M:autoextend
                                 innodb_data_home_dir = /var/lib/mysql/
                                 innodb_dict_size_limit = 0
                                 innodb_doublewrite = OFF
                                 innodb_enable_unsafe_group_commit = 0
                                 innodb_expand_import = 0
                                 innodb_extra_rsegments = 0
                                 innodb_extra_undoslots = OFF
                                 innodb_fast_recovery = OFF
                                 innodb_fast_shutdown = 1
                                 innodb_file_format = Antelope
                                 innodb_file_format_check = Antelope
                                 innodb_file_io_threads = 4
                                 innodb_file_per_table = ON
                                 innodb_flush_log_at_trx_commit = 2
                                 innodb_flush_method = O_DIRECT
                                 innodb_flush_neighbor_pages = 1
                                 innodb_force_recovery = 0
                                 innodb_ibuf_accel_rate = 100
                                 innodb_ibuf_active_contract = 0
                                 innodb_ibuf_max_size = 996130816
                                 innodb_io_capacity = 10000
                                 innodb_lock_wait_timeout = 50
                                 innodb_locks_unsafe_for_binlog = ON
                                 innodb_log_buffer_size = 8388608
                                 innodb_log_file_size = 268435456
                                 innodb_log_files_in_group = 2
                                 innodb_log_group_home_dir = /var/lib/mysql/
                                 innodb_max_dirty_pages_pct = 75
                                 innodb_max_purge_lag = 0
                                 innodb_mirrored_log_groups = 1
                                 innodb_open_files = 2000
                                 innodb_overwrite_relay_log_info = OFF
                                 innodb_read_ahead = linear
                                 innodb_read_ahead_threshold = 56
                                 innodb_read_io_threads = 16
                                 innodb_replication_delay = 0
                                 innodb_rollback_on_timeout = OFF
                                 innodb_show_locks_held = 10
                                 innodb_show_verbose_locks = 0
                                 innodb_spin_wait_delay = 6
                                 innodb_stats_auto_update = 1
                                 innodb_stats_method = nulls_equal
                                 innodb_stats_on_metadata = ON
                                 innodb_stats_sample_pages = 8
                                 innodb_stats_update_need_lock = 1
                                 innodb_strict_mode = OFF
                                 innodb_support_xa = OFF
                                 innodb_sync_spin_loops = 30
                                 innodb_table_locks = ON
                                 innodb_thread_concurrency = 0
                                 innodb_thread_concurrency_timer_based = OFF
                                 innodb_thread_sleep_delay = 10000
                                 innodb_use_purge_thread = OFF
                                 innodb_use_sys_malloc = ON
                                 innodb_version = 1.0.4-7
                                 innodb_write_io_threads = 16
                                 insert_id = 0
                                 interactive_timeout = 28800
                                 join_buffer_size = 2097152
                                 keep_files_on_create = OFF
                                 key_buffer_size = 1258291200
                                 key_cache_age_threshold = 300
                                 key_cache_block_size = 1024
                                 key_cache_division_limit = 100
                                 language = /usr/share/mysql/english/
                                 large_files_support = ON
                                 large_page_size = 0
                                 large_pages = OFF
                                 last_insert_id = 14688241
                                 lc_time_names = en_US
                                 license = GPL
                                 local_infile = ON
                                 locked_in_memory = OFF
                                 log = OFF
                                 log_bin = OFF
                                 log_bin_trust_function_creators = ON
                                 log_bin_trust_routine_creators = ON
                                 log_error = /var/lib/mysql/maechaem2.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 = OFF
                                 lower_case_table_names = 0
                                 max_allowed_packet = 268435456
                                 max_binlog_cache_size = 18446744073709547520
                                 max_binlog_size = 1073741824
                                 max_connect_errors = 10
                                 max_connections = 1000
                                 max_delayed_threads = 20
                                 max_error_count = 64
                                 max_heap_table_size = 536870912
                                 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 = 18446744073709551615
                                 max_sort_length = 1024
                                 max_sp_recursion_depth = 0
                                 max_tmp_tables = 32
                                 max_user_connections = 0
                                 max_write_lock_count = 18446744073709551615
                                 min_examined_row_limit = 0
                                 multi_range_count = 256
                                 myisam_data_pointer_size = 6
                                 myisam_max_sort_file_size = 9223372036853727232
                                 myisam_recover_options = OFF
                                 myisam_repair_threads = 1
                                 myisam_sort_buffer_size = 536870912
                                 myisam_stats_method = nulls_unequal
                                 myisam_use_mmap = 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 = 5000
                                 optimizer_prune_level = 1
                                 optimizer_search_depth = 62
                                 optimizer_switch = index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on
                                 pid_file = /var/lib/mysql/maechaem2.pid
                                 plugin_dir = /usr/lib64/mysql/plugin
                                 port = 3306
                                 preload_buffer_size = 32768
                                 profiling = OFF
                                 profiling_history_size = 15
                                 protocol_version = 10
                                 pseudo_thread_id = 126
                                 query_alloc_block_size = 8192
                                 query_cache_limit = 1048576
                                 query_cache_min_res_unit = 4096
                                 query_cache_size = 536870912
                                 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 = 1048576
                                 read_only = OFF
                                 read_rnd_buffer_size = 1048576
                                 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 = 1
                                 skip_external_locking = ON
                                 skip_networking = OFF
                                 skip_show_database = OFF
                                 slave_compressed_protocol = OFF
                                 slave_exec_mode = STRICT
                                 slave_load_tmpdir = /tmp
                                 slave_net_timeout = 3600
                                 slave_skip_errors = OFF
                                 slave_transaction_retries = 10
                                 slow_launch_time = 2
                                 slow_query_log = OFF
                                 slow_query_log_file = /var/lib/mysql/maechaem2-slow.log
                                 socket = /var/lib/mysql/mysql.sock
                                 sort_buffer_size = 1048576
                                 sql_auto_is_null = ON
                                 sql_big_selects = ON
                                 sql_big_tables = ON
                                 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 =
                                 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 = ICT
                                 table_definition_cache = 256
                                 table_lock_wait_timeout = 50
                                 table_open_cache = 1500
                                 table_type = InnoDB
                                 thread_cache_size = 8
                                 thread_handling = one-thread-per-connection
                                 thread_stack = 262144
                                 time_format = %H:%i:%s
                                 time_zone = SYSTEM
                                 timed_mutexes = OFF
                                 timestamp = 1295494272
                                 tmp_table_size = 16777216
                                 tmpdir = /tmp
                                 transaction_alloc_block_size = 8192
                                 transaction_prealloc_size = 4096
                                 tx_isolation = REPEATABLE-READ
                                 unique_checks = ON
                                 updatable_views_with_limit = YES
                                 version = 5.1.39-percona
                                 version_comment = MySQL Community Server (GPL), XtraDB 8, Revision 46
                                 version_compile_machine = x86_64
                                 version_compile_os = unknown-linux-gnu
                                 wait_timeout = 28800
                                 warning_count = 0
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: panus_t ที่ มกราคม 31, 2011, 08:59:13 AM
ผมใช้ V.3.54.1.22  ยังมี Error เหมือนกันครับ  (มีเอกสารรอ สแกนเหมือนกันครับ งานคอมพ์ดังอีกแล้วเรา ;D)
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: panus_t ที่ มกราคม 31, 2011, 09:15:10 AM
บางเครื่องก็ชอบมี Error ดังรูปที่แนบมา มันมีสาเหตุจากอะไรครับ และจะแก้ไขได้อย่างไร  ;D
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: supakorn_hos ที่ มกราคม 31, 2011, 10:44:52 AM
เจอเหมือนกันครับ พอแสกนเสร็จ ขึ้น error เลยครับ
แล้วก็จะมี debugWindowForm ขึ้นมา ว่า

System Message
SQL Error: Column 'vn' cannot be null
select * from patient_opd_scan where vn='530507114705'

ไม่ได้ใช้ server แยกเก็บรุปภาพนะครับ
ลายละเอียดเพิ่มเติม ของ รพ ผมนะครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: supakorn_hos ที่ มกราคม 31, 2011, 10:46:08 AM
ลิมแนบ error log

EurekaLog 6.0.25

Application:
-------------------------------------------------------
  1.1 Start Date      : Mon, 31 Jan 2011 09:37:29 +0700
  1.2 Name/Description: HOSMy.exe
  1.3 Version Number  : 3.54.1.22
  1.4 Parameters      :
  1.5 Compilation Date: Sat, 22 Jan 2011 10:50:17 +0700
  1.6 Up Time         : 55 minutes, 5 seconds

Exception:
-----------------------------------------------------------------------------------
  2.1 Date          : Mon, 31 Jan 2011 10:32:34 +0700
  2.2 Address       : 0041C548
  2.3 Module Name   : HOSMy.exe
  2.4 Module Version: 3.54.1.22
  2.5 Type          : EVariantTypeCastError
  2.6 Message       : Could not convert variant of type (Null) into type (Integer).
  2.7 ID            : 1904
  2.8 Count         : 1
  2.9 Status        : New
  2.10 Note         :

User:
-------------------------------------------------------
  3.1 ID        : Administrator
  3.2 Name      : งานประกันสังคม
  3.3 Email     :
  3.4 Company   : โรงพยาบาลเวียงสา
  3.5 Privileges: SeChangeNotifyPrivilege         - ON
                  SeSecurityPrivilege             - OFF
                  SeBackupPrivilege               - OFF
                  SeRestorePrivilege              - OFF
                  SeSystemtimePrivilege           - OFF
                  SeShutdownPrivilege             - OFF
                  SeRemoteShutdownPrivilege       - OFF
                  SeTakeOwnershipPrivilege        - OFF
                  SeDebugPrivilege                - OFF
                  SeSystemEnvironmentPrivilege    - OFF
                  SeSystemProfilePrivilege        - OFF
                  SeProfileSingleProcessPrivilege - OFF
                  SeIncreaseBasePriorityPrivilege - OFF
                  SeLoadDriverPrivilege           - ON
                  SeCreatePagefilePrivilege       - OFF
                  SeIncreaseQuotaPrivilege        - OFF
                  SeUndockPrivilege               - ON
                  SeManageVolumePrivilege         - OFF
                  SeImpersonatePrivilege          - ON
                  SeCreateGlobalPrivilege         - ON

Active Controls:
----------------------------------
  4.1 Form Class   : MSPaintApp
  4.2 Form Text    : error - Paint
  4.3 Control Class:
  4.4 Control Text :

Computer:
--------------------------------------------------------------------------------------------------
  5.1 Name          : PHA_GUN_5
  5.2 Total Memory  : 383 Mb
  5.3 Free Memory   : 133 Mb
  5.4 Total Disk    : 52.68 Gb
  5.5 Free Disk     : 44.73 Gb
  5.6 System Up Time: 1 hour, 47 minutes, 58 seconds
  5.7 Processor     : Intel(R) Pentium(R) 4 CPU 3.00GHz
  5.8 Display Mode  : 1024 x 768, 32 bit
  5.9 Display DPI   : 96
  5.10 Video Card   : NVIDIA GeForce FX 5500 (Microsoft Corporation) (driver 5.6.7.3 - RAM 256 MB)
  5.11 Printer      : hp LaserJet 1010 (driver 5,60,2827,1)

Operating System:
------------------------------------
  6.1 Type    : Microsoft Windows XP
  6.2 Build # : 2600
  6.3 Update  : Service Pack 3
  6.4 Language: Thai
  6.5 Charset : 222

Network:
---------------------------------
  7.1 IP Address: 192.168.000.142
  7.2 Submask   : 255.255.255.000
  7.3 Gateway   : 192.168.000.101
  7.4 DNS 1     : 192.168.000.101
  7.5 DNS 2     : 000.000.000.000
  7.6 DHCP      : OFF           

Custom Information:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  8.1 Hospital Code            : 11177 [รพช. เวียงสา]
  8.2 Database Type            : MySQL
  8.3 Database Protocol        : mysql-4.1 [5.1.42-percona
                                  Database wiangsa @ 192.168.0.8]
  8.4                          :
  8.5 No 1                     : select count(*) as cc from patient_opd_scan where patient_opd_scan_id = 34
  8.6 No 2                     : insert into replicate_log (`event_time`,`client`,`sql`) values (current_timestamp,'PHA_GUN_5','update serial set serial_no = 34 where name =\'patient_opd_scan_id\'')
  8.7 No 3                     : select get_serialnumber('patient_opd_scan_id') as cc
  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 = /
                                 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 = /usr/share/mysql/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 = /var/lib/mysql/
                                 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 = 0
                                 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 = /var/lib/mysql/sahosxp.log
                                 group_concat_max_len = 1024
                                 have_community_features = YES
                                 have_compress = YES
                                 have_crypt = YES
                                 have_csv = YES
                                 have_dynamic_loading = YES
                                 have_geometry = YES
                                 have_innodb = YES
                                 have_ndbcluster = NO
                                 have_openssl = NO
                                 have_partitioning = YES
                                 have_query_cache = YES
                                 have_rtree_keys = YES
                                 have_ssl = NO
                                 have_symlink = YES
                                 hostname = sahosxp
                                 identity = 45340388
                                 ignore_builtin_innodb = OFF
                                 init_connect = SET NAMES tis620
                                 init_file =
                                 init_slave =
                                 innodb_adaptive_checkpoint = estimate
                                 innodb_adaptive_flushing = OFF
                                 innodb_adaptive_hash_index = ON
                                 innodb_additional_mem_pool_size = 20971520
                                 innodb_autoextend_increment = 8
                                 innodb_autoinc_lock_mode = 1
                                 innodb_buffer_pool_size = 8589934592
                                 innodb_change_buffering = inserts
                                 innodb_checkpoint_age_target = 0
                                 innodb_checksums = ON
                                 innodb_commit_concurrency = 0
                                 innodb_concurrency_tickets = 500
                                 innodb_data_file_path = ibdata1:10M:autoextend
                                 innodb_data_home_dir = /var/lib/mysql/
                                 innodb_dict_size_limit = 0
                                 innodb_doublewrite = ON
                                 innodb_enable_unsafe_group_commit = 0
                                 innodb_expand_import = 0
                                 innodb_extra_rsegments = 0
                                 innodb_extra_undoslots = OFF
                                 innodb_fast_recovery = ON
                                 innodb_fast_shutdown = 1
                                 innodb_file_format = Antelope
                                 innodb_file_format_check = Barracuda
                                 innodb_file_per_table = ON
                                 innodb_flush_log_at_trx_commit = 1
                                 innodb_flush_method =
                                 innodb_flush_neighbor_pages = 1
                                 innodb_force_recovery = 0
                                 innodb_ibuf_accel_rate = 100
                                 innodb_ibuf_active_contract = 1
                                 innodb_ibuf_max_size = 4294950912
                                 innodb_io_capacity = 200
                                 innodb_lock_wait_timeout = 50
                                 innodb_locks_unsafe_for_binlog = OFF
                                 innodb_log_buffer_size = 8388608
                                 innodb_log_file_size = 2097152000
                                 innodb_log_files_in_group = 2
                                 innodb_log_group_home_dir = /var/lib/mysql/
                                 innodb_max_dirty_pages_pct = 75
                                 innodb_max_purge_lag = 0
                                 innodb_mirrored_log_groups = 1
                                 innodb_old_blocks_pct = 37
                                 innodb_old_blocks_time = 0
                                 innodb_open_files = 300
                                 innodb_overwrite_relay_log_info = OFF
                                 innodb_read_ahead = linear
                                 innodb_read_ahead_threshold = 56
                                 innodb_read_io_threads = 4
                                 innodb_recovery_stats = OFF
                                 innodb_relax_table_creation = 0
                                 innodb_replication_delay = 0
                                 innodb_rollback_on_timeout = OFF
                                 innodb_show_locks_held = 10
                                 innodb_show_verbose_locks = 0
                                 innodb_spin_wait_delay = 6
                                 innodb_stats_auto_update = 1
                                 innodb_stats_method = nulls_equal
                                 innodb_stats_on_metadata = ON
                                 innodb_stats_sample_pages = 8
                                 innodb_stats_update_need_lock = 1
                                 innodb_strict_mode = OFF
                                 innodb_support_xa = ON
                                 innodb_sync_spin_loops = 30
                                 innodb_table_locks = ON
                                 innodb_thread_concurrency = 0
                                 innodb_thread_concurrency_timer_based = OFF
                                 innodb_thread_sleep_delay = 10000
                                 innodb_use_purge_thread = 1
                                 innodb_use_sys_malloc = ON
                                 innodb_version = 1.0.6-9
                                 innodb_write_io_threads = 4
                                 insert_id = 0
                                 interactive_timeout = 28800
                                 join_buffer_size = 131072
                                 keep_files_on_create = OFF
                                 key_buffer_size = 838860800
                                 key_cache_age_threshold = 300
                                 key_cache_block_size = 1024
                                 key_cache_division_limit = 100
                                 language = /usr/share/mysql/english/
                                 large_files_support = ON
                                 large_page_size = 0
                                 large_pages = OFF
                                 last_insert_id = 45340388
                                 lc_time_names = en_US
                                 license = GPL
                                 local_infile = ON
                                 locked_in_memory = OFF
                                 log = OFF
                                 log_bin = OFF
                                 log_bin_trust_function_creators = OFF
                                 log_bin_trust_routine_creators = OFF
                                 log_error = /var/lib/mysql/sahosxp.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 = OFF
                                 lower_case_table_names = 0
                                 max_allowed_packet = 1073741824
                                 max_binlog_cache_size = 18446744073709547520
                                 max_binlog_size = 1073741824
                                 max_connect_errors = 10
                                 max_connections = 1000
                                 max_delayed_threads = 20
                                 max_error_count = 64
                                 max_heap_table_size = 536870912
                                 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 = 18446744073709551615
                                 max_sort_length = 1024
                                 max_sp_recursion_depth = 0
                                 max_tmp_tables = 32
                                 max_user_connections = 0
                                 max_write_lock_count = 18446744073709551615
                                 min_examined_row_limit = 0
                                 multi_range_count = 256
                                 myisam_data_pointer_size = 6
                                 myisam_max_sort_file_size = 9223372036853727232
                                 myisam_recover_options = OFF
                                 myisam_repair_threads = 1
                                 myisam_sort_buffer_size = 536870912
                                 myisam_stats_method = nulls_unequal
                                 myisam_use_mmap = 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 = 5000
                                 optimizer_prune_level = 1
                                 optimizer_search_depth = 62
                                 optimizer_switch = index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on
                                 pid_file = /var/lib/mysql/sahosxp.pid
                                 plugin_dir = /usr/lib64/mysql/plugin
                                 port = 3306
                                 preload_buffer_size = 32768
                                 profiling = OFF
                                 profiling_history_size = 15
                                 protocol_version = 10
                                 pseudo_thread_id = 51975
                                 query_alloc_block_size = 8192
                                 query_cache_limit = 1048576
                                 query_cache_min_res_unit = 4096
                                 query_cache_size = 1073741824
                                 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 = 1048576
                                 read_only = OFF
                                 read_rnd_buffer_size = 1048576
                                 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
                                 skip_external_locking = ON
                                 skip_networking = OFF
                                 skip_show_database = OFF
                                 slave_compressed_protocol = OFF
                                 slave_exec_mode = STRICT
                                 slave_load_tmpdir = /tmp
                                 slave_net_timeout = 3600
                                 slave_skip_errors = OFF
                                 slave_transaction_retries = 10
                                 slow_launch_time = 2
                                 slow_query_log = OFF
                                 slow_query_log_file = /var/lib/mysql/sahosxp-slow.log
                                 socket = /var/lib/mysql/mysql.sock
                                 sort_buffer_size = 1048576
                                 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 =
                                 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 = MyISAM
                                 sync_binlog = 0
                                 sync_frm = ON
                                 system_time_zone = ICT
                                 table_definition_cache = 256
                                 table_lock_wait_timeout = 50
                                 table_open_cache = 1000
                                 table_type = MyISAM
                                 thread_cache_size = 8
                                 thread_handling = one-thread-per-connection
                                 thread_stack = 262144
                                 time_format = %H:%i:%s
                                 time_zone = SYSTEM
                                 timed_mutexes = OFF
                                 timestamp = 1296441793
                                 tmp_table_size = 16777216
                                 tmpdir = /tmp
                                 transaction_alloc_block_size = 8192
                                 transaction_prealloc_size = 4096
                                 tx_isolation = REPEATABLE-READ
                                 unique_checks = ON
                                 updatable_views_with_limit = YES
                                 version = 5.1.42-percona
                                 version_comment = MySQL Community Server (GPL), XtraDB 9, Revision 50
                                 version_compile_machine = x86_64
                                 version_compile_os = unknown-linux-gnu
                                 wait_timeout = 28800
                                 warning_count = 0
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: panus_t ที่ มกราคม 31, 2011, 11:30:42 AM
Error
System Message
SQL Error: Column 'patient_opd_scan_id' cannot be null
select * from patient_opd_scan where vn='540130143827'

โปรแกรมไม่สามารถ Get ค่า 'patient_opd_scan_id' ได้หรือเปล่าครับ
 ;D
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: doramon ที่ มกราคม 31, 2011, 11:50:43 AM
ทดสอบเปิดระบบ Server image/log ไฟล์ดูครับ

แยกไปอีกเครื่อง หรือสร้างฐานเพิ่มมาอีกฐานก็ได้ครับ

หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: panus_t ที่ มกราคม 31, 2011, 14:52:15 PM
ทดสอบเปิดระบบ Server image/log ไฟล์ดูครับ

แยกไปอีกเครื่อง หรือสร้างฐานเพิ่มมาอีกฐานก็ได้ครับ



ทดสอบแยกแล้วยังเป็นเหมือนเดิมครับ.... ??? ::)

System Message
SQL Error: Column 'vn' cannot be null
select * from patient_opd_scan where vn='531018143347'
คราวนี้บอก VN ว่าง
ทำไม Unknown column
31/01/2554 14:35:43 192.168.1.236/hos_log  #42S22Unknown column 'an' in 'where clause' CLI>CASH SQL>delete from stock_opitemrece where an = '540000383' and ipt_order_no = 155468 and hos_guid not in ('{833FC7B2-2316-41F1-93E8-594DFDCD5D77}','{30E9E068-8FAE-4CC4-A7F3-CB7A9D4918E3}','{7A8F7731-D481-4760-834B-D60117DFF005}')
31/01/2554 14:36:54 192.168.1.236/hos_log  #42S22Unknown column 'NAN' in 'field list' CLI>DENT1 SQL>UPDATE opdscreen SET bpd=70,bps=110,bw=53,cc=0xC1D2B5D2C1B9D1B4B5D1B4E4CBC1,bmi=NAN,hpi=0xB5D1B4E4CBC1,pmh=0xBBAFD4E0CAB8E2C3A4BBC3D0A8D3B5D1C7E1C5D0A1D2C3E1BEE9C2D2E1BEE9CDD2CBD2C3 WHERE hos_guid='{9348E695-A7A1-40B2-96A8-DFC3BB21FDAA}'
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: usa0823 ที่ มกราคม 31, 2011, 15:41:20 PM
ใช้เวอร์ชั่น  3.54.1.18 เป็นเหมือนกันเลยครับ  ;D ;D
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: panus_t ที่ มกราคม 31, 2011, 16:22:18 PM
 มี Daily build - Version ที่แก้ไขปัญหา opd scan เฉพาะหน้า หรือเปล่าครับ อยากได้๊ อยากได้   ;D ;D กลัวนานไปจะมีเอกสารรอให้สแกนเยอะครับ  ;D ;D ;D
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: panus_t ที่ กุมภาพันธ์ 01, 2011, 14:06:30 PM
ขอสอบถามว่า มี รพ.ไหน แก้ไขปัญหานี้ได้บ้าง และแก้ไขอย่างไรครับ..... :o :o
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: Kumpol Khonburi ที่ กุมภาพันธ์ 03, 2011, 13:19:06 PM
ผมก็พบปัญหา Patient opd scan ไม่ได้เหมือนกัน ลองใช้ v. 3.54.2.2 ก็ยังเหมือนเดิม
แต่แปลกพอใช้ HOSxP PCU v. 3.54.2.2 กลับสแกนได้ครับไม่ฟ้อง error แต่ได้แค่ภาพเดียว
มาเปิดดูโดยใช้ HOSxP ก็ดูได้ อ้อ..ผมใช้โหลดภาพเอานะครับเพราะไม่มีเครื่องสแกนทดลอง
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: kongkrailas hospital ที่ กุมภาพันธ์ 03, 2011, 16:07:24 PM
ผมลอง 3.54.2.2 ก็ยังมี Error เหมือนกันครับ ตามรูปครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: panus_t ที่ กุมภาพันธ์ 08, 2011, 15:24:22 PM
V.3.54.2.8b  ก็ยัง scan picture ไม่ไ่ด้ครับ    ;D
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: kongkrailas hospital ที่ กุมภาพันธ์ 09, 2011, 10:36:23 AM
ดันครับ เอกสารรอสแกนเยอะมากเลยครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: manoi ที่ กุมภาพันธ์ 09, 2011, 11:56:21 AM
ฝากทดสอบอีกครั้งใน 3.54.2.9 นะครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: MR.KRAPONG<> ที่ กุมภาพันธ์ 09, 2011, 12:38:30 PM
ได้ผมยังไงช่วยบอกต่อๆหน่อยนะครับ


รออยู่ครับ
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: brrp ที่ กุมภาพันธ์ 14, 2011, 13:33:04 PM
ผมทดลองปรับ เป็น 3.54.2.2  ปรากฏว่า ตาราง patient_opd_scan มีการปรับ เปลียน โดยเพิ่ม patient_opd_scan_id  เป็น primary key  พอ scan ปรากฏว่า Error ผมใช้วิธี ปรับ ไปใช้ version 3.53.11.12  และ  ปรับ patient_opd_scan ใช้ vn,page_no เป็น primary key เช่นเดิม ก็ scan ได้ ตามปกติ ครับ

show fields from patient_opd_scan;
ALTER TABLE patient_opd_scan MODIFY COLUMN `patient_opd_scan_id` INT(11);
alter table patient_opd_scan drop primary key;
alter table patient_opd_scan add primary key(vn,page_no);   
หัวข้อ: Re: Patient opd scan มีปัญหาขอความช่วยเหลือครับ
เริ่มหัวข้อโดย: kongkrailas hospital ที่ กุมภาพันธ์ 14, 2011, 15:12:12 PM
อาจารย์ครับ 3.54.2.10b  ทดสอบแล้วสแกนได้ปกติแล้วครับ ขอบคุณมากๆ ครับ