{"id":12014,"date":"2024-10-29T08:29:19","date_gmt":"2024-10-29T08:29:19","guid":{"rendered":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/?page_id=12014"},"modified":"2025-05-21T05:26:28","modified_gmt":"2025-05-21T05:26:28","slug":"mda","status":"publish","type":"page","link":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/mda\/","title":{"rendered":"MD&amp;A"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"12014\" class=\"elementor elementor-12014\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5081e02 e-flex e-con-boxed parallax_section_no qode_elementor_container_no e-con e-parent\" data-id=\"5081e02\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-62bd5a8 elementor-widget elementor-widget-heading\" data-id=\"62bd5a8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">MD&amp;A<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f03387f e-flex e-con-boxed parallax_section_no qode_elementor_container_no e-con e-parent\" data-id=\"f03387f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f0d46e elementor-widget elementor-widget-spacer\" data-id=\"6f0d46e\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d74ad5b e-flex e-con-boxed parallax_section_no qode_elementor_container_no e-con e-parent\" data-id=\"d74ad5b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afc6bea elementor-widget elementor-widget-html\" data-id=\"afc6bea\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <!-- HTML Structure -->\r\n    <center>\r\n        <h1 id=\"title-table-header\"><\/h1>\r\n    <\/center>\r\n    <!-- Year Selection Dropdown -->\r\n    <select id=\"year-select\">\r\n        <option selected value=\"\">\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1b\u0e35<\/option>\r\n\r\n    <\/select>\r\n\r\n    <div class=\"table-responsive\">\r\n        <div id=\"table-mda_wrapper\">\r\n            <table id=\"table-mda\">\r\n                <thead>\r\n                    <tr id=\"table-header\">\r\n                        <th>\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23<\/th>\r\n\r\n                        <th>Download<\/th>\r\n                    <\/tr>\r\n                <\/thead>\r\n                <tbody>\r\n                    <!-- Data will be populated here -->\r\n                <\/tbody>\r\n            <\/table>\r\n        <\/div>\r\n    <\/div>\r\n    <div id=\"pagination-controls\"><\/div>\r\n <div class=\"pagination-ir\" style=\"display:none;\">\r\n    <ul> <\/ul>\r\n  <\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-135e581 elementor-widget elementor-widget-shortcode\" data-id=\"135e581\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><script>\r\n  const baseURL = \"https:\/\/www.irplus.in.th\/api\/MDA?share=LDC&lang=\";\r\n  const headers = {\r\n      \"Authorization\": \"f0d32684a89fb255fa8bc51b3df9d5f7f1bccf2a19e190fbd39988aa67c06ef6\"\r\n  };\r\n\r\n  const pathname = window.location.pathname;\r\n  const extractedLang = pathname.split('\/')[1];\r\n  const lang = (extractedLang === \"en\") ? \"en\" : \"th\";\r\n  const itemsPerPage = 10;\r\n\r\n  let parsedData = [];\r\n  let currentPage = 1;\r\n  let totalPages = 1;\r\n  let slyear = \"\"; \/\/ \u0e04\u0e48\u0e32\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e04\u0e37\u0e2d\u0e17\u0e38\u0e01\u0e1b\u0e35\r\n\r\n  const element = document.querySelector(\".pagination-ir ul\");\r\n\r\n  function fetchYears() {\r\n      const urlfetchYears = `${baseURL}${lang}`;\r\n      return fetch(urlfetchYears, { method: \"GET\", headers: headers })\r\n          .then(response => {\r\n              if (!response.ok) throw new Error('Network response was not ok ' + response.statusText);\r\n              return response.json();\r\n          })\r\n          .then(data => {\r\n              if (data.status === \"success\") {\r\n                  const years = JSON.parse(data.data_years);\r\n                  populateYearSelect(years);\r\n              }\r\n          })\r\n          .catch(error => {\r\n              console.error('There was a problem with fetching years:', error);\r\n          });\r\n  }\r\n\r\n  function populateYearSelect(years) {\r\n      const yearSelect = document.getElementById(\"year-select\");\r\n      yearSelect.innerHTML = \"\";\r\n\r\n      const defaultOption = document.createElement(\"option\");\r\n      defaultOption.value = \"\";\r\n      defaultOption.selected = true;\r\n      defaultOption.textContent = lang === \"th\" ? \"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1b\u0e35\" : \"Select years\";\r\n      yearSelect.appendChild(defaultOption);\r\n\r\n      years.forEach(year => {\r\n          const option = document.createElement(\"option\");\r\n          option.value = year;\r\n          option.textContent = lang === \"th\" ? (parseInt(year) + 543) : year;\r\n          yearSelect.appendChild(option);\r\n      });\r\n\r\n      slyear = \"\"; \/\/ \u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e38\u0e01\u0e1b\u0e35\r\n      currentPage = 1;\r\n      fetchData(lang, currentPage, itemsPerPage);\r\n  }\r\n\r\n  \/\/ \u0e1f\u0e31\u0e07\u0e01\u0e4c\u0e0a\u0e31\u0e19\u0e42\u0e2b\u0e25\u0e14\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e15\u0e32\u0e21\u0e1b\u0e35 \u0e1e\u0e23\u0e49\u0e2d\u0e21 pagination\r\n  function fetchData(language, pageNumber, limit) {\r\n      const yearParam = slyear ? `&year=${slyear}` : \"\";\r\n      const url = `${baseURL}${language}${yearParam}&page_number=${pageNumber}&limit=${limit}`;\r\n      console.log(\"Fetching page data from:\", url);\r\n\r\n      fetch(url, { method: \"GET\", headers: headers })\r\n          .then(response => {\r\n              if (!response.ok) throw new Error('Network response was not ok ' + response.statusText);\r\n              return response.json();\r\n          })\r\n          .then(data => {\r\n              if (data.status === \"success\") {\r\n                  parsedData = JSON.parse(data.data);\r\n                  populateTable(parsedData, language);\r\n                  totalPages = Math.ceil(data.totalnumber \/ itemsPerPage);\r\n                  updatePaginationButtons();\r\n              } else {\r\n                  document.querySelector(\"#table-mda tbody\").innerHTML = \"<tr><td colspan='4'>No data available.<\/td><\/tr>\";\r\n                  totalPages = 1;\r\n                  updatePaginationButtons();\r\n              }\r\n          })\r\n          .catch(error => {\r\n              console.error('Fetch error:', error);\r\n              document.querySelector(\"#table-mda tbody\").innerHTML = `<tr><td colspan='4'>Error: ${error.message}<\/td><\/tr>`;\r\n          });\r\n  }\r\n\r\n  function updatePaginationButtons() {\r\n      const container = document.getElementById(\"pagination-controls\");\r\n      container.innerHTML = createPagination(totalPages, currentPage);\r\n  }\r\n\r\n  function createPagination(totalPages, currentPage) {\r\n      const maxVisiblePages = 5;\r\n      const half = Math.floor(maxVisiblePages \/ 2);\r\n      let startPage = Math.max(1, currentPage - half);\r\n      let endPage = startPage + maxVisiblePages - 1;\r\n\r\n      if (endPage > totalPages) {\r\n          endPage = totalPages;\r\n          startPage = Math.max(1, endPage - maxVisiblePages + 1);\r\n      }\r\n\r\n      let html = '<div style=\"margin-top:10px;\">';\r\n\r\n      if (currentPage === 1) {\r\n          html += `<button disabled style=\"margin: 2px; padding: 4px 8px;\">\u00ab<\/button>`;\r\n      } else {\r\n          html += `<button style=\"margin: 2px; padding: 4px 8px;\" onclick=\"goToPage(${currentPage - 1})\">\u00ab<\/button>`;\r\n      }\r\n\r\n      if (startPage > 1) {\r\n          html += `<button style=\"margin: 2px; padding: 4px 8px;\" onclick=\"goToPage(1)\">1<\/button>`;\r\n          if (startPage > 2) {\r\n              html += `<span style=\"margin: 2px;\">\u2026<\/span>`;\r\n          }\r\n      }\r\n\r\n      for (let i = startPage; i <= endPage; i++) {\r\n          if (i === currentPage) {\r\n              html += `<button disabled style=\"margin: 2px; padding: 4px 8px;\">${i}<\/button>`;\r\n          } else {\r\n              html += `<button style=\"margin: 2px; padding: 4px 8px;\" onclick=\"goToPage(${i})\">${i}<\/button>`;\r\n          }\r\n      }\r\n\r\n      if (endPage < totalPages) {\r\n          if (endPage < totalPages - 1) {\r\n              html += `<span style=\"margin: 2px;\">\u2026<\/span>`;\r\n          }\r\n          html += `<button style=\"margin: 2px; padding: 4px 8px;\" onclick=\"goToPage(${totalPages})\">${totalPages}<\/button>`;\r\n      }\r\n\r\n      if (currentPage === totalPages) {\r\n          html += `<button disabled style=\"margin: 2px; padding: 4px 8px;\">\u00bb<\/button>`;\r\n      } else {\r\n          html += `<button style=\"margin: 2px; padding: 4px 8px;\" onclick=\"goToPage(${currentPage + 1})\">\u00bb<\/button>`;\r\n      }\r\n\r\n      html += '<\/div>';\r\n      return html;\r\n  }\r\n\r\n  function goToPage(pageNumber) {\r\n      if (pageNumber < 1) pageNumber = 1;\r\n      if (pageNumber > totalPages) pageNumber = totalPages;\r\n      currentPage = pageNumber;\r\n      fetchData(lang, currentPage, itemsPerPage);\r\n  }\r\n\r\n  function populateTable(data, language) {\r\n      const tbody = document.querySelector(\"#table-mda tbody\");\r\n      tbody.innerHTML = \"\";\r\n\r\n      if (!data || data.length === 0) {\r\n          tbody.innerHTML = \"<tr><td colspan='4'>No data available.<\/td><\/tr>\";\r\n          return;\r\n      }\r\n\r\n      data.forEach(item => {\r\n          const filename = language === \"en\" ? item.filename_en : item.filename;\r\n          const title = language === \"en\" ? item.title_en : item.title;\r\n          const fileLink = language === \"en\" ? item.link_en : item.link;\r\n          const row = `\r\n              <tr>\r\n                  <td>${title}<\/td>\r\n                  <td><a href=\"${fileLink}\" target=\"_blank\">Download<\/a><\/td>\r\n              <\/tr>`;\r\n          tbody.insertAdjacentHTML(\"beforeend\", row);\r\n      });\r\n  }\r\n\r\n  \/\/ Event listener \u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e1b\u0e35\r\n  document.getElementById(\"year-select\").addEventListener(\"change\", () => {\r\n      slyear = document.getElementById(\"year-select\").value;\r\n      currentPage = 1; \/\/ \u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e1b\u0e47\u0e19 1 \u0e40\u0e21\u0e37\u0e48\u0e2d\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e1b\u0e35\r\n      fetchData(lang, currentPage, itemsPerPage);\r\n  });\r\n\r\n  \/\/ \u0e42\u0e2b\u0e25\u0e14\u0e1b\u0e35\u0e41\u0e25\u0e30\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e15\u0e2d\u0e19\u0e40\u0e23\u0e34\u0e48\u0e21\r\n  fetchYears();\r\n<\/script>\r\n\r\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c648fb8 e-flex e-con-boxed parallax_section_no qode_elementor_container_no e-con e-parent\" data-id=\"c648fb8\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a165632 elementor-widget elementor-widget-spacer\" data-id=\"a165632\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c \u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1b\u0e35 \u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23 \u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14<\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-12014","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c - LDC Dental PCL<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c - LDC Dental PCL\" \/>\n<meta property=\"og:description\" content=\"\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c \u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1b\u0e35 \u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23 \u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/mda\/\" \/>\n<meta property=\"og:site_name\" content=\"LDC Dental PCL\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/LDCDental\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-21T05:26:28+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@LDC_Dental\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/mda\/\",\"url\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/mda\/\",\"name\":\"\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c - LDC Dental PCL\",\"isPartOf\":{\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#website\"},\"datePublished\":\"2024-10-29T08:29:19+00:00\",\"dateModified\":\"2025-05-21T05:26:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/mda\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/mda\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/mda\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#website\",\"url\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/\",\"name\":\"My WordPress\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#organization\",\"name\":\"My WordPress\",\"url\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/wp-content\/uploads\/2025\/04\/logo-LDC-02.webp\",\"contentUrl\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/wp-content\/uploads\/2025\/04\/logo-LDC-02.webp\",\"width\":150,\"height\":39,\"caption\":\"My WordPress\"},\"image\":{\"@id\":\"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/LDCDental\",\"https:\/\/x.com\/LDC_Dental\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c - LDC Dental PCL","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c - LDC Dental PCL","og_description":"\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c \u0e40\u0e25\u0e37\u0e2d\u0e01\u0e1b\u0e35 \u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23 \u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14","og_url":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/mda\/","og_site_name":"LDC Dental PCL","article_publisher":"https:\/\/www.facebook.com\/LDCDental","article_modified_time":"2025-05-21T05:26:28+00:00","twitter_card":"summary_large_image","twitter_site":"@LDC_Dental","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/mda\/","url":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/mda\/","name":"\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c - LDC Dental PCL","isPartOf":{"@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#website"},"datePublished":"2024-10-29T08:29:19+00:00","dateModified":"2025-05-21T05:26:28+00:00","breadcrumb":{"@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/mda\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/mda\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/mda\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/"},{"@type":"ListItem","position":2,"name":"\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c"}]},{"@type":"WebSite","@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#website","url":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/","name":"My WordPress","description":"","publisher":{"@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#organization","name":"My WordPress","url":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#\/schema\/logo\/image\/","url":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/wp-content\/uploads\/2025\/04\/logo-LDC-02.webp","contentUrl":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/wp-content\/uploads\/2025\/04\/logo-LDC-02.webp","width":150,"height":39,"caption":"My WordPress"},"image":{"@id":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/LDCDental","https:\/\/x.com\/LDC_Dental"]}]}},"_links":{"self":[{"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/pages\/12014","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/comments?post=12014"}],"version-history":[{"count":144,"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/pages\/12014\/revisions"}],"predecessor-version":[{"id":21077,"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/pages\/12014\/revisions\/21077"}],"wp:attachment":[{"href":"https:\/\/aliceblue-flamingo-311157-clone.irpluscontent.com\/en\/wp-json\/wp\/v2\/media?parent=12014"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}