ผู้เขียน หัวข้อ: หลักสูตรอบรมผู้ดูแลระบบ เรื่อง การเขียนโปรแกรมเดลไฟเบื้องต้น Part I รุ่น 1  (อ่าน 3153 ครั้ง)

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

ออฟไลน์ ฺBMS-Training Team

  • Hero Member
  • *****
  • กระทู้: 926
  • BMS STAFF
  • Respect: +79
    • ดูรายละเอียด
หลักสูตรอบรมผู้ดูแลระบบ

เรื่อง “การเขียนโปรแกรมเดลไฟ เบื้องต้น” (Delphi Fundamental Part I)


วัตถุประสงค์


1.   เพื่อพัฒนาศักยภาพให้ผู้เข้าร่วมอบรมมีความรู้ ความเข้าใจ และสามารถเขียนโปรแกรมภาษาเชิงวัตถุ
   (Object Pascal) ได้อย่างมีประสิทธิภาพ
2.   เพื่อพัฒนาศักยภาพให้ผู้เข้าร่วมอบรมมีความรู้ ความเข้าใจ ความสัมพันธ์ของกลุ่มข้อมูลในฐานข้อมูล
   HOSxP (E-R Diagram) และสามารถนำมาประยุกต์ใช้ในการเขียนโปรแกรมได้อย่างมีประสิทธิภาพ
3.   เพื่อพัฒนาศักยภาพให้ผู้เข้าร่วมอบรมสามารถพัฒนาโปรแกรมตามความต้องการของโรงพยาบาล และ
   นำมาเชื่อมโยงหรือต่อยอดในโปรแกรม HOSxP ได้อย่างมีประสิทธิภาพ

ทักษะพื้นฐานของผู้เข้าร่วมการอบรม

   มีความรู้ในการเขียนโปรแกรมคอมพิวเตอร์ด้วยภาษาระดับสูง อย่างน้อย 1 ภาษา

เนื้อหา

   1. การเขียนโปรแกรมโดยใช้ภาษา Object Pascal
   2. การเขียนโปรแกรมโดยใช้ Object Oriented และ Event Driven
   3. การออกแบบระบบติดต่อกับผู้ใช้งานโดยใช้ Form และ Control
   4. การใช้งาน Database Component ในการจัดการข้อมูล
   5. การพัฒนา SDI และ MDI Application
   6. การใช้งาน Datasnap เพื่อพัฒนา Multi-tier Application

กลุ่มเป้าหมาย

1.   เจ้าหน้าที่ผู้ดูแลระบบโปรแกรม  HOSxP  / HOSxP  PCU / BMS Data Center
2.   เจ้าหน้าที่ผู้รับผิดชอบงานสารสนเทศระดับรพ. / อำเภอ / จังหวัด


ระยะเวลาในการอบรม   5 วัน /รุ่น 



รุ่นที่ 1 วันที่  28 มกราคม –  1 กุมภาพันธ์ 2556 รุ่นที่ 2  วันที่  13-17  พฤษภาคม  2556
รุ่นที่ 3  วันที่  16-20 กันยายน 2556

จำนวนผู้เข้ารับการอบรม   20-25 คน/รุ่น

บริษัทฯ ขอสงวนสิทธิ์ยกเลิกการอบรม  กรณีผู้สมัครอบรมต่ำกว่า 8 ท่าน/คอร์สอบรม
สถานที่อบรม 
   บริษัท บางกอก เมดิคอล ซอฟต์แวร์ จำกัด 
   เลขที่ 2  ชั้น 2  ซ.สุขสวัสดิ์ 33 ถ.สุขสวัสดิ์ แขวง/เขต ราษฎร์บูรณะ กรุงเทพฯ 10140   

ค่าลงทะเบียน      ท่านละ 11,000 บาท (หนึ่งหมื่นหนึ่งพันบาทถ้วน)  (รวมค่าเอกสาร อาหารกลางวัน 5 มื้อ อาหารว่าง 10 มื้อ) รายละเอียดการชำระเงิน อยู่ในใบสมัคร

การเตรียมตัวของผู้เข้าร่วมอบรม
   NoteBook ที่มี RAM อย่างน้อย 1GB ติดตั้ง Windows XP, Windows 7 หรือ Windows Vista นำมา 1 เครื่อง ต่อ 1 คน พร้อมติดตั้งโปรแกรม HOSxP และฐานข้อมูลของรพ.

