แสดงกระทู้

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sukkla_01

หน้า: [1] 2
1
ขอด้วยคนครับ  ;D ;D ;D
sukkla01@gmail.com

2
เนื่องจากส่งออกมาแล้ว แฟ้ม address ส่งออกมาแล้วข้อมูลของ addresstype ไม่มีข้อมูลเลยครับไม่ทราบต้องลงข้อมูลส่วนไหนของ hosxp ครับ

3
HOSxP for iPhone / iPad / Re: HHC Online (Home Health Care Online)
« เมื่อ: พฤศจิกายน 06, 2013, 14:09:10 PM »
สอบถาม table ใน hosxp ที่เกี่ยวข้องกับระบบ HHC มี table อะไรบ้างครับ

4
ขอคู่มือการเขียน script ในรายงานหน่อยครับ

5
ของด้วยครับ sukkla01@gmail.com ขอบคุณครับ

6
ขอด้วยคนครับ sukkla01@gmail.com

7
ใช้ iFunbox ติดตั้งแล้วมันขึ้น ERR:Package installation failed (-402620395)   Jailbreak  แล้วครับ เป็นเพราะอะไรครับ

8
รอ version.... ใหม่อยู่น่ะครับ  ;D ;D ;)

9
อยู่ใน HOSxP PCU ครับ
  แล้วใน hosxp ไม่มีรูปแบบนี้หรอครับ

10
ผมหาหน้านี้ไม่เจออ่ะครับ มันอยู่ใน Hoxp ป่าวครับ เวอร์ชันไหนครับ

11
ขอบคุณครับทั้งคุณ Neo และ คุณ niyomstd

มีเรื่องสอบถามอีกเรื่องครับ  คือระบบ offline ของ iHOSxP
เวลาเรานำข้อมูล จากเครื่่อง Ipad ลง server hosxp (sync ข้อมูลกลับ ) ต้องทำไงบ้างครับ แล้ว hosxp ต้องเวอร์ชั่นอะไรครับ

12
ปุ่ม import CDS ข้างๆ ปุ่ม UpgradeStructure ครับ


ผมหาไม่เจอครับ ที่โรงพยาบาล คุณ neo นี้ใช้ hosxp หรือ hosxp pcu ครับ รบกวน snag หน้าจะตรง import cds ให้ดูหน่อยครับ แล้วใช้ hosxp เวอร์ชั่นไหนครับ

13
import  ตรงไหนครับ ไฟล์ไหนครับ คุณ Neo

14
หมายถึง copy  โปรแกรม hcc ไปวางที่  Folder HOSxP หรอครับ แล้วก็ทำการ Upgrade structure หรอครับ

15
พอดีได้ลองเข้าไปโหลด app iHOSxP-HD มาลองใช้งานครับ  ลองแล้วติดปัญหา
1.บางเมนูเข้าไม่ได้ มันขึ้น table doesn't exit เหมือนว่ามันหาตารางที่ใช้งานไม่เจออ่ะครับ ผมต้องอัพเดรท structure ของ hosxp เป็นเวอร์ชั่นไหนครับ
2.ใน mode offline เวลานำข้อมูลจาก ipad เข้า server  hosxp ต้องเข้าไปตรงไหนครับ

16
ใช้ The new Office หรือ Office 2013  ครับ

17
ขอแนะนำเว็บนี้ www.wifi4you.com
พอดีผมทำระบบ Hotspot เล็กๆในหมู่บ้าน ตอนสั่งของก็สั่งจากที่นี่แหละ ราคาสามารถต่อรองได้ครับ
สว่นที่ตัวที่แนะนำเป็นตัว  NanoStation M2 ครับ แรงทะลุทะลวง จิงๆ แต่เป็น Outdoor น่ะครับ
ถ้าหาไม่เจอหน้าเว็บ โทรหาเขาเลยครับ

18
การเขียน SQL Script / Re: มี Script มาฝากครับ
« เมื่อ: ธันวาคม 27, 2012, 11:51:12 AM »
เป็น script สำหรับดึงค่า trx ที่หายกลับมาใช้ใหม่ โดยสามารถดึงตามวันที่ และ an 
เพื่อโรงบาลไหนนำไปใช้ประโยชน์ครับ
ลองติดตั้งดูแล้วไม่ได้ครับ มันไม่นำเข้าให้ append แล้วก็ไม่ได้ รกวนขอโค๊ดของ script หน่อย

