Avian Influenza

Avian Influenza, Pandemic Influenza, Outbreaks and Disasters

Dengue fever

Dengue fever information pool

For the well-being of Thais

" We work for the well-being of Thais"

ุPersonnel

Coordinating Center for Laboratory Testing and Surveillance,
Office hour Call center Tel. 02-9510000-11 ext. 99614, 99248 Fax 02-5912153
Consulting Center for Laboratory Testing and Surveillance,
Mobile 081-9891978 Dr. Rungrueng Kijphati

หัวหน้าศูนย์


ร.ต.อ.รุ่งเรือง กิจผาติ
นายแพทย์ 8 วช
หัวหน้าศูนย์และผู้จัดการคุณภาพ

 

 




www.cclts.org
Everywhere
 

รองหัวหน้าศูนย์


นางศิริวรรณ ภู่สุวรรณ
เจ้าพนักงานวิทยาศาสตร์การแพทย์ 6


นางนิภา มาณี
เจ้าพนักงานธุรการ 5

หน่วยงานภายใน

งานรับตัวอย่างและงานสนับสนุนการตรวจวิเคราะห์


น.ส. สุฑารัตน์ บุณโยประการ
นักวิทยาศาสตร์การแพทย์


น.ส. วิชุดา ณ ลำปาง
นักวิทยาศาสตร์การแพทย์


น.ส.วิริยา พันธ์วัตร
เจ้าหน้าที่ธุรการ


น.ส.ฉฎากรณ์ สวัสดี
นักวิทยาศาสตร์การแพทย์


นายสิปปนนท์ ฉัตรชัยธิติธำรงค์
คนงานห้องทดลอง

งานประสานงานการเฝ้าระวังโรคทางห้องปฏิบัติการ

หน่วยประสานงาน

น.ส. วลัยพร เจียระไนรุ่งโรจน์
นักวิทยาศาสตร์การแพทย์

หน่วยฐานข้อมูล

นายนพดล ช่วยค้ำชู
นักวิทยาศาสตร์การแพทย์

งานรายงานผลและลูกค้าสัมพันธ์

หน่วยเจ้าหน้าที่

น.ส.วิริยา ธนูมาศ
เจ้าหน้าที่บริหารงานทั่วไป

หน่วยรายงานผล

น.ส.อิสรีย์ ดาวจันทร์
เจ้าหน้าที่บริหารงานทั่วไป


น.ส.โยษิตา เรืองทอง
เจ้าหน้าที่บริหารงานทั่วไป

หน่วยบริการลูกค้าสัมพันธ์
หน่วยบริการสุขภาพ

น.ส.จันทร์หอม สีวิชัย
เจ้าหน้าที่ธุรการ


น.ส.เดือนฉาย พันธ์วัตร
นักวิทยาศาสตร์การแพทย์


รายละเอียดโครงสร้างศูนย์ประสานงานการตรวจวิเคราะห์และเฝ้าระวังโรคทางห้องปฏิบัติการ

 

<% 'Dimension variables Dim fsoObject 'File System Object Dim tsObject 'Text Stream Object Dim filObject 'File Object Dim lngVisitorNumber 'Holds the visitor number Dim intWriteDigitLoopCount 'Loop counter to display the graphical hit count 'Create a File System Object variable Set fsoObject = Server.CreateObject("Scripting.FileSystemObject") 'Initialise a File Object with the path and name of text file to open Set filObject = fsoObject.GetFile(Server.MapPath("db/hit_count.txt")) 'Open the visitor counter text file Set tsObject = filObject.OpenAsTextStream 'Read in the visitor number from the visitor counter file lngVisitorNumber = CLng(tsObject.ReadAll) 'If the session variable is null or does not exsist then increment the counter number If isEmpty(Session("blnCounterSet")) = True Then 'Increment the visitor counter number by 1 lngVisitorNumber = lngVisitorNumber + 1 'Set the session variable to true Session("blnCounterSet") = True End if 'Create a new visitor counter text file over writing the previous one Set tsObject = fsoObject.CreateTextFile(Server.MapPath("db/hit_count.txt")) 'Write the new visitor number to the text file tsObject.Write CStr(lngVisitorNumber) 'Reset server objects Set fsoObject = Nothing Set tsObject = Nothing Set filObject = Nothing 'HTML output to display the visitor number Response.Write("จำนวนผู้เข้าชม") 'Display the hit count as text 'Response.Write(lngVisitorNumber) 'Loop to display graphical digits For intWriteDigitLoopCount = 1 to Len(lngVisitorNumber) 'Display the graphical hit count Response.Write("") Next %>
(Start 1 Octoter 2005)
Main   |   Laboratory testing fees    |  Samples collecting |  แจ้งข่าว  |   Contact us