SIAM MEDIBOT COMPANY LIMITED

"Innovative for Life"
we always strive

for the entire human being on a daily basis


ABOUT US

 SIAM MEDIBOT LTD. 

 
Throughout our holdings business 12-year history, we’re in relentless pursuit of breakthroughs that change patients’ lives.
We innovate every day to make the world a healthier place. It is Siam Medibot’s vision at the beginning and it holds true today.

 

 

" INNOVATIVE FOR LIFE "

OUR COMMITMENTS

Remains as strong as it was on the first day
of our journey. " INNOVATIVE FOR LIFE

is not only our philosophy, but also an implementation we always strive for the entire human being on a daily basis.

วิสัยทัศน์ของเรา
ตลอดระยะเวลาการดำเนินธุรกิจของเครือบริษัทฯ มาอย่างยาวนานกว่า 12 ปี
เรายังคงมุ่งมั่นในการแสวงหานวัตกรรมทางการแพทย์ใหม่ๆ เพื่อมีส่วนร่วมในการเปลี่ยนแปลงคุณภาพชีวิตของผู้ป่วยให้เป็นไปในทางที่ดีขึ้นอย่างต่อเนื่อง ในทุกวันและเวลาที่ผ่านมานั้น เราทุ่มเทและเพียรพยายามเพื่อร่วมกันสร้างสังคม ที่พรั่งพร้อมด้วยประชาชนซึ่งอุดมด้วยสุขภาพและคุณภาพชีวิตที่ดี นั่นคือ วิสัยทัศน์ของ บริษัท สยาม เมดิบ็อท จำกัด ตั้งแต่แรกเริ่ม และยังคงเป็นเช่นนั้นตลอดมา

 

ความมุ่งมั่นของเราต่อบริษัท พันธมิตรทางธุรกิจ บุคลากรทางการแพทย์
และที่สำคัญที่สุดคือประชาชนและผู้ป่วย เรายังคงค้นหาทุกวิถีทางที่ทำให้มีการพัฒนาเหมือนกับวันแรกของการเริ่มต้นของเรา นวัตกรรมเพื่อชีวิต” มิใช่เพียงเป็นปรัชญาของเราเท่านั้น แต่ยังเป็นการมุ่งมั่นในการพัฒนาเพื่อเพิ่มคุณภาพชีวิตของประชาชนทุกคนในทุกๆ วัน  
Product & Service
สินค้าและผลิตภัณฑ์
 
เรามุ่งมั่นที่จะแสวงหานวัตกรรมทางการแพทย์ใหม่ ๆ เพื่อชีวิตที่ดีของคนไข้
บริษัท สยาม เมดิบ็อท จำกัด
SIAM MEDIBOT LTD.
News & Update
อัพเดทข่าวสาร
บริษัท สยาม เมดิบ็อท จำกัด

www.siammedibot.com

 59/19 Alley 8, Atsawaphichet 14 Street, Borommaratchachonnani Road,
Chimphli Sub-District, Talingchan District, Bangkok 10170, Thailand.

 

2023 © siammedibot.com All Rights Reserved  |  Privacy Policy

async function changeLanguage(lang='th'){ // async function getProductOrderMemberById() { // let id = await getUrlVars()["id"]; // await alert(id) // await alert(lang); try { // alert(id) const response = await axios.get(`/api/member/changeLanguage`, { params: { lang: lang } }); await console.log(response.request.status) if (await response.request.status == 200) { if (await response.data.statusCode == 200) { if(await response.data.data=="en" || response.data.data=="th"){ let fullUrl = window.location.href; // console.log(fullUrl); // fullUrl.searchParams.set('lang', lang); // window.location.href = fullUrl + '?' + params.join('&'); // alert(fullUrl + '?' + params.join('&')) // window.location.href = "http://" + window.location.host + window.location.pathname + '?' + params.join('&'); // location.reload(); // alert(lang) let url = new URL(window.location.href); url.searchParams.set('lang', lang); // url.searchParams.set('key2', 'value2'); // Replace the current URL and reload await window.location.replace(url.toString()); } } } } catch (error) { await console.error('Error fetching data:', error); // dataContainer.innerHTML = '

Failed to fetch data. Please try again later.

'; } }