souce

unit beforeDelAdmit1;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, StdCtrls, ComCtrls;

type
  TForm1 = class(TForm)
    Edit2: TEdit;
    Label2: TLabel;
    Button1: TButton;
    Button2: TButton;
    Button3: TButton;
    Edit3: TEdit;
    Label3: TLabel;
    pg: TProgressBar;
    procedure Button1Click(Sender: TObject);
  private

  public
    //function MessageDlgPos ( const Message : string; DialogType : TMsgDlgType; Buttons : TMsgDlgButtons; HelpContext : Longint; X, Y : Integer ) : Integer;
  end;
function MessageDlgPos ( const Message : string; DialogType : TMsgDlgType; Buttons : TMsgDlgButtons; HelpContext : Longint; X, Y : Integer ) : Integer;
var
  Form1: TForm1;
  ds1:String;           // Begin date
  ds2:String;           // End date
  C_DATE1 : String;     // Condition Date 1
  C_DATE2 : String;
   aa :string;
implementation

{$R *.dfm}
 //=============================
procedure TForm1.Button1Click(Sender: TObject);
var tc,ts:tclientdataset;  i:integer;
 begin
   if Application.MessageBox(
      'á¹èã¨ÇèÒ¨Ðà¾ÔèÁ¢ÑÍÁÙÅËÃ×ÍäÁè?',
      'CONFIRM',
      MB_YESNO Or MB_ICONQUESTION) = '6'  then
   begin
   get_initial;
   tc:=tclientdataset.create(nil);
   ts:=tclientdataset.create(nil);
   tc.data:=hosxp_getdataset('select order_no from opitemrece_trx where vstdate between "'+ds1+'" and "'+ds2+'"   and  an is not null and order_no not in (select order_no from opitemrece where vstdate between "'+ds1+'" and "'+ds2+'"   and  an is not null) ');
   pg.position:=0;
   pg.max:=tc.recordcount;
   while not tc.eof do
   begin
     //showmessage(tc.fields[0].asstring);
     hosxp_getdataset('insert into opitemrece select * from opitemrece_trx where vstdate between "'+ds1+'" and "'+ds2+'"   and  an is not null and order_no not in (select order_no from opitemrece where vstdate between "'+ds1+'" and "'+ds2+'"   and  an is not null)');
     pg.position:=pg.position+1;
     application.processmessages;
     tc.next;
   end;
   showmessage('àÃÕºÃéÍÂáÅéÇ');
   tc.free;
   ts.free;
  end;

end;
//=============================

procedure TForm1.Button2Click(Sender: TObject);
var tc,ts:tclientdataset;  i:integer;
 begin
   if Application.MessageBox(
      'á¹èã¨ÇèÒ¨Ðà¾ÔèÁ¢ÑÍÁÙÅËÃ×ÍäÁè?',
      'CONFIRM',
      MB_YESNO Or MB_ICONQUESTION) = '6'  then
   begin
    get_initial;
    tc:=tclientdataset.create(nil);
    ts:=tclientdataset.create(nil);
    tc.data:=hosxp_getdataset('select order_no,icode from opitemrece_trx where an="'+txAN.text+'"');
    pg.position:=0;
    pg.max:=tc.recordcount;
    while not tc.eof do
     begin
     //showmessage(tc.fields[0].asstring);
     hosxp_getdataset('insert into opitemrece select * from opitemrece_trx where an="'+txAN.text+'"');
     pg.position:=pg.position+1;
     application.processmessages;
     tc.next;
    end;
    showmessage('àÃÕºÃéÍÂáÅéÇ');
    tc.free;
    ts.free;
  end;


end;

procedure get_initial;
begin
  ds1 := formatdatetime('yyyy-mm-dd', cxdateedit1.date);  // Set ds1 = dateedit1
  ds2 := formatdatetime('yyyy-mm-dd', cxdateedit2.date);  // Set ds2 = dateedit2
  //linelimit := txLimit.Text;    // set linelimit
  //C_MESSAGE := '';
  // set date state
  //showmessage(ds1);
