{"id":16478,"date":"2026-01-26T12:09:04","date_gmt":"2026-01-26T05:09:04","guid":{"rendered":"https:\/\/hst.cra.ac.th\/research\/?page_id=16478"},"modified":"2026-03-16T15:33:35","modified_gmt":"2026-03-16T08:33:35","slug":"publications-2022","status":"publish","type":"page","link":"https:\/\/hst.cra.ac.th\/research\/publications-2022\/","title":{"rendered":"Publications 2022"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16478\" class=\"elementor elementor-16478\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6cb2577 e-flex e-con-boxed rt-default-class e-con e-parent\" data-id=\"6cb2577\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35be628 rt-default-class elementor-widget elementor-widget-html\" data-id=\"35be628\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link\r\n  rel=\"stylesheet\"\r\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\r\n\/>\r\n\r\n<style>\r\n  :root {\r\n    --primary: #002f87;\r\n    --accent: #ff6900;\r\n    --border: #edf0f5;\r\n    --text-muted: #64748b;\r\n    --bg-card: #ffffff;\r\n  }\r\n\r\n  \/* ---------- Typography ---------- *\/\r\n  @font-face {\r\n    font-family: \"Chulabhorn Likit\";\r\n    src: url(\"https:\/\/fonthst.b-cdn.net\/chulabhornlikittext-light.woff2\")\r\n      format(\"woff2\");\r\n    font-display: swap;\r\n  }\r\n\r\n  html {\r\n    font-size: clamp(14px, 1vw + 0.5rem, 16px);\r\n  }\r\n\r\n  \/* ---------- Layout ---------- *\/\r\n  .reference-container {\r\n    max-width: 1290px;\r\n    margin: 120px auto;\r\n  }\r\n\r\n  \/* ---------- Card ---------- *\/\r\n  .reference-card {\r\n    position: relative;\r\n    padding: 25px 24px 25px 28px;\r\n    margin-bottom: 20px;\r\n    background: var(--bg-card);\r\n    border: 1px solid var(--border);\r\n    \/* border-left: 5px solid var(--primary); *\/\r\n    border-radius: 12px;\r\n\r\n    font-family: \"Chulabhorn Likit\", \"Sarabun\", system-ui, sans-serif;\r\n\r\n    transition:\r\n      transform 0.2s ease,\r\n      box-shadow 0.2s ease;\r\n  }\r\n\r\n  .reference-card::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    left: 0;\r\n    top: 0;\r\n    bottom: 0;\r\n    width: 5px;\r\n    background: var(--primary);\r\n    border-radius: 12px 0 0 12px;\r\n  }\r\n\r\n  .reference-card:hover::before {\r\n    background: var(--accent);\r\n  }\r\n\r\n  .reference-card:hover {\r\n    transform: translateX(4px);\r\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);\r\n  }\r\n\r\n  \/* ---------- Card Content ---------- *\/\r\n  .reference-card__body {\r\n    display: flex;\r\n    align-items: flex-start;\r\n    gap: 15px;\r\n  }\r\n\r\n  .reference-card__label {\r\n    flex-shrink: 0;\r\n    font-size: 1rem;\r\n    font-weight: 700;\r\n    color: var(--primary);\r\n  }\r\n\r\n  .reference-card__content {\r\n    margin: 0;\r\n    font-size: 1rem;\r\n    text-indent: -2em;\r\n    padding-left: 2em;\r\n    line-height: 1.6;\r\n    color: var(--primary);\r\n  }\r\n\r\n  \/* ---------- Links ---------- *\/\r\n  .reference-card__author,\r\n  .reference-card__doi {\r\n    text-decoration: none;\r\n  }\r\n\r\n  \/* Author (Default Blue Link) *\/\r\n  .reference-card__author {\r\n    color: #0000ee;\r\n  }\r\n\r\n  .reference-card__author:hover {\r\n    color: #0000ee !important;\r\n    text-decoration: underline !important;\r\n  }\r\n\r\n  \/* DOI *\/\r\n  .reference-card__doi {\r\n    font-weight: 600;\r\n    color: var(--accent);\r\n    word-break: break-all;\r\n    transition: opacity 0.15s ease;\r\n  }\r\n\r\n  .reference-card__doi:hover {\r\n    opacity: 0.8;\r\n    text-decoration: underline !important;\r\n  }\r\n\r\n  i {\r\n    text-indent: 0;\r\n    padding-left: 2px;\r\n    font-size: 0.8rem;\r\n  }\r\n\r\n  \/* ---------- Pagination ---------- *\/\r\n  .pagination {\r\n    display: flex;\r\n    justify-content: center;\r\n    gap: 6px;\r\n    margin-top: 40px;\r\n  }\r\n\r\n  .pagination button {\r\n    padding: 6px 15px;\r\n    border-radius: 10px;\r\n    border: 1px solid var(--primary);\r\n    background: white;\r\n    color: var(--primary);\r\n    cursor: pointer;\r\n    font-size: 1rem;\r\n    transition: all 0.15s ease;\r\n    font-family: \"Chulabhorn Likit\", \"Sarabun\", system-ui, sans-serif;\r\n  }\r\n\r\n  .pagination button:hover {\r\n    background: var(--primary);\r\n    color: white;\r\n  }\r\n\r\n  .pagination button.active {\r\n    background: var(--primary);\r\n    color: white;\r\n    font-weight: 600;\r\n  }\r\n\r\n  .pagination button:disabled {\r\n    opacity: 0.4;\r\n    cursor: not-allowed;\r\n  }\r\n<\/style>\r\n\r\n<script>\r\n  document.addEventListener(\"DOMContentLoaded\", () => {\r\n    const cards = Array.from(document.querySelectorAll(\".reference-card\"));\r\n    const pagination = document.getElementById(\"pagination\");\r\n    const pageSize = 10;\r\n    let currentPage = 1;\r\n\r\n    const totalPages = Math.ceil(cards.length \/ pageSize);\r\n\r\n    function renderPage(page) {\r\n      currentPage = page;\r\n\r\n      cards.forEach((card, index) => {\r\n        card.style.display =\r\n          index >= (page - 1) * pageSize && index < page * pageSize\r\n            ? \"block\"\r\n            : \"none\";\r\n      });\r\n\r\n      renderPagination();\r\n      window.scrollTo({ top: 0, behavior: \"smooth\" });\r\n    }\r\n\r\n    function renderPagination() {\r\n      pagination.innerHTML = \"\";\r\n\r\n      const prev = document.createElement(\"button\");\r\n      prev.textContent = \"Prev\";\r\n      prev.disabled = currentPage === 1;\r\n      prev.onclick = () => renderPage(currentPage - 1);\r\n      pagination.appendChild(prev);\r\n\r\n      for (let i = 1; i <= totalPages; i++) {\r\n        const btn = document.createElement(\"button\");\r\n        btn.textContent = i;\r\n        if (i === currentPage) btn.classList.add(\"active\");\r\n        btn.onclick = () => renderPage(i);\r\n        pagination.appendChild(btn);\r\n      }\r\n\r\n      const next = document.createElement(\"button\");\r\n      next.textContent = \"Next\";\r\n      next.disabled = currentPage === totalPages;\r\n      next.onclick = () => renderPage(currentPage + 1);\r\n      pagination.appendChild(next);\r\n    }\r\n\r\n    renderPage(1);\r\n  });\r\n\r\n  document.addEventListener(\"DOMContentLoaded\", () => {\r\n    const cards = Array.from(document.querySelectorAll(\".reference-card\"));\r\n    const pagination = document.getElementById(\"pagination\");\r\n    const pageSize = 10;\r\n    let currentPage = 1;\r\n\r\n    \/* AUTO NUMBERING *\/\r\n    cards.forEach((card, index) => {\r\n      const label = card.querySelector(\".reference-card__label\");\r\n      label.textContent = index + 1 + \".\";\r\n    });\r\n\r\n    const totalPages = Math.ceil(cards.length \/ pageSize);\r\n\r\n    function renderPage(page) {\r\n      currentPage = page;\r\n\r\n      cards.forEach((card, index) => {\r\n        card.style.display =\r\n          index >= (page - 1) * pageSize && index < page * pageSize\r\n            ? \"block\"\r\n            : \"none\";\r\n      });\r\n\r\n      renderPagination();\r\n      window.scrollTo({ top: 0, behavior: \"smooth\" });\r\n    }\r\n\r\n    function renderPagination() {\r\n      pagination.innerHTML = \"\";\r\n\r\n      const prev = document.createElement(\"button\");\r\n      prev.textContent = \"Prev\";\r\n      prev.disabled = currentPage === 1;\r\n      prev.onclick = () => renderPage(currentPage - 1);\r\n      pagination.appendChild(prev);\r\n\r\n      for (let i = 1; i <= totalPages; i++) {\r\n        const btn = document.createElement(\"button\");\r\n        btn.textContent = i;\r\n        if (i === currentPage) btn.classList.add(\"active\");\r\n        btn.onclick = () => renderPage(i);\r\n        pagination.appendChild(btn);\r\n      }\r\n\r\n      const next = document.createElement(\"button\");\r\n      next.textContent = \"Next\";\r\n      next.disabled = currentPage === totalPages;\r\n      next.onclick = () => renderPage(currentPage + 1);\r\n      pagination.appendChild(next);\r\n    }\r\n\r\n    renderPage(1);\r\n  });\r\n<\/script>\r\n\r\n<div class=\"reference-container\">\r\n  <div class=\"reference-container\">\r\n    <div class=\"reference-container\">\r\n      <!-- 15 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Sudchai, W., Kheonkaew, B., Prabsattroo, T.,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Saiyo, N.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Kawvised, S.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Pairodsantikul, P.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Pamarapa, C.<\/a\r\n            >, Rungseesumran, T., & Rattanarungruangchai, N. (2022).\r\n            <strong\r\n              >Measurements of effective dose and entrance surface dose in\r\n              diagnostic radiography using OSL dosimeter.<\/strong\r\n            >\r\n            <em>Journal of Medical Imaging and Radiation Sciences, 53<\/em>(4),\r\n            S18\u2013S19.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.1016\/j.jmir.2022.10.062\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.1016\/j.jmir.2022.10.062 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 14 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Hiranrat, P.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Siripongsakun, S.<\/a\r\n            >, & Soonklang, K. (2022).\r\n            <strong\r\n              >Correlation of ultrasound attenuation imaging versus MRI proton\r\n              density fat fraction in non-alcoholic fatty liver.<\/strong\r\n            >\r\n            <em>The ASEAN Journal of Radiology, 23<\/em>(3), 184\u2013205.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.46475\/aseanjr.v23i3.185\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.46475\/aseanjr.v23i3.185 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 13 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Wongsa, P.<\/a\r\n            >, Panperee, P., Wangrattanaampai, J.,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Piantham, W.<\/a\r\n            >, Wongkai, C., & Jantarato, A. (2022).\r\n            <strong\r\n              >A comparison of efficiency between 18F-FDG PET neuroimaging\r\n              analysis software in Alzheimer\u2019s disease patients.<\/strong\r\n            >\r\n            <em>The Thai Journal of Radiological Technology, 47<\/em>(1), 64\u201372.\r\n            <a\r\n              href=\"https:\/\/he02.tci-thaijo.org\/index.php\/tjrt\/article\/view\/256812\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/he02.tci-thaijo.org\/index.php\/tjrt\/article\/view\/256812 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 12 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Chumsri, N.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Siripongsakun, S.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Waongenngam, P.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Srisittimongkon, S<\/a\r\n            >, & Chotipanich, C. (2022).\r\n            <strong\r\n              >C22. Prevalence and unit cost of abnormalities detected in\r\n              abdominal sonography among soldiers.<\/strong\r\n            >\r\n            <em>Journal of Health Science and Alternative Medicine.<\/em>\r\n            <a\r\n              href=\"https:\/\/he01.tci-thaijo.org\/index.php\/jhealthscialternmed\/article\/view\/257794\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/he01.tci-thaijo.org\/index.php\/jhealthscialternmed\/article\/view\/257794\r\n              \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 11 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Kanchanomai, S.,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Rueangthong, C.<\/a\r\n            >, Chernchujit, B., Kitsuksan, T., Suttanon, P., & Apibantaweesakul,\r\n            S. (2022).\r\n            <strong\r\n              >Importance of lower extremity muscle performance and knee\r\n              proprioception during first 60 degrees of knee flexion at three\r\n              months after anterior cruciate ligament reconstruction.<\/strong\r\n            >\r\n            <em>Asian Journal of Sports Medicine, 13<\/em>(3), e120211.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.5812\/asjsm-120211\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.5812\/asjsm-120211 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 10 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Pairodsantikul, P.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Wongsa, P.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Sudchai, W.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Burasothikul, P.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Saegpitak, C.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Srima, S.<\/a\r\n            >, &\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Nivorn, M.<\/a\r\n            >\r\n            (2022).\r\n            <strong\r\n              >Effectiveness of radiation shielding and effective doses of\r\n              radiological technologists during PET\/CT scans at the National\r\n              Cyclotron and PET Centre, Chulabhorn Hospital: A phantom\r\n              study.<\/strong\r\n            >\r\n            <em>Songklanakarin Journal of Science and Technology (SJST), 44<\/em\r\n            >(4), 1159\u20131163.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.14456\/sjst-psu.2022.150\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.14456\/sjst-psu.2022.150 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 9 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Waongenngarm, P.<\/a\r\n            >, van der Beek, A. J., Akkarakittichoke, N., & Janwantanakul, P.\r\n            (2022).\r\n            <strong\r\n              >Immediate effect of working from home during the COVID-19\r\n              pandemic on the incidence of non-specific neck and low back pain:\r\n              A prospective cohort study.<\/strong\r\n            >\r\n            <em>Asia-Pacific Journal of Public Health, 34<\/em>(8), 849\u2013852.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.1177\/10105395221126012\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.1177\/10105395221126012 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 8 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Waongenngarm, P.<\/a\r\n            >, van der Beek, A. J., Janwantanakul, P., Akkarakittichoke, N., &\r\n            Coenen, P. (2022).\r\n            <strong\r\n              >Can the Borg CR-10 scale for neck and low back discomfort predict\r\n              future neck and low back pain among high-risk office\r\n              workers?<\/strong\r\n            >\r\n            <em\r\n              >International Archives of Occupational and Environmental Health,\r\n              95<\/em\r\n            >, 1881\u20131889.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.1007\/s00420-022-01883-3\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.1007\/s00420-022-01883-3 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 7 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Akkarakittichoke, N., Jensen, M. P., Newman, A. K.,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Waongenngarm, P.<\/a\r\n            >, & Janwantanakul, P. (2022).\r\n            <strong\r\n              >Characteristics of office workers who benefit most from\r\n              interventions for preventing neck and low back pain: A moderation\r\n              analysis.<\/strong\r\n            >\r\n            <em>PAIN Reports, 7<\/em>(3), e1014.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.1097\/PR9.0000000000001014\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.1097\/PR9.0000000000001014 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 6 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Rattanakrong, N., Promma, N., Saraboon, C., &\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Waongenngarm, P.<\/a\r\n            >\r\n            (2022).\r\n            <strong\r\n              >Physical impairments, sensory disturbance, and functional ability\r\n              in a cancer patient with and without chemotherapy-induced\r\n              peripheral neuropathy symptoms.<\/strong\r\n            >\r\n            <em>Supportive Care in Cancer, 30<\/em>, 5055\u20135062.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.1007\/s00520-022-06927-5\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.1007\/s00520-022-06927-5 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 5 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Mazumder, A., Dwivedi, A., Assawapanumat, W., Saeeng, R.,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Sungkarat, W.<\/a\r\n            >, & Nasongkla, N. (2022).\r\n            <strong\r\n              ><em>In vitro<\/em> galactose-targeted study of RSPP050-loaded\r\n              micelles against liver hepatocellular carcinoma.<\/strong\r\n            >\r\n            <em>Pharmaceutical Development and Technology, 27<\/em>(4), 379\u2013388.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.1080\/10837450.2022.2063891\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.1080\/10837450.2022.2063891 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 4 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Hairunpijit, S.,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Siripongsakun, S.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Chotipanich, C.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Hiranrat, P.<\/a\r\n            >, Narkwichean, A., & Laosooksathit, W. (2022).\r\n            <strong\r\n              >Student competency for midtrimester obstetrics scan upon\r\n              completion of the master\u2019s degree in medical sonography.<\/strong\r\n            >\r\n            <em>Obstetrics and Gynecology International, 2022<\/em>(1), Article\r\n            2625242.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.1155\/2022\/2625242\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.1155\/2022\/2625242 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 3 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Chuaypen, N.,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Siripongsakun, S.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Hiranrat, P.<\/a\r\n            >, Tanpowpong, N., Avihingsanon, A., & Tangkijvanich, P. (2022).\r\n            <strong\r\n              >Improvement of liver fibrosis, but not steatosis, after HCV\r\n              eradication as assessment by MR-based imaging: Role of metabolic\r\n              derangement and host genetic variants.<\/strong\r\n            >\r\n            <em>PLoS ONE, 17<\/em>(6), e0269641.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.1371\/journal.pone.0269641\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.1371\/journal.pone.0269641 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 2 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Limpijankit, T., Jongjirasiri, S., Unwanatham, N., Rattanasiri, S.,\r\n            Thakkinstian, A., & Laothamatas, J. (2022).\r\n            <strong\r\n              >Causal relationship of coronary artery calcium on myocardial\r\n              infarction and preventive effect of antiplatelet therapy.<\/strong\r\n            >\r\n            <em>Frontiers in Cardiovascular Medicine, 9<\/em>, Article 871267.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.3389\/fcvm.2022.871267\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.3389\/fcvm.2022.871267 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 1 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Kawvised, S.<\/a\r\n            >, Prabsattroo, T., Munkong, W., Pattum, P., Iamsaard, S.,\r\n            Boonsirichai, K., Uttayarat, P., Maikaeo, L., Sudchai, W., &\r\n            Kirisattayakul, W. (2022).\r\n            <strong\r\n              ><em>Polygonum odoratum<\/em> leaf extract attenuates oxidative\r\n              stress and cell death of Raw 264.7 cells exposed to low dose\r\n              ionizing radiation.<\/strong\r\n            >\r\n            <em>Journal of Food Biochemistry, 46<\/em>(4), e13909.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.1111\/jfbc.13909\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.1111\/jfbc.13909 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"pagination\" id=\"pagination\"><\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Sudchai, W., Kheonkaew, B., Prabsattroo, T., Saiyo, N., Kawvised, S., Pairodsantikul, P., Pamarapa, C., Rungseesumran, T., &#038; Rattanarungruangchai, N. (2022). Measurements of effective dose and entrance surface dose in diagnostic&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-16478","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Publications 2022 - Research and Innovation Faculty of Health Science Technology<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hst.cra.ac.th\/research\/publications-2022\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Publications 2022 - Research and Innovation Faculty of Health Science Technology\" \/>\n<meta property=\"og:description\" content=\"Sudchai, W., Kheonkaew, B., Prabsattroo, T., Saiyo, N., Kawvised, S., Pairodsantikul, P., Pamarapa, C., Rungseesumran, T., &#038; Rattanarungruangchai, N. (2022). Measurements of effective dose and entrance surface dose in diagnostic...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hst.cra.ac.th\/research\/publications-2022\/\" \/>\n<meta property=\"og:site_name\" content=\"Research and Innovation Faculty of Health Science Technology\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-16T08:33:35+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/publications-2022\\\/\",\"url\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/publications-2022\\\/\",\"name\":\"Publications 2022 - Research and Innovation Faculty of Health Science Technology\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/#website\"},\"datePublished\":\"2026-01-26T05:09:04+00:00\",\"dateModified\":\"2026-03-16T08:33:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/publications-2022\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/publications-2022\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/publications-2022\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Publications 2022\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/#website\",\"url\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/\",\"name\":\"Research and Innovation Faculty of Health Science Technology\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Publications 2022 - Research and Innovation Faculty of Health Science Technology","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hst.cra.ac.th\/research\/publications-2022\/","og_locale":"en_US","og_type":"article","og_title":"Publications 2022 - Research and Innovation Faculty of Health Science Technology","og_description":"Sudchai, W., Kheonkaew, B., Prabsattroo, T., Saiyo, N., Kawvised, S., Pairodsantikul, P., Pamarapa, C., Rungseesumran, T., &#038; Rattanarungruangchai, N. (2022). Measurements of effective dose and entrance surface dose in diagnostic...","og_url":"https:\/\/hst.cra.ac.th\/research\/publications-2022\/","og_site_name":"Research and Innovation Faculty of Health Science Technology","article_modified_time":"2026-03-16T08:33:35+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hst.cra.ac.th\/research\/publications-2022\/","url":"https:\/\/hst.cra.ac.th\/research\/publications-2022\/","name":"Publications 2022 - Research and Innovation Faculty of Health Science Technology","isPartOf":{"@id":"https:\/\/hst.cra.ac.th\/research\/#website"},"datePublished":"2026-01-26T05:09:04+00:00","dateModified":"2026-03-16T08:33:35+00:00","breadcrumb":{"@id":"https:\/\/hst.cra.ac.th\/research\/publications-2022\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hst.cra.ac.th\/research\/publications-2022\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hst.cra.ac.th\/research\/publications-2022\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hst.cra.ac.th\/research\/"},{"@type":"ListItem","position":2,"name":"Publications 2022"}]},{"@type":"WebSite","@id":"https:\/\/hst.cra.ac.th\/research\/#website","url":"https:\/\/hst.cra.ac.th\/research\/","name":"Research and Innovation Faculty of Health Science Technology","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hst.cra.ac.th\/research\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/pages\/16478","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/comments?post=16478"}],"version-history":[{"count":25,"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/pages\/16478\/revisions"}],"predecessor-version":[{"id":18469,"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/pages\/16478\/revisions\/18469"}],"wp:attachment":[{"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/media?parent=16478"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}