| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/ |
Upload File : |
<?php
session_start();
include('dataConnections/dbq.php');
/* == สร้างตัวแปร URL เพื่อใช้อ้างอิงใน LINK ต่างๆ
$iURL = URL Backoffice
$eURL = URL error 43แฟ้ม
$rURL = URL NAS
*/
$clientstate = 'Intranet';
if (isset($_GET['Client'])) $clientIP = $_GET['Client'];
else $clientIP = trim(getenv('REMOTE_ADDR'));
$webServer = substr($_SERVER['HTTP_HOST'],0,7);
if ($webServer =='192.168' || $webServer =='10.0.2.' || $webServer =='10.0.1.') $Server = $webServer;
else $Server = substr($clientIP,0,7);
echo $Server.'-'.$clientIP.'<br>';
switch ($Server) {
case '10.0.2.' :
$_SESSION['iURL']="http://10.0.2.7";
$iURL = "http://10.0.2.7"; //intranet
$eURL = "http://10.0.2.7"; //error 43แฟ้ม
$rURL = "http://10.0.2.6/risk-hos/"; //risk
$aURL = "http://10.0.2.1"; //authen
$qUrl = "http://10.0.2.2";
break ;
case '10.0.1.' :
$_SESSION['iURL']="http://10.0.1.7";
$iURL = "http://10.0.1.7";
$eURL = "http://10.0.1.7";
$rURL = "http://10.0.1.6/risk-hos/";
$aUrl = "http://10.0.1.1";
$qUrl = "http://10.0.1.2";
break ;
case "192.168" :
//if (substr($clientIP,0,10) == '192.168.1.') {
$_SESSION['iURL']="http://192.168.1.7";
$iURL = "http://192.168.1.7";
$eURL = "http://192.168.1.7";
$rURL = "http://192.168.1.6/risk-hos/";
$aUrl = "http://192.168.1.99";
$qUrl = "http://192.168.1.2";
/*} else {
$clientstate = 'Internet';
$eURL = 'http://'.$_SERVER["SERVER_NAME"];
$iURL = 'http://bo.km10.org';
$rURL = $eURL.':8086/risk-hos/';
$qUrl = $eURL.':8080';
$aUrl = "";
$eURL = $iURL ;
}
*/
break ;
default :
$eURL = 'http://'.$_SERVER["SERVER_NAME"];
$iURL = 'http://bo.km10.org';
$rURL = $eURL.':8086/risk-hos/';
$qUrl = $eURL.':8080';
$aUrl = "";
$clientstate = 'Internet';
$eURL = $iURL ;
$_SESSION['iURL']=$_SERVER['HTTP_HOST'];
$nat = strpos($_SESSION['iURL'],':');
if ($nat > 0) $_SESSION['iURL'] = substr($_SESSION['iURL'],0,$nat);
} // switch
$km1ip = @file_get_contents('http://www.thaimit.com/km1ip.php');
if ($km1ip === false) $km1ip='Unknown';
//***************************************
// Show Speed Internet
//***************************************
$catresult = 'images/logo/up3.gif';
$totresult = 'images/logo/up3.gif';
$catping="";
$totping="";
/*
$catresult = 'images/logo/up0.gif';
$totresult = 'images/logo/up0.gif';
$totip="203.113.127.199";
$catip="61.19.245.246";
exec("ping -c 3 " . $totip, $pingtot, $result);
if ($result == 0){
if (count($pingtot) <= 7) $totresult = 'images/logo/up1.gif'; // slow
else {
$totresult = $pingtot[7];
$totresult = substr($totresult,0,strrpos($totresult,'/'));
$totresult = substr($totresult,0,strrpos($totresult,'/'));
$totresult = substr($totresult,strrpos($totresult,'/')+1);
//$totping =$totresult;
if ($totresult < '5' ) $totresult = 'images/logo/up3.gif'; //hight
else $totresult = 'images/logo/up2.gif'; //medium
}
}
exec("ping -c 3 " . $catip, $pingcat, $result);
if ($result == 0) {
if (count($pingcat) <= 7) $catresult = 'images/logo/up1.gif';
else {
$catresult = $pingcat[7];
$catresult = substr($catresult,0,strrpos($catresult ,'/'));
$catresult = substr($catresult ,0,strrpos($catresult ,'/'));
$catresult = substr($catresult ,strrpos($catresult ,'/')+1);
//$catping = $catresult;
if ($catresult < '5' ) $catresult = 'images/logo/up3.gif';
else $catresult = 'images/logo/up2.gif';
}
}
*/
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<head> <title>โรงพยาบาลสัตหีบ กม.10</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico"> <!-- Icon web address bar -->
<!-- code slide picหน้าแรก -->
<script type="text/javascript" src="fancybox/jquery-1.4.3.min.js"></script>
<script type="text/javascript" src="fancybox/fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
dimensions: [315, 179], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [<?php
$dir = 'slide';
$cdir = scandir($dir);
foreach ($cdir as $key => $value) {
if (!in_array($value,array(".",".."))) {
if (!is_dir($dir . DIRECTORY_SEPARATOR . $value)) {
echo '["'.$dir . DIRECTORY_SEPARATOR . $value.'", "'.$dir . DIRECTORY_SEPARATOR . $value.'", "", "รูปภาพกิจกรรมโรงพยาบาลสัตหีบ กม.10"],';
}
}
}
echo '["HOSP_LOGO.jpg", "HOSP_LOGO.jpg", "", "รูปภาพกิจกรรมโรงพยาบาลสัตหีบ กม.10"]';
?>
],
displaymode: {type:'auto', pause:3500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
</script>
<!-- จบโค๊ด slide รูปหน้าแรก -->
<META http-equiv=Content-Type content="text/html; charset=utf-8"><LINK
href="style01.css"
type=text/css rel=stylesheet>
<META content="MSHTML 5.50.4134.100" name=GENERATOR>
<style type="text/css">
<!--
div.Default {mso-style-name:Default;
mso-style-parent:"";
text-indent:0pt;
margin-left:0pt;
margin-right:0pt;
margin-top:0pt;
margin-bottom:0pt;
text-align:left;
font-family:"Times New Roman";
mso-default-font-family:FreesiaUPC;
mso-ascii-font-family:"Times New Roman";
mso-latin-font-family:"Times New Roman";
mso-greek-font-family:"Times New Roman";
mso-cyrillic-font-family:"Times New Roman";
mso-armenian-font-family:Sylfaen;
mso-hebrew-font-family:"Times New Roman";
mso-arabic-font-family:"Times New Roman";
mso-devanagari-font-family:Mangal;
mso-bengali-font-family:Vrinda;
mso-gurmukhi-font-family:Raavi;
mso-oriya-font-family:Sendnya;
mso-tamil-font-family:Latha;
mso-telugu-font-family:Gautami;
mso-kannada-font-family:Tunga;
mso-thai-font-family:FreesiaUPC;
mso-georgian-font-family:Sylfaen;
mso-hangul-font-family:Batang;
mso-kana-font-family:"MS Mincho";
mso-bopomofo-font-family:PMingLiU;
mso-han-font-family:SimSun;
mso-halfwidthkana-font-family:"MS Mincho";
mso-syriac-font-family:"Estrangelo Edessa";
mso-thaana-font-family:"MV Boli";
mso-latinext-font-family:"Times New Roman";
font-size:12.0pt;
color:black;
mso-font-kerning:14.0pt;
mso-char-tracking:100%;
mso-font-width:100%;}
li.Default {mso-style-name:Default;
mso-style-parent:"";
text-indent:0pt;
margin-left:0pt;
margin-right:0pt;
margin-top:0pt;
margin-bottom:0pt;
text-align:left;
font-family:"Times New Roman";
mso-default-font-family:FreesiaUPC;
mso-ascii-font-family:"Times New Roman";
mso-latin-font-family:"Times New Roman";
mso-greek-font-family:"Times New Roman";
mso-cyrillic-font-family:"Times New Roman";
mso-armenian-font-family:Sylfaen;
mso-hebrew-font-family:"Times New Roman";
mso-arabic-font-family:"Times New Roman";
mso-devanagari-font-family:Mangal;
mso-bengali-font-family:Vrinda;
mso-gurmukhi-font-family:Raavi;
mso-oriya-font-family:Sendnya;
mso-tamil-font-family:Latha;
mso-telugu-font-family:Gautami;
mso-kannada-font-family:Tunga;
mso-thai-font-family:FreesiaUPC;
mso-georgian-font-family:Sylfaen;
mso-hangul-font-family:Batang;
mso-kana-font-family:"MS Mincho";
mso-bopomofo-font-family:PMingLiU;
mso-han-font-family:SimSun;
mso-halfwidthkana-font-family:"MS Mincho";
mso-syriac-font-family:"Estrangelo Edessa";
mso-thaana-font-family:"MV Boli";
mso-latinext-font-family:"Times New Roman";
font-size:12.0pt;
color:black;
mso-font-kerning:14.0pt;
mso-char-tracking:100%;
mso-font-width:100%;}
p.Default {mso-style-name:Default;
mso-style-parent:"";
text-indent:0pt;
margin-left:0pt;
margin-right:0pt;
margin-top:0pt;
margin-bottom:0pt;
text-align:left;
font-family:"Times New Roman";
mso-default-font-family:FreesiaUPC;
mso-ascii-font-family:"Times New Roman";
mso-latin-font-family:"Times New Roman";
mso-greek-font-family:"Times New Roman";
mso-cyrillic-font-family:"Times New Roman";
mso-armenian-font-family:Sylfaen;
mso-hebrew-font-family:"Times New Roman";
mso-arabic-font-family:"Times New Roman";
mso-devanagari-font-family:Mangal;
mso-bengali-font-family:Vrinda;
mso-gurmukhi-font-family:Raavi;
mso-oriya-font-family:Sendnya;
mso-tamil-font-family:Latha;
mso-telugu-font-family:Gautami;
mso-kannada-font-family:Tunga;
mso-thai-font-family:FreesiaUPC;
mso-georgian-font-family:Sylfaen;
mso-hangul-font-family:Batang;
mso-kana-font-family:"MS Mincho";
mso-bopomofo-font-family:PMingLiU;
mso-han-font-family:SimSun;
mso-halfwidthkana-font-family:"MS Mincho";
mso-syriac-font-family:"Estrangelo Edessa";
mso-thaana-font-family:"MV Boli";
mso-latinext-font-family:"Times New Roman";
font-size:12.0pt;
color:black;
mso-font-kerning:14.0pt;
mso-char-tracking:100%;
mso-font-width:100%;}
-->
<!-- เปลี่ยนสีเมาส์ -->
<style>
<!--
a{text-decoration:none}
.style56 {color: #FFFFFF}
.style68 {color: #000000}
.style69 {font-size: 14px;color: #000000}
.style98 {font-size: 12px; color: #009966; }
.style99 {font-size: 16px; color: #009966; }
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
text-align: center;
}
.style102 {font-size: 14px}
.style103 {color: #000000; font-size: 12px; }
.style80 {font-size: 14px; color: #009933; }
.style78 {font-size: 12px; color: #0099CC; }
.style96 {font-size: 12px; color: #009933; }
.style62 {
color: #0099FF;
font-size: 13px;
text-align: left;
vertical-align: top;
}
.style106 {
font-size: 14px;
color: #0000FF;
}
.style107 {
font-family: "TH SarabunPSK";
font-size: 40px;
}
.style110 {color: #CC3333}
.style112 {font-size: 12px}
.style62 a {
text-align: center;
}
.style62 a {
text-align: left;
}
.style62 a {
text-align: center;
}
.style115 {color: #FF6600}
.style116 {color: #9900FF}
.style117 {
font-family: "TH SarabunPSK";
font-size: 20px;
color: #ff3333;
}
.style122 {
color: #0033CC;
font-weight: bold;
}
.style123 {
color: #FFFF33;
font-size: 18px;
font-weight: bold;
}
.style124 {font-size: 16px}
.style127 {color: #00FFFF}
.style131 {color: #006633}
-->
</style>
</style>
</HEAD>
<CENTER>
<LINK
href="style01.css"
type=text/css rel=stylesheet>
<LINK
href="style01.css"
type=text/css rel=stylesheet>
<table width="912" border="0" height ="270" align="center">
<tr>
<td width="900">
<table width="900" height="82" align="center" border=0 cellpadding=1 cellspacing=0>
<tr bgcolor="#999999">
<td height="82" bgcolor="#0099CC" bcolor="#999999">
<div align="center"><span class="style107" style="text-decoration: none; color: #00FF00;"><strong>
<span class="style107" style="text-decoration: none; color: #00FF00;"><strong><img src="img/พระบรม/รูป/5ธ.ค.png" width="912" height="365"></strong></span>โรงพยาบาลสัตหีบ กม.10</strong></span></div>
<br>
<div align="center"><span class="style56">เบอร์โทรศัพท์ 0 3824 5051
Mobile 0660056081-5, 0660056252-4
เบอร์โทรสาร 038245051 ต่อ 409
</span></div> </td>
</tr>
</table>
<table width=900 height="26" border=0 cellpadding=1 cellspacing=0 align="center">
<tbody>
<tr valign=center bgcolor="#333333">
<td width="89" height="26" nowrap bgcolor="#0099CC"><div align="center">
<a href="http://www.km10.org/th/" class="style56"style="text-decoration: none;" target="_parent"> cool chain </a></div>
</td>
<td width="10" nowrap bgcolor="#0099CC"><div align="center"><span class="style56">|</span></div>
</td>
<td width="159" nowrap bgcolor="#0099CC"><div align="center">
<a href="Menu ตารางการใช้บริการรพ.สัตหีบ/ตารางบริการ60.pdf" target="_blank" class="style56"
style="text-decoration: none; color: #00FFFF;"> ตารางการให้บริการ</a></div>
</td>
<td width="10" nowrap bgcolor="#0099CC"><div align="center"><span class="style56">|</span></div>
</td>
<td width="113" nowrap bgcolor="#0099CC"><div align="center">
<a href="Menu varasarn/varasarn.html" target="_blank" class="style56" style="text-decoration: none;"></a>
<a href="<? echo $iURL ?>" target="_blank" class="style56"style="text-decoration: none;"> ข้อมูลภายใน </a></div>
</td>
<td width="10" nowrap bgcolor="#0099CC"><div align="center"><span class="style56">|</span></div>
</td>
<td width="133" nowrap bgcolor="#0099CC"><div align="center">
<a href="Menu วิสัยทัศน์ พันธกิจ/vision.html" class="style56" style="text-decoration: none;"
target="_blank"> วิสัยทัศน์ พันธกิจ</a> </div>
</td>
<td width="12" nowrap bgcolor="#0099CC"><div align="center"><span class="style56">|</span></div>
</td>
<td width="74" nowrap bgcolor="#0099CC"><div align="center">
<a href="Menu ติดต่อเรา/ติดต่อเรา.html" target="_blank" class="style56" style="text-decoration: none;"> ติดต่อเรา</a></div>
</td>
<td width="10" nowrap bgcolor="#0099CC"><div align="center"><span class="style56">|</span></div>
</td>
<td width="142" nowrap bgcolor="#0099CC"><div align="center">
<a href="Menu ติดต่อเรา/Map/Map.html" class="style56" style="text-decoration: none;" target="_blank"> แผนที่โรงพยาบาล</a></div>
</td>
<td width="11" nowrap bgcolor="#0099CC"><div align="center"><span class="style56">|</span></div>
</td>
<td width="100" nowrap bgcolor="#0099CC"><div align="center">
<?php if ($clientstate == 'Intranet' ) echo '<a href="'.$aUrl.'/logout" class="style56"style="text-decoration: none;"
target="_parent"> <span class="style55 style104" >Internet Logout </span></a></div>';
?>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<table width="942" height="216" align="center" >
<!--<tr>
<td colspan="2" align="center"><img src="img/พระบรม/รูป/5ธ.ค.png" width="561" height="275"></td>
</tr>-->
<tr>
<td><img src="img/vac/ตค.PNG" width="339" height="259"></td>
<td align="center"><span class="style124"> <a href="slider1/FullWidthImageSlider/index.html"><span class="style127">ความรอบรู้ด้านสุขภาพ (Health literacy)</span></a> </span><br>
<a href="slider1/FullWidthImageSlider/index.html"> </a><a href="slider1/FullWidthImageSlider/index.html"><img src="slider1/anigif1.gif" alt="ความรอบรู้ด้านสุขภาพ" width="584" height="272" border="0" longdesc="slider1/anigif.gif"></a></td>
</tr>
</table>
<table width="900" height="216" border="0" align="center">
<tr >
<td width="280" height="212" align="left">
<table width="270" height="63" border="1" bordercolor="#999999">
<tr>
<td><p class="style98"><BR>
<a href="Menu รู้จักกับโรงพยาบาลสัตหีบ/history.html" target="_blank" class="style68"style="text-decoration: none;">
ข้อมูลทั่วไปโรงพยาบาลสัตหีบ กม.10</a><br>
<a href="Menu ทำเนียบ ผอ/ทำเนียบผอ.html" target="_blank" class="style68"style="text-decoration: none;">
ทำเนียบผู้อำนวยการ</a><br>
<a href="Menu โครงสร้างองค์กร/โครงสร้างองค์กร.html" target="_blank" class="style68"style="text-decoration: none;">
โครงสร้างองค์กร</a><br>
<a href="Menu ตารางการใช้บริการรพ.สัตหีบ/การเข้าถึงประวัติผู้รับบริการ.html" target="_blank" class="style68"style="text-decoration: none;">
การเข้าถึงประวัติผู้รับบริการ</a> <br>
<a href="Menu ตารางการใช้บริการรพ.สัตหีบ/สิทธิข้อพึงปฏิบัติของผู้ป่วย.pdf" target="_blank" class="style68"style="text-decoration: none;">
สิทธิข้อพึงปฏิบัติของผู้ป่วย</a><br>
<a href="Menu ความรู้เพื่อประชาชน/ความรู้เพื่อประชาชน.html" target="_blank" class="style68" style="text-decoration: none;">
ความรู้เพื่อประชาชน</a><br>
<a href="Menu ข้อเสนอแนะ/img/ข้อเสนอแนะ.html" target="_blank" class="style68" style="text-decoration: none;">
ข้อเสนอแนะ</a> <br>
<a href="Document/วินัย&มาตราการ/วินัยและการรักษาวินัยของข้าราชการพลเรือน.pdf" target="_blank" class="style68"
style="text-decoration: none;">
วินัยและการรักษาวินัยของข้าราชการพลเรือน</a><br>
<a href="Document/วินัย&มาตราการ/มาตรการในการบริหารผลการปฏิบัติงาน.pdf" target="_blank" class="style68" style="text-decoration: none;">
มาตรฐานในการบริหารการปฎิบัติงาน</a><br>
<a href="Menu ข้อมูลและสถิติ/ข้อมูลและสถิติ.html" target="_blank" class="style106"style="text-decoration: none; color: #0033FF;">
<img src="Menu basedata/img/Bar Chart.png" width="18" height="18" border="0">
ข้อมูลพื้นฐานและเวชสถิติ</a><br>
<a href="http://cbi.hdc.moph.go.th/hdc/" target="_blank" class="style106" style="text-decoration: none; color: #006600;">
<img src="img/provis_black_resize.gif" width="18" height="18" border="0"> HDC</a>
<a href="http://hdc2.cbo.moph.go.th/hdc/" target="_blank" class="style106" style="text-decoration: none; color: #FF9900;">
HDC58</a>
<a href="http://61.19.154.58/pdc" target="_blank" class="style68" style="text-decoration: none;color: #0033FF;">
PDC</a>
<a href="http://op.nhso.go.th/op/" target="_blank" class="style68" style="text-decoration: none; color: #9900CC;">
OP.NHSO</a><br>
<a href="Document/Price/pricelist.xls" target="_blank" class="style80" style="text-decoration: none;">
อัตตราค่ารักษาพยาบาล สธ 2560
<img src="img/logo/icon_new_01.gif" width="24" height="9" border="0"></a><br>
<a href="Document/Price/กรมบัญชีกลาง.pdf" target="_blank" class="style80" style="text-decoration: none;">
กรมบัญชีกลาง</a> <br>
<a href="Menu กลุ่มงานบริหารงานทั่วไป/การเงินและบัญชี/รายงานงบการเงินประจำปี.php" target="_blank" class="style106" style="text-decoration: none;color: #FF9900;">
รายงานงบการเงินประจำปี</a>
</p>
</td>
</tr>
</table>
</td>
<td width="370"><BR>
<div id="fadeshow2"></div>
<p align="center">
<a href="menuslide/menu allpic.html" target="_blank" class="style84 style62 " style="text-decoration: none;"><br>ดูภาพทั้งหมด </a>
</p>
</td>
<td width="250">
<table width="226" height="207" border="0" align="center">
<tr>
<td><center>
<a href="https://calendar.google.com/calendar/embed?src=km10sattahip%40gmail.com&ctz=Asia%2FBangkok"
target="_blank"><img src="img/DrChewinPrapan.jpg" width="143" height="182"></a>
</center>
<div align="center" class="style62">
<div align="center"><a href="https://calendar.google.com/calendar/embed?src=km10sattahip%40gmail.com&ctz=Asia%2FBangkok"
target="_blank">
นายแพทย์ชีวิน ประพันธ์<br>
นายแพทย์ชำนาญการพิเศษ<br>
รักษาการในตำแหน่ง<br>
ผู้อำนวยการโรงพยาบาลสัตหีบ กม.10<br></a> </div>
</div> </td>
</tr>
</table>
</td>
</tr>
</table>
<table width="900" border="0" align="center">
<tr>
<td width="255" >
<table width="255" height="63" border="1" bordercolor="#999999">
<tr>
<td width="245"><br>
<a href="tel/index tel.php" target="_blank" style="text-decoration: none; color: #FF00FF;">
หมายเลขภายใน</a><br>
<a href="CAR/index.php" target="_blank" class="style68"style="text-decoration: none;">
<img src="img/car.gif" width="25" height="18" border="0"> <span class="style106">
ขออนุญาตใช้รถส่วนกลาง</span></a><br>
<a href="https://calendar.google.com/calendar/embed?src=km10meeting%40gmail.com&ctz=Asia%2FBangkok"
target="_blank" class="style68"style="text-decoration: none;">
<img src="img/logo/meetinglogo.jpg" width="21" height="15" border="0"> <span class="style106">
ตารางการใช้ห้องประชุม </span></a><br>
<a href="reportservice/3/index.php" target="_blank" class="style106">
<img src="img/logo/service_icon-1.jpg" width="21" height="15" border="0">
ขออนุมัติซ่อมพัสดุ</a><br>
<a href="Menu pusdu/change.html" target="_blank" class="style103"style="text-decoration: none;">
<img src="img/logo/box.jpg" width="19" height="15" border="0">
เบิกพัสดุคอมพิวเตอร์</a><br>
<a href="Document/comit/เกณฑ์ราคากลางและคุณลักษณะพื้นฐานการ2566.pdf" target="_blank" class="style103"
style="text-decoration: none; color: #0099FF;">
<img src="img/logo/box.jpg" width="19" height="15" border="0">
<span class="style103">เกณฑ์ราคากลางคอมพิวเตอร์ประจำปี2566</span></a><br>
<a href="เอกสารเผยแพร่/การจัดการความรู้/index_km.php" target="_blank" style="text-decoration: none; color: #FF00FF;">
<img src="img/logo/from.jpg" width="25" height="25" border="0">
การจัดการความรู้</a><br>
<a href="<?php echo $qUrl; ?>/vaccine_19/chkpass.php" >
<img src="img/com.png" width="27" height="23" border="0"> <span class="style106">
</span></a>
<br>
<a href="/room/" >
<img src="img/meet1.png" width="27" height="23" border="0"> <span class="style106">
</span></a>
<br><br>
<p align="center"><img src="img/QR-BP.PNG" width="122" height="109"><br><br><br>
<a href="https://cvp1.moph.go.th/dashboard/" target="_blank" style="text-decoration: none; color: #339900;">
MOPH Immunization Dashboard</a><br>
<br> </td>
</tr>
</table> </td>
<td width="345" height="278" >
<!--<center>
<div id="fadeshow2"></div>
</center>
<p align="left">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="100" height="30">
<param name="movie" value="images/what new.swf">
<param name="quality" value="high">
<embed src="images/what new.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="100" height="30"></embed>
</object>
</p>
<p align="left">
<p align="center">
<a href="<?php echo $qUrl; ?>/vaccine_19/index.php" target="_blank" class="68">ตรวจสถานะคิวจองวัคซีนโควิด-19</a> </p>-->
<a href="<?php echo $qUrl; ?>/queue/register.php" ><img src="img/logo/ลงทะเบียน.png" width="360" height="69"></a><br>
<br>
<a href="Menu กลุ่มงานยุทธศาสตร์/ยุทธศาสตร์/ปี2567/แผนปฏิบัติการสาธารณสุขปีงบประมาณ2567สัตหีบ.xlsx" target="_blank" class="style80" style="text-decoration: none;">
<img src="img/Comment.png" alt="" width="22" height="21" border="0" >แผนปฏิบัติการสาธารณสุขรพ.สัตหีบกม10ปี2567ฉบับสมบูรณ์
<img src="img/logo/icon_new_01.gif" alt="" width="30" height="10" border="0"></a><br>
<a href="Menu กลุ่มงานยุทธศาสตร์/ยุทธศาสตร์/ปี2567/แผนกลยุทธ์65-67รพ.สัตหีบกม.10update2ตค66.pdf" target="_blank" class="style80" style="text-decoration: none;">
<img src="img/Comment.png" alt="" width="22" height="21" border="0" >แผนกลยุทธ์รพ.สัตหีบกม.10ปี2565-2567
<br>
<a href="../Menu ITA/Y2566/MOIT16/12แผนปฏิบัติการส่งเสริมคุณธรรมชองชมรมจริย.pdf" target="_blank" class="style80" style="text-decoration: none;">
<img src="img/Comment.png" alt="" width="22" height="21" border="0" >แผนปฏิบัติการส่งเสริมคุณธรรมของชมรมจริยธรรมของหน่วยงาน
ประจำปีงบประมาณ พ.ศ. 2566
<br>
<a href="../Menu ITA/Y2566/ไตรมาส2/MOIT16/16.2.2.pdf" target="_blank" class="style80" style="text-decoration: none;">
<img src="img/Comment.png" alt="" width="22" height="21" border="0" >รายงานแผนปฏิบัติการส่งเสริมคุณธรรมของชมรมจริยธรรมของหน่วยงาน
ประจำปีงบประมาณ พ.ศ. 2566
<br>
<a href="Menu กลุ่มงานยุทธศาสตร์/ยุทธศาสตร์/ปี2566/เล่มรายละเอียดตัวชี้วัดคำรับรองปฏิบัติ2566.pdf" target="_blank" class="style80" style="text-decoration: none;">
<img src="img/Comment.png" alt="" width="22" height="21" border="0" >รายละเอียดตัวชี้วัดคำรับรองปฏิบัติราชการประจำปีงบประมาณ2566สสจ.ชลบุรี
<br>
<br>
<a href="workgroup/กลุ่มงานบริหารทั่วไป/ประกาศคณะกรรมการสวัสดิการ.pdf" target="_blank" class="style80" style="text-decoration: none;">
<img src="img/Comment.png" alt="" width="22" height="21" border="0" >ประกาศคณะกรรมการ สวด<br>
<a href="แผนพัสดุ/แผนวัสดุ(คลังพัสดุ) ปีงบ 67 งาน.xlsx" target="_blank" class="style80" style="text-decoration: none;">
<img src="img/Comment.png" alt="" width="22" height="21" border="0" >แผนเบิกพัสดุ ปีงบ67</a><br>
<a href="แผนครุภัณฑ์คอม/แผนวัสดุคอมพิวเตอร์+ครุภัณฑ์คอมพิวเตอร์ปี67.xlsx" target="_blank" class="style80" style="text-decoration: none;">
<img src="img/Comment.png" alt="" width="22" height="21" border="0" >แผนวัสดุคอมพิวเตอร์+ครุภัณฑ์คอมพิวเตอร์ปี67</a><br><br><br><br><br> </td>
<td height="278" width="286">
<table align="center" width="281">
<tr>
<td width="273">
<a href="<?php echo $qUrl; ?>/vaccine_19/chkvaccine.php" >
<img src="img/logo/ตรวจสอบข้อมูลv19.png" width="273" height="70">
</a><br><br>
<img src="img/บริจาค.jpg" width="278" height="272" >
</td>
</tr>
</table> </td>
</tr>
</table>
<table align="center" width="900">
<tr>
<td width="280">
<table width="270" height="63" border="1" bordercolor="#999999">
<tr>
<td><br>
<a href="Menu คู่มือ/ความปลอดภัย.php" target="_blank" class="style117"
style="text-decoration: none; color: #CC0000;">
<img src="img/giphy.gif" width="19" height="17">
คู่มือด้านความปลอดภัย </a><br>
<a href="Menu คู่มือ/img/นโยบายความปลอดภัย.jpg" target="_blank" class="style117" style="
text-decoration: none; color: #CC0000;">
<img src="img/giphy.gif" width="19" height="17">
นโยบายความปลอดภัยในการทำงาน </a> <br>
<a href="Document/นโยบาย/นโยบายการดำเนินงานบริการที่เป็นมิตรสำหรับวัยรุ่นและเยาวชน.pdf"
target="_blank" class="style117" style="text-decoration: none; color: #CC0000;">
<img src="img/giphy.gif" width="19" height="17">
นโยบายการดำเนินงานบริการที่เป็นมิตรสำหรับวัยรุ่นและเยาวชน </a><br>
<a href="Document/ประกาศ/ประกาศเจตนารมณ์ต่อต้านการทุจริต.pdf" target="_blank" class="style117"
style="text-decoration: none; color: #CC0000;">
<img src="img/giphy.gif" width="19" height="17">
ประกาศเจตนารมณ์ต่อต้านการทุจริต </a><br>
<a href="Document/ประกาศ/ประกาศเจตนารมณ์การป้องกันและแก้ไขปัญหาก.pdf" target="_blank"
class="style117" style="text-decoration: none; color: #CC0000;">
<img src="img/giphy.gif" width="19" height="17">
ประกาศเจตนารมณ์การป้องกันและแก้ไข<br>
ปัญหาการล่วงละเมิดหรือคุกคามทางเพศ<br> ในการทำงาน</a><br>
<a href="Document\เอกสารเกี่ยวกับระบบยา\ประกาศเจตนารมณ์เวชภัณฑ์ที่มีไช่ยา ประจำปีงบประมาณ พ.ศ.๒๕๖๖.pdf"
target="_blank" class="style117" style="text-decoration: none; color: #CC0000;">
<img src="img/giphy.gif" width="19" height="17">
ประกาศเจตนารมณ์การป้องกันการทุจริตตามเกณฑ์จริยธรรมการจัดซื้อจัดหาและการส่งเสริมการขายยาและเวชภัณฑ์ที่มีไช่ยาของหน่วยงานโรงพยาบาลสัตหีบ กม.๑๐</a><br>
<a href="Document/ประกาศ/ประกาศนโยบายคุณภาพโรงพยาบาลสัตหีบ กม.10.pdf" target="_blank"
class="style117" style="text-decoration: none; color: #CC0000;">
<img src="img/giphy.gif" width="19" height="17">
ประกาศนโยบายคุณภาพโรงพยาบาลสัตหีบ กม.10</a><br>
<a href="Document/ประกาศ/หนังสือแจ้งการประมวลผลข้อมูลส่วนบุคคล รพ.สัตหีบกม.10.pdf"
target="_blank" class="style117" style="text-decoration: none; color: #CC0000;">
<img src="img/giphy.gif" width="19" height="17">
หนังสือแจ้งการประมวลผลข้อมูลส่วนบุคคล<br> รพ.สัตหีบกม.10</a><br>
<a href="Menu PDPA/PDPA.php"
target="_blank" class="style117" style="text-decoration: none; color: #CC0000;">
<img src="img/giphy.gif" width="19" height="17">
นโยบายคุ้มครองข้อมูลส่วนบุคคล</a><br>
<a href="Menu แบบฟอร์มรายงานต่างๆ/แบบฟอร์มรายงานต่างๆ.php" target="_blank"
class="style68"style="text-decoration: none;">
<img src="img/logo/from.jpg" width="19" height="20" border="0"><span class="style115">
แบบฟอร์มรายงานต่างๆ</span></a><br>
<a href="Document/p4p/แบบบันทึกผลการปฏิบัติงานเพื่อจ่ายค่าตอบแทน.xlsx" target="_blank"
class="style69" style="text-decoration: none; color: #CC0066;">
แบบจ่ายค่าตอบแทน(P4P)</a><br><br><br><br><br> </td>
</tr>
</table>
</td>
<td width="300">
<p><a href="https://ddc.moph.go.th/viralpneumonia/index.php" target="_blank">
<img src="img/logo/corona.JPG" width="342" height="57"/></a><br><br>
<table width="341" height="142" border="0" bgcolor="#CCFFFF">
<tr>
<td width="135"><div align="right"><span class="style116"><img src="img/Qonline.png" width="134" height="125"/></span></div> </td>
<td width="196" align="center">
เพิ่มเพื่อน<span class="style122"> หมอพร้อม </span><br>
เพื่อรับบริการจองคิว OnLine<br>
<img src="img/line-line-me.png" width="45" height="45">
<img src="img/หมอพร้อม.png" width="103" height="67"><br>
<?php
//$userline = mysqli_query($dbq,"SELECT count(*) as total FROM user_line") or die(mysqli_error());
//$nAcc = mysqli_fetch_assoc($userline);echo $nAcc['total'].' Acc.';
?>
</td>
</tr>
</table>
</td>
<td width="300">
<table width="216" border="0">
<tr>
<td><img src="img/ha3.gif" width="173" height="43"> </td>
</tr>
</table>
<a href="https://km10.thai-nrls.org" target="_blank" style="text-decoration: none; color: #FF00FF;">
<img src="img/logo/ir1.jpg" width="19" height="15" border="0">
รายงานความเสี่ยง HRMS </a><br>
<a href="Document/บัญชีความเสี่ยง/NRLS_Cloud_6.pdf" target="_blank" class="style106"style="text-decoration: none;">
<img src="img/logo/ไอคอน.jpg" width="21" height="19"><span class="style115"> บัญชีความเสี่ยง NRLS </span></a><br>
<a href="Document/บัญชีความเสี่ยง/นโยบาย.pdf" target="_blank" class="style106"style="text-decoration: none;">
<img src="img/logo/ไอคอน.jpg" width="21" height="19"><span class="style115"> ประกาศนโยบายการบริหารความเสี่ยง </span></a><br>
<a href="Document/บัญชีความเสี่ยง/คู่มือHRMS.pdf" target="_blank" class="style106"style="text-decoration: none;">
<img src="img/logo/ไอคอน.jpg" width="21" height="19"><span class="style115"> คู่มือ HRMS </span></a><br>
<a href="Document/บัญชีความเสี่ยง/NRLS64.pdf" target="_blank" class="style106"style="text-decoration: none;">
<img src="img/giphy.gif" width="19" height="17"> <span class="style115">บัญชีความเสี่ยง2564</span></a><br>
<a href="Document/บัญชีความเสี่ยง/แบบบันทึกรายงานอุบัติการณ์16-12-64 p1.pdf" target="_blank" class="style106"style="text-decoration: none;">
<img src="img/giphy.gif" width="19" height="17"> <span class="style115">แบบบันทึกรายงานอุบัติการณ์</span></a><br>
<a href="Menuศูนย์คุณภาพ/ศูนย์คุณภาพ.php" target="_blank" class="style106"style="text-decoration: none;">
<img src="img/giphy.gif" width="19" height="17"> <span class="style96">ศูนย์คุณภาพ</span></a><br>
<!--<a href="<? //echo $rURL; ?>" target="_blank" class="style103"style="text-decoration: none;; color: #0099FF;">
ระบบรายงานความเสี่ยง(สำหรับสืบค้นข้อมูลเก่า)</a> -->
</td>
</tr>
<tr>
<td width="280">
<table width="270" height="63" border="1" bordercolor="#999999">
<tr>
<td>
<a href="Menu คณะกรรมการต่างๆ/index.php.html" target="_blank" class="style69" style="text-decoration: none;"><br>
คณะกรรมการต่างๆ</a><br>
<a href="<?php echo $qUrl; ?>/co_epi/index.php" target="_blank" class="style69" style="text-decoration: none;">
<img src="img/giphy.gif" width="19" height="17">
<span class="style131"> การฉีดวัคซีนโควิด-19ในคลินิกต่างๆ</span></a><br>
<a href="Menu กลุ่มงานยุทธศาสตร์/Main กลุ่มงานยุทธศาสตร์.html" target="_blank" class="style69" style="text-decoration:
none; color: #0000CC;">
กลุ่มงานประกันสุขภาพยุทธศาสตร์<br> และสารสนเทศทางการแพทย์</a><br>
<a href="Menu กลุ่มการพยาบาล/กลุ่มการพยาบาล.html" target="_blank" class="style69" style="text-decoration: none;">
กลุ่มงานพยาบาล</a><br>
<a href="Menu กลุ่มงานบริหารงานทั่วไป/Main กลุ่มงานบริหารงานทั่วไป.php" target="_blank" class="style69" style="text-decoration: none;">
กลุ่มงานบริหารงานทั่วไป</a><br>
<a href="Menu กลุ่มงานบริการทางการแพทย์/กลุ่มงานบริการทางการแพทย์.html" target="_blank" class="style69" style="text-decoration: none;">
กลุ่มงานเทคนิคการแพทย์</a><br>
<a href="Menu_Dent" target="_blank" class="style69" style="text-decoration: none; color: #9900CC;">
กลุ่มงานทันตกรรม</a><br>
<a href="Menu กลุ่มงานเภสัช/กล่มงานเภสัช.php" target="_blank" class="style69" style="text-decoration: none;">
กลุ่มงานเภสัชกรรมและคุ้มครองผู้บริโภค</a><br>
<a href="Menu กลุ่มงานแพทย์แผนไทย/กลุ่มงานแพทย์แผนไทย.html" target="_blank" class="style69" style="text-decoration: none;">
กลุ่มงานแพทย์แผนไทย<br> และการแพทย์ทางเลือก</a><br>
<a href="<?php echo $qUrl; ?>/nutrition/Chart.php" target="_blank" class="style69" style="text-decoration: none;">
ตารางภาวะโภชนาการ</a><br>
<a href="Menu กลุ่มงานเวชกรรมฟื้นฟู" target="_blank" class="style69" style="text-decoration: none;">
กลุ่มงานเวชกรรมฟื้นฟู</a><br>
<a href="Menu กลุ่มงานบริการด้านปฐมภูมิและองค์รวม/บริการด้านปฐมภูมิและองค์รวม1.php" target="_blank" class="style98"
style="text-decoration: none;"> กลุ่มงานบริการด้านปฐมภูมิและองค์รวม</a><br>
<a href="Menu กลุ่มงานโภชนศาสตร์/index.php" target="_blank" class="style69" style="text-decoration: none;">
กลุ่มงานโภชนศาสตร์</a><br>
<a href="Menu ITA/ITA.php" target="_blank" class="68" style="text-decoration: none; color: #CC0000;">
Menu ITA</a><br>
<a href="Menu PCT/PCT.php" target="_blank" class="68" style="text-decoration: none; color: #CC0000;">
PCT</a> <br>
<br> <?php echo $km1ip ;?><br>
</td>
</tr>
<tr> </tr>
</table> </td>
<td width="370">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSft1t2GBxHDyWE3CybY_KGG6Hxp5uD_egzuGUXfTwDL4fXXkw/viewform"
target="_blank" class="style80" style="text-decoration: none;">
แบบบันทึกการคัดกรองความเสี่ยง</a><br>
<a href="formit/formitindex.php" target="_blank" class="style80" style="text-decoration: none;">
แบบฟอร์มสำรวจความต้องการด้านข้อมูลสารสนเทศ</a> <br>
<a href="Menu ประเมินมาตรฐานระบบบริการสุขภาพ/index.php" target="_blank" class="style106" style="text-decoration: none;">
แบบประเมินมาตรฐานระบบบริการสุขภาพ</a> <br>
<a href="Menuแบบประเมินตามมาตรฐาน YFHS/แบบประเมินตามมาตรฐาน YFHS.php" target="_blank" class="style106" style="text-decoration: none;">
แบบประเมินตามมาตรฐาน YFHS</a> <br><br>
<table width="215" height="142" border="0" bgcolor="#006633" align="center">
<tr>
<td width="184" align="center"><span class="style116"><img src="img/ต่างด้าว.jpg" width="157" height="138" /><br>
<span class="style123">กลุ่มต่างด้าวอำเภอสัตหีบ</span></span></td>
</tr>
</table>
<br><br></td>
<td width="234">
<a href="KPI monitor/Report.php" target="_blank" >
<img src="img/giphy.gif" width="19" height="17">
<img src="KPI monitor/image/templatemo_logo.png"width="126" height="21"></a><br><br>
<a href="water/index.php" target="_blank"class="style96 ">
<img src="img/logo/comments.png" width="16" height="16">
รายการการบันทึกตรวจน้ำประจำวัน</a><br>
<br>
<a href="Menu แบบประเมินตนเองสำหรับโรงพยาบาล(7ด้าน)/แบบประเมินตนเอง.php" target="_blank" class="style96 ">
<img src="img/Comment.png" width="20" height="20">
แบบประเมินตนเองสำหรับ<br> โรงพยาบาล(7ด้าน)</a><br>
<a href="ศูนย์คุณภาพ/download" target="_blank" class="style96">
<img src="img/Comment.png" width="20" height="20">ไฟล์เอกสารงานคุณภาพ</a><br>
<a href="Strategy/CPG" target="_blank" class="style96">
<img src="img/Comment.png" width="20" height="20"> CPG ของรพ สัตหีบ กม 10</a><br>
<a href="Document/เอกสารเกี่ยวกับระบบยา/phar.php" target="_blank" class="style96">
<img src="img/Comment.png" width="20" height="20"> เอกสารเกี่ยวกับระบบยา</a><br>
<a href="ศูนย์คุณภาพ/เอกสารHA2018" target="_blank" class="style96">
<img src="img/Comment.png" width="20" height="20">เอกสาร HA2018</a><br>
<a href="มาตรฐาน5ส รพ.สัตหีบกม.10" target="_blank" class="style96">
<img src="img/Comment.png" width="20" height="20">มาตรฐาน 5ส รพ.สัตหีบกม.10</a><br><br>
<a href="Document/download/index.html" target="_blank" class="style96 style68">
<img src="img/download.png" width="31" height="33">Download
<img src="img/download.png" width="31" height="33"></a><br>
<!--<a href="<?php //echo $eURL.'/phpgrid/index.php'; ?>" target="_blank" class="style96 style104">
<img src="img/43file.jpg" width="30" height="30">รายงาน Error การส่งข้อมูล 43 แฟ้ม</a><br><br><br> -->
</td>
</tr>
</table>
<table width="900" border="0" align="center">
<tr>
<td width="153" bordercolor=#FFFFFF bgcolor=#FFFFFF rowspan='2'>
<iframe src="/kpiit" height="150" width="150" frameborder="0"> </iframe> </td>
<td width="106" bordercolor=#FFFFFF bgcolor=#FFFFFF><div align="center"><a href="https://line.me/R/ti/p/%40bln3174t"><img src="img/BotQR1.png" width="90" height="90" /></a></div> </td>
<td colspan="2"><div align="center">
<a href="http://www.cbo.moph.go.th/cbo/index.php" target="_blank">
<img src="img/logossjchon.png" width="193" height="59" border="0"></a></div> </td>
<td width="434"><p align="center">
<a href="http://e-slip.cbo.moph.go.th/payslip/index.php" target="_blank">
<img src="img/eslipchon.png" width="376" height="56" border="0"></a><br>
<br>
<a href="https://nonhr.moph.go.th/" target="_blank">
<img src="img/ข้อมูลบุคลากรรายบุคคล.jpg"width="379" height="51" border="0"></a><br>
<br>
<a href="https://sav.tblcloudservice.com/coop_member_online/login.php?mem_online_fund=24ec013001c3e051fe76a59f4e384f17"
target="_blank">
<img src="img/สหกร์ออมทรัพย์.png"width="383" height="55" border="0"></a>
<br>
<a href="https://cbicoop.com/?page_id=366 ">
<!--<img src="img/logo/cropped-Cbicoop.png" width="323" height="92"></a><br>-->
<a href="Salary/login.php?&target=<?php echo $_SERVER['HTTP_HOST']?> ">
<img src="img/logo/slip.png" width="314" height="73"></a>
<p align="center"><br>
<a href="https://cbicoop.com/?page_id=366 ">
<!--<img src="img/logo/cropped-Cbicoop.png" width="323" height="92"></a><br>-->
<img src="img/giphy.gif" width="19" height="17">
<span class="style115">แบบฟอร์มสหกรณ์ออมทรัพย์ สาธารณสุขชลบุรี จำกัด</span></a>
<br></td>
</tr>
<tr>
<td height="102" colspan='2' class="style80"> Line - MiT </td>
<td width="187" > <img src="img/line-line-me.png" width="45" height="45"> </td>
<td>
<a href="http://www.facebook.com/teensattahipkm10" target="_blank" class="style68"style="text-decoration: none;">
<span class="style115">คลินิกวัยรุ่นโรงพยาบาลสัตหีบกม 10</span></a>
<img src="img/giphy.gif" width="19" height="17"><br>
<a href="Menu ตารางการให้บริการคลินิกวัยรุ่น/ตารางการให้บริการคลินิควัยรุ่น.php" target="_blank" class="style68"style="text-decoration: none;">
<span class="style115">ตารางการให้บริการคลินิกวัยรุ่น</span></a>
<img src="img/giphy.gif" width="19" height="17"> </td>
</tr>
</table>
<table width="900" border="0" align="center">
<tr>
<td width="0" height="824" >
</td>
<td width="453">
<table width="439" height="63" border="1" bordercolor="#A8FFFF">
<tr>
<td><div align="center">
<img src="upload/bid-news.jpg" width="285" height="94">
<a href="http://www.moph.go.th"><br>
<img src="img/ข่าวสารทั่วไป.gif" width="428" height="48"></a>
<? $objConnect = mysql_connect("localhost","root","090407") or die("Error Connect to Database");
$objDB = mysql_select_db("upload");
mysql_query("SET NAMES UTF8");
//mysql_query("SET NAMES TIS620");
$strSQL = "SELECT * FROM files where instr(filesname,'.pdf') order by FilesID desc LIMIT 0,5";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
?>
<table width="404" height="79" border="0" align="center">
<tr>
<th width="47" height="51" bgcolor="#D2FFFF"> <div align="center" class="style102">ลำดับที่ </div></th>
<th width="317" bgcolor="#D2FFFF"><div align="center" class="style102">ชื่อเรืองประกาศข่าวประกวดราคา</div></th>
<th width="121" bgcolor="#D2FFFF"><div align="center" class="style102">วันที่ลงประกาศ</div></th>
</tr>
<?
while ($objResult = mysql_fetch_array($objQuery)){
?>
<tr>
<td height="22"><div align="center">
<?=$objResult["FilesID"];?></div>
</td>
<td><div align="left">
<a href="upload/myfile/<?=$objResult["FilesName"];?>"><?=$objResult["FilesName"];?></a></div>
</td>
<td><div align="center">
<?
$dateprt = substr($objResult["DateTime"], 0,10);
echo $dateprt;
?></div>
</td>
</tr>
<?
}
?>
</table>
<p>
<? mysql_close($objConnect);?>
</p>
<p align="center" class="style102">
<a href="upload/login.php" class="style110">ลงประกาศ</a> <span class="style110">||</span>
<a href="upload/upload3.php" class="style110">ดูทั้งหมด</a></p></div>
</td>
</tr>
</table><br><br>
<table width="439" height="63" border="1" bordercolor="#A8FFFF">
<tr>
<td><img src="img/ข่าวแจ้งหน่วยงานภายใน.gif" width="426" height="66"><br>
<br><br>
<a href="นโยบาย.pdf" target="_blank" class="style80" style="text-decoration: none;">
นโยบายการบริหารงานกระทรวงสาธารณสุข</a><br>
<a href="Menu ประกาศข้าราชการผู้ที่มีผลการปฎิบัติราชการ/ประกาศข้าราชการ.php" target="_blank" class="style69"
style="text-decoration: none; color: #9900CC;">
ประกาศบุคลากรผู้ที่มีผลการปฎิบัติราชการอยู่ในระดับดีเด่นและดีมาก</a><br>
<a href="Menu กลุ่มงานเภสัช/_แนวทาง/แนวทางปฏิบัติตามเกณฑ์จริยธรรมการจัดซื้อจัดหาและการส่งเสริมการขายยา.pdf" target="_blank" class="style80" style="text-decoration: none;">
แนวทางปฏิบัติตามเกณฑ์จริยธรรมการจัดซื้อจัดหาและการส่งเสริมการขายยาและเวชภัณฑ์ที่มิใช่ยา ของกระทรวงสาธารณสุข พ.ศ.2564</a><br>
</td>
</tr>
</table>
<table width="439" height="63" border="1" bordercolor="#A8FFFF">
<tr>
<td>
<p align="center"><img src="img/logo/sattahip health.jpg" width="157" height="88" /><br>
<span class="style78">มุมความรู้เรื่องสุขภาพ</span></p>
<a href="Menu มุมความรู้เรื่องสุขภาพ/คอตีบ.html" target="_blank" class="style68"style="text-decoration: none;">
<img src="img/logo/arr.gif" width="9" height="6" border="0"/>
<span class="style112">โรคคอตีบ </span></a><br>
<a href="Menu เตือนภัยโรคมือเท้าปาก/โรค มือ เท้า ปาก.html" target="_blank" class="style68"style="text-decoration: none;">
<img src="img/logo/arr.gif" width="9" height="6" border="0" />
<span class="style112"> เตือนภัยโรค มือ เท้า ปาก </span></a><br />
<a href="Menu มุมความรู้เรื่องสุขภาพ/rq-พลังสุขภาพจิดเปลี่ยนวิกฤตเป็นโอกาส.pdf" target="_blank" class="style68"
style="text-decoration: none;">
<img src="img/logo/arr.gif" width="9" height="6" border="0"/>
<span class="style112">พลังสุขภาพจิตเปลี่ยนวิกฤตเป็นโอกาส</span></a><br />
<a href="Menu มุมความรู้เรื่องสุขภาพ/showimgpicโรค.pdf" target="_blank" class="style68"style="text-decoration: none;">
<img src="img/logo/arr.gif" width="9" height="6" border="0"/>
<span class="style112">เตือนภัยหนาว</span></a><br />
<a href="Menu มุมความรู้เรื่องสุขภาพ/showimgpic.pdf" target="_blank" class="style68"style="text-decoration: none;">
<img src="img/logo/arr.gif" width="9" height="6" border="0"/>
<span class="style112">คำแนะนำในการป้องกันภัยหนาว</span></a><br/>
<a href="Menu มุมความรู้เรื่องสุขภาพ/สัญญลักษณ์เบาหวาน.pdf" target="_blank" class="style68"style="text-decoration: none;">
<img src="img/logo/arr.gif" width="9" height="6" border="0"/>
<span class="style112">สัญญารเตือนเบาหวาน</span></a><br />
<a href="Menu มุมความรู้เรื่องสุขภาพ/สุขภาพในที่ทำงาน.html" target="_blank" class="style68"style="text-decoration: none;">
<img src="img/logo/arr.gif" width="9" height="6" border="0"/>
<span class="style112">สุขภาพในที่ทำงาน</span></a><br />
<a href="Menu มุมความรู้เรื่องสุขภาพ/ไอโอดีนกับเด็กไทย.pdf" target="_blank" class="style68"style="text-decoration: none;">
<img src="img/logo/arr.gif" width="9" height="6" border="0"/>
<span class="style112">ไอโอดีนกับเด็กไทย</span></a><br />
</td>
</tr>
</table>
</td>
<td width="437" align="right">
<table width="437" border="0" align="left">
<tr>
<td width="110">
<div align="center">
<p><span class="style99">Link หน่วยงานอื่นๆ</span><br>
<a href="http://thcc.or.th/" target="_blank">
<img src="img/logo/thcc.png" width="150" height="105" border="0" target="_blank"></a> </p>
</div>
</td>
<td width="153" height="35" bordercolor=#FFFFFF bgcolor=#FFFFFF>
<div align="center">
<a href="http://www.nhso.go.th" target="_blank"><br>
<img src="img/สปสช.gif" width="108" height="48" border="0"></a><br>
</div>
</td>
</tr>
<tr>
<td>
<div align="center">
<a href="http://www.pharmacycouncil.org/" target="_blank">
<img src="img/logo/phar_3D.png" width="109" height="98" border="0"> </a> </div>
</td>
<td height="65" bordercolor=#FFFFFF bgcolor=#FFFFFF>
<div align="center">
<a href="http://www.sso.go.th" target="_blank">
<img src="img/สำนักงานประกันสังคม.gif" width="108" height="48" border="0">
</a>
</div>
</td>
</tr>
<tr>
<td>
<div align="center">
<a href="http://www.dentalcouncil.or.th/" target="_blank">
<img src="img/logo/สภาทันตแพทย์.jpg" width="133" height="86" border="0"> </a> </div>
</td>
<td bordercolor=#FFFFFF bgcolor=#FFFFFF>
<div align="center">
<a href="http://www.cgd.go.th/wps/portal" target="_blank"><br>
<img src="img/กรมบัญชีกลาง.gif" width="108" height="48" border="0">
</a>
</div>
</td>
</tr>
<tr>
<td>
<div align="center">
<a href="http://www.tnmc.or.th/" target="_blank">
<img src="img/logo/สภาพยาบาล.jpg" width="99" height="81" border="0"> </a> </div>
</td>
<td bordercolor=#FFFFFF bgcolor=#FFFFFF>
<div align="center">
<a href="http://203.157.133.3/" target="_blank">
<img src="img/สสจชลบุรี.gif" width="108" height="48" border="0">
</a>
</div>
</td>
</tr>
<tr>
<td height="77">
<div align="center">
<a href="http://www.tmc.or.th/" target="_blank">
<img src="img/logo/แพทยสภา.gif" width="107" height="95" border="0"> </a> </div>
</td>
<td bordercolor=#FFFFFF bgcolor=#FFFFFF>
<div align="center">
<a href="http://www.moph.go.th/" target="_blank">
<img src="img/กระทรวงสาธารณสุข.gif" width="108" height="48" border="0">
</a>
</div>
</td>
</tr>
<tr>
<td height="58">
<div align="center">
<a href="https://ddc.moph.go.th/th/site/office/view/boe" target="_blank">
<img src="img/logo/สำนักระบาดวิทยา.jpg" alt="" width="210" height="57" border="0"> </a> </div>
</td>
<td bordercolor=#FFFFFF bgcolor=#FFFFFF>
<div align="center">
<a href="http://www.thaicoder.net/">
<img src="img/ชมรมเวชระเบียน.gif" width="108" height="48" border="0">
</a>
<a href="http://203.157.133.3/" target="_blank">
</a>
</div>
</td>
</tr>
<tr>
<td height="58">
<div align="center">
<a href="http://www.wesr.moph.go.th/wesr_new/">
<img src="img/logo/เฝ้าระวัง1.jpg" width="329" height="50" border="0"> </a>
<a href="http://203.157.133.3/" target="_blank"> </a> </div>
</td>
<td height="51" valign="top">
<span class="style68"><span class="style112">
<a href="http://hpc6.anamai.moph.go.th/main.php?filename=index2" target="_blank" class="style68">
ศูนย์อนามัยที่ 6 ชลบุรี</a><br><br>
<a href="http://www.ssosth.go.th/sattahip/" target="_blank" class="style68">
สสอ.สัตหีบ</a><br></span></span>
</td>
</tr>
<tr>
<td height="150" width ="260" colspan="2">
<a href="Menu กลุ่มงานยุทธศาสตร์/ศูนย์คอม/ประกาศคุ้มครองข้อมูล.htm" target="_blank" class="style68"style="text-decoration: none;">
- ประกาศคุ้มครองข้อมูล รพ.สัตหีบ กม.10</a><br>
<a href="Menu กลุ่มงานยุทธศาสตร์/ศูนย์คอม/หนังสืออนุญาตของผู้ป่วย.htm" target="_blank" class="style68"style="text-decoration:none;">
- หนังสืออนุญาตของผู้ป่วย</a><br>
<a href="Menu กลุ่มงานยุทธศาสตร์/ศูนย์คอม/ใบขอเวชระเบียนสัตหีบกม10.htm" target="_blank" class="style68"style="text-decoration:
none;">
- ใบขอสำเนาเวชระเบียนสัตหีบกม10</a><br>
<a href="Menu กลุ่มงานยุทธศาสตร์/ศูนย์คอม/แนวทางการให้ข้อมูลเวชระเบียนผู้รับบริการ.htm" target="_blank" class="style68"
style="text-decoration: none;">
- แนวทางการให้สำเนาข้อมูลเวชระเบียน</a><br>
<a href="Menu กลุ่มงานยุทธศาสตร์/ศูนย์คอม/แนวทางปฎิบัติงานเวชระเบียน.htm" target="_blank" class="style68"style="text-decoration:
none;">
- แนวทางปฎิบัติงานเวชระเบียน</a><br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</HTML>