end;
end.



DFM

object Form1: TForm1
  Left =100
  Top = 100
  Caption = 'Script ´Ö¤èÒ TRX ¡ÅѺÁÒãªéãËÁè '
  ClientHeight = 492
  ClientWidth = 567
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object JvNavPanelHeader1: TJvNavPanelHeader
    Left = 0
    Top = 0
    Width = 839
    Height = 40
    Align = alTop
    Caption = ''
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    ImageIndex = 0
  end
  object SeSkinPanel2: TSeSkinPanel
    Left = 0
    Top = 43
    Width = 839
    Height = 101
    Performance = kspNoBuffer
    Transparent = False
    Align = alTop
    AnimateRoll = False
    BevelWidth = 1
    BorderWidth = 3
    ButtonKind = pbkRoll
    Caption = '  ÊÒÁÒáÓ˹´à×è͹ä¢àÅ×Í¡ªèÇÇѹ·ÕèÁÒÃѺºÃÔ¡ÒÃä´é'
    Rolled = False
    ParentRoll = False
    ShowBevel = True
    ShowButton = True
    ShowCaption = True
    SkinObject = 'Panel'
    ExplicitWidth = 634
    NormalHeight = {00000000}


  object Label2: TLabel
    Left = 70
    Top = 60
    Width = 50
    Height = 18
    Caption = 'µÑéáµèÇѹ·Õè'
  end
  object LbAN: TLabel
    Left = 45
    Top = 30
    Width = 50
    Height = 18
    Caption = 'AN ·ÕèµéÍ¡ÒôÖ'
  end
  object Lbto: TLabel
    Left = 250
    Top = 60
    Width = 50
    Height = 18
    Caption = 'Ö'
  end
  object cxDateEdit1: TcxDateEdit
      Left = 140
      Top = 55
      TabOrder = 1
      Width = 100
    end
    object cxDateEdit2: TcxDateEdit
      Left = 280
      Top = 55
      TabOrder = 1
      Width = 100
    end
    object txAN: TEdit
    Left = 140
    Top = 25
    Width = 70
    Height = 31
    TabOrder = 10
    Text = '123456789'
  end
  end
  object Button1: TButton
    Left = 80
    Top = 290
    Width = 393
    Height = 73
    Caption = ' ´Ö TRX ¡ÅѺÁÒãªéãËÁè µÒÁÇѹ·Õè'
    TabOrder = 2
    OnClick = Button1Click
  end
   object Button2: TButton
    Left = 80
    Top = 180
    Width = 393
    Height = 73
    Caption = ' ´Ö TRX ¡ÅѺÁÒãªéãËÁè µÒÁ AN  '
    TabOrder = 2
    OnClick = Button2Click
  end
  object pg: TProgressBar
    Left = 80
    Top = 400
    Width = 393
    Height = 17
    TabOrder = 6
  end
end

19
การเขียน SQL Script / Re: มีโปรแกรมมานำเสนอครับ Trx
« เมื่อ: ธันวาคม 20, 2012, 12:47:24 PM »
ใช้กลับ db ชื่ออื่นได้ครับ แต่ต้องไปเปลี่ยนในไฟล์ connect.txt  ตรง host ครับ

20
นอกเรื่อง / Re: มีใครใช้ ESXi บ้างไหมครับ
« เมื่อ: ตุลาคม 19, 2012, 15:58:59 PM »
ใช่ครับถ้า snapshot บ่อยได้โดยที่ไม่ลบข้อมูลเก่าออกก็จะทำให้เสียพื้นที่ครับ ก่อนลบก็ต้อง consolidate  ก่อนครับเพื่อรวมก้อนที่ snap ไว้ครับ แล้วค่อย delete all ครับ (ต้องทำใน snapshot manager ครับ)

21
นอกเรื่อง / Re: มีใครใช้ ESXi บ้างไหมครับ
« เมื่อ: ตุลาคม 17, 2012, 09:11:00 AM »
ผมคิดว่าข้อดีที่ผมชอบทำคือการ Snapshot  ถ้าวันใด server เกิดเดี้ยงขึ้นมาก็สามารถ revert snapshot ได้สบายเลย  :) :)