กำหนดการอบรม

วันที่ 1

•   Introduction to the IDE 
Basic IDE Skills | The Delphi environment | How two way tools work | Using the Editor Files created by Delphi | Delphi’s project manager | Smart linking
•   Introduction to Pascal (I)
Program structure | Constants & variables | Expressions | Built-in data types | Creating your own data types | Consequences of strong typing | Looping constructs | Using the GUI debugger

วันที่ 2
•   Introduction to Pascal (II)
Functions & procedures | Parameters & arguments | Value, reference, & const parameters | Compiler options | Conditional compilation | Variable length arrays | Overloading functions | Using optional parameters | Interface & implementation section usage

วันที่ 3

•   Using predefine Classes
Objects & Classes - what's the difference? | Declaring objects | Using Try/Finally to prevent memory leaks | Instantiating classes | Using properties & methods | TStringList in detail | TInifile & TRegistry
•   Forms and controls
IDE customization | Using the form designer | Using the standard controls | Control layout & tab order | Controls’ properties & behaviors | Using pop up & pull down menus | Using speed buttons & panels | Using tabbed notebooks | Using the system controls | Control interaction & event handling | Modal & non-modal windows
•   Structure of Delphi application
Main forms | Other forms | Using units to structure the code | Auto created forms | Dynamically created forms



วันที่ 4-5
•   Data access with Delphi
Introduction to the MyDAC and Zeoslib | Creating a sample database | Interfacing to the DBMS using data-aware components | Effective use of the TDataset and TField components
•   Datasnap component
Introduction to the Datasnap component | TClientdataset and TDatasetProvider | Multi-tier technique
•   SDI and MDI Model
Comparison of MDI & SDI | Building an SDI application | Building an MDI application



*****กำหนดการอบรมอาจมีปรับเปลี่ยนตามความเหมาะสม โดยจะแจ้งให้ผู้สมัครทราบล่วงหน้า
ก่อนเข้าร่วมอบรม*****



รายชื่อโรงพยาบาลที่สมัครอบรมจำนวนผู้ร่วมอบรมจำนวนผู้โอนเงิน
รวม
-
-


ท่านใดสนใจอบรม  รีบๆสมัครกันเข้ามานะค้า ;D :D
BMS Training Team
E-mail: bms-training@hotmail.com 
Facebook : BMS Training Team
บริษัท บางกอก เมดิคอล ซอฟต์แวร์ จำกัด สำนักงานใหญ่
เลขที่ 2  ชั้นที่ 2 ซ.สุขสวัสดิ์ 33 ถ.สุขสวัสดิ์ แขวง/เขตราษฎร์บูรณะ กรุงเทพฯ 10140

ออฟไลน์ Bluebird

  • Hero Member
  • *****
  • กระทู้: 1,062
  • Respect: +2
    • ดูรายละเอียด
    • โรงพยาบาลระแงะ จังหวัดนราธิวาส
อยากให้มาจัด แถว หาดใหญ่ หรือสงขลาจัง น่าจะมี ผู้สมัครหลายคน
นักวิชาการคอมพิวเตอร์ โรงพยาบาลระแงะ  จังหวัดนราธิวาส
www.rangaehospital.com

เริ่มใช้งานระบบ 1 ตุลาคม 2550
Server     :  HP Proliant DL180G6 RAM 16Gb. 
Replicate  : DELL PowerEdge 1800   RAM 16 Gb.
MySQL 5.5.31
OS CentOS 5 64bit
HOSxP Version : 3.59.4.27(ตาม Version ที่ออกใหม่ล่าสุด)

ออฟไลน์ bit48010010

  • Sr. Member
  • ****
  • กระทู้: 361
  • Respect: +1
    • ดูรายละเอียด
    • www.hodhospital.com
ตามที่ พี่ BlueBird ครับ ถ้าจัดนอกสถานที่อย่างนั้น ผมไปด้วย 100% แน่นอน ลองเอาไปพิจารณานะครับ อิอิ
DELL R710
server centos 6.0
MySQL 3.5.2.27
RAM 16 GB
Client pentium duo core ram 2 gb