22
HOSxP for iPhone / iPad / Re: HIS Mobile Web UPDATE 54.10.3.0 ! [PHP+MySQL+Jquery Mobile + HOSxP]
« เมื่อ: กันยายน 24, 2012, 09:15:40 AM »
ได้สถานที่อบรมหรือยังครับ อยากไปมากๆๆ  ;) :) : :D

23
HOSxP for iPhone / iPad / Re: HIS Mobile Web UPDATE 54.10.3.0 ! [PHP+MySQL+Jquery Mobile + HOSxP]
« เมื่อ: กันยายน 17, 2012, 12:53:52 PM »
สอบถามสถานที่อบรมครับ

24
ของผมพอกด activate แล้วโปรแกรมมันหายไปเลยครับ ลองเข้าใหม่ก็ขึ้นเหมือนเดิมครับ

25
HOSxP for iPhone / iPad / Re: HIS Mobile Web UPDATE 54.10.3.0 ! [PHP+MySQL+Jquery Mobile + HOSxP]
« เมื่อ: สิงหาคม 18, 2012, 11:04:09 AM »
ผมขอสมัคร 1 คนครับ ผมสนใจจริงๆ

26
เมื่อวันจัทร์ที่ผ่านลองเช็ค Trx หายเกลี้ยงเลยครับแต่ก็ดึงกลับมาใหม่หมดแล้ว ดีที่ทำโปรแกรมดึง Trx ไว้ครับ
เอามาแบ่งกันมั่งดิครับ มันหายหมดเลย

http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=25388.msg215618#msg215618  อันนี้เลยครับ

27
เมื่อวันจัทร์ที่ผ่านลองเช็ค Trx หายเกลี้ยงเลยครับแต่ก็ดึงกลับมาใหม่หมดแล้ว ดีที่ทำโปรแกรมดึง Trx ไว้ครับ

28
ยินดีต้อนรับ / Re: สอบถามลบรายชื่อใน xray ครับ
« เมื่อ: พฤษภาคม 08, 2012, 10:56:03 AM »
ได้แล้วครับ ขอบคุณมากครับ

29
ยินดีต้อนรับ / Re: สอบถามลบรายชื่อใน xray ครับ
« เมื่อ: พฤษภาคม 08, 2012, 09:15:19 AM »
ก็กำหนดแบบนี้แล้วนะครับ  แต่ก็ยังแสดงอยู่ครับ

30
ยินดีต้อนรับ / Re: สอบถามลบรายชื่อใน xray ครับ
« เมื่อ: พฤษภาคม 06, 2012, 10:18:54 AM »
แก้ตามแล้วครับแต่ก็ยังมีชื่อขึ้นเหมือนเดิมครับ

31
ยินดีต้อนรับ / Re: สอบถามลบรายชื่อใน xray ครับ
« เมื่อ: พฤษภาคม 04, 2012, 16:39:54 PM »
เข้าไปดูแล้วครับ แต่ก็ไม่ใช่ เจ้าหน้าที่เอ็กเรย์ครับ ตรงทำไงครับ

32
ยินดีต้อนรับ / สอบถามลบรายชื่อใน xray ครับ
« เมื่อ: พฤษภาคม 04, 2012, 15:36:39 PM »
สอบถามลบรายชื่อผู้ทำใน xray ครับ  จะต้องไปแก้ไขที่ไหนครับ หรือสามารถลบจาก table ไหนได้บ้างครับ

34
ผมได้เงินนอกงบประมาณ จะได้ป่าวเนี่ย 15000  :'( :'( :'(

35
การเขียน SQL Script / Re: มีโปรแกรมมานำเสนอครับ Trx
« เมื่อ: มีนาคม 19, 2012, 09:26:55 AM »
ลองเช็คตาราง opitemrece_trx ว่ามีข้อมูลระหว่างวันที่ ที่เลือกหรือป่าวครับ

36
การเขียน SQL Script / Re: มีโปรแกรมมานำเสนอครับ Trx
« เมื่อ: มีนาคม 16, 2012, 15:28:34 PM »
ก็ต้องรออาจารย์แก้ไขให้ครับ   เราก็ได้แค่ทำวิธีนี้ไปก่อนครับเพื่อให้ค่าใช้จ่ายสมบูรณที่สุดเท่าที่จะทำได้ครับ

37
การเขียน SQL Script / Re: มีโปรแกรมมานำเสนอครับ Trx
« เมื่อ: มีนาคม 16, 2012, 15:14:18 PM »
ทดลองใน stand alone แล้ว ok ครับใช้งานได้ดี (เคยทดลอง script โอน TRx ของท่าน sukkla_01 แล้วตอน stand alone ok พอ server จริงมันไม่โอนมา) เสนอนิดนึงครับตรงวันที่เลือกเพิ่มรายละเอียดว่าเป็นวันที่ admit จะดีมากเลยครับ

ครับ

38
การเขียน SQL Script / มีโปรแกรมมานำเสนอครับ Trx
« เมื่อ: มีนาคม 16, 2012, 11:07:47 AM »
   เนื่องจากโรงพยาบาลของผมมีปัญหาเรื่อง trx หาย ทาง ict เลยได้จัดทำโปรแกรมดึง trx กลับมาใหม่
โดยโปแกรมจะเช็คจาก ตาราง opitemrece_trx เป็นหลัก แล้วเอา hos_guid  ที่ได้ไปไปเช็คกับตารง opitemrece
ถ้าในตาราง opitemrece มี่ข้อมูลอยู่แล้วก็ไม้ทำอะไร แต่ถ้าไม่มีข้อมูลตัวโปรแกรมมันจะไปดึงข้อมูลจากตาราง opitemrece_trx มา insert เข้าไปในตาราง opitemrece ครับ
     
    เพื่อมีโรงพยาบาลไหนเอาไปใช้ประโยชน์ได้ครับ


ดาวโหลดไ้ด้ที่ http://www.mediafire.com/?n9y1bznayohpapc

39
ได้ทำตามที่คุณ realaerm  แนะนำทั้งหมดแล้วครับ แต่ข้อมูลยังหายอยู่ครับ ต้องใช้ script ดึงตลอดครับ

40
DS-ASSET อับเกรดเวอชัน 55.2.19
ทดสอบดูนะครับ
ดาวโหลด
http://www.mediafire.com/?q7g5at302ta2hap

ฐานเปล่าตัวใหม่ครับ
http://www.mediafire.com/?5ou76qxykvik2s7


นำเข้าฐานข้อมูลไม่ได้ครับ บาง table ครับ

41
คุณ un (อั๋น) มีรูปเดียวหรอครับ อยากเห็นหลายๆรูป   ;D :D

43
ไม่เห็นออกเลยครับ ตรงไหนครับคุณ nph2006

44
Networking / Re: การเชื่อต่อระบบเครือข่าย
« เมื่อ: กุมภาพันธ์ 14, 2012, 22:40:55 PM »
http://www.overclockzone.com/forums/showthread.php/1539535-%E0%B9%82%E0%B8%84%E0%B8%A3%E0%B8%87%E0%B8%81%E0%B8%B2%E0%B8%A3-22-Ubiquiti-amp-MikroTik

http://www.wifi4you.com

เว็บของถูกๆๆ ครับ

แนะนำ nanostation m2 ครับ แรงทะลุทะลวง
ตอนนี้ผมก็ใช้อยู่ครับ ทำระบบ hotspot อยู่ครับ

45
ตอนนี้ได้ทำ script เพื่อดึงข้อมูล trx ที่หายตามวันที่ ที่เราต้องการอยู่ครับ
ถ้านั่งดึงทีละคนไม่ไหว เยอะมากเลยครับ

46
รายการในตาราง opitemrece ที่เป็นค่า trx หายหมดครับ แต่ในตาราง opitemrece_trx ยังมีอยู่ครับ

47
ที่โรงพยาบาลผมหายเกลี้ยงเลยครับ ต้องใช้วิธีดึงกลับมาใช้ใหม่   ใช้ clearing confirm แล้วน่ะครับแต่ก็ยังหายอยู่

49
ผมได้ทำ script ลบและแก้ไขค่าใช้จ่ายที่เป็น Trx ครับลองเอาไปใช้ดูครับ

50
ได้แล้วครับ restart mysql ครับ

หน้า: [1] 2