{"id":2221,"date":"2023-10-15T16:41:25","date_gmt":"2023-10-15T14:41:25","guid":{"rendered":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/?p=2221"},"modified":"2023-10-15T16:41:25","modified_gmt":"2023-10-15T14:41:25","slug":"omeprazole","status":"publish","type":"post","link":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/omeprazole\/","title":{"rendered":"Omeprazole"},"content":{"rendered":"<p style=\"text-align: center; font-size: 24px; font-family: sans-serif;\"><strong>Omeprazole In Dogs &amp; Cats: Uses, Dosage and Side Effects<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-2286 aligncenter\" src=\"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/09\/Omeprazole.jpg\" alt=\"Omeprazole In Dogs &amp; Cats: Uses, Dosage and Side Effects\" width=\"661\" height=\"397\" srcset=\"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/09\/Omeprazole.jpg 800w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/09\/Omeprazole-300x180.jpg 300w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/09\/Omeprazole-768x461.jpg 768w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/09\/Omeprazole-696x418.jpg 696w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/09\/Omeprazole-700x420.jpg 700w\" sizes=\"auto, (max-width: 661px) 100vw, 661px\" \/><\/p>\n\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Overview<\/strong><\/h2>\n<ul>\n<li>Proton-pump inhibitor.<\/li>\n<\/ul>\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Uses of Omeprazole<\/strong><\/h2>\n<ul>\n<li>Omeprazole is utilized in the treatment of gastric and duodenal ulcers, oesophagitis, and hypersecretory conditions resulting from gastrinoma (Zollinger\u2013Ellison syndrome) or mast cell neoplasia.<\/li>\n<li>When administered before surgery, omeprazole can lower the occurrence of gastro-oesophageal reflux in dogs during anaesthesia.<\/li>\n<\/ul>\n<div class='code-block code-block-12' style='margin: 8px auto; text-align: center; display: block; clear: both;'>\n<a target=\"_blank\" href=\"https:\/\/www.vet-ebooks.com\/premium-memberships\/\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-17003\" src=\"https:\/\/www.vet-ebooks.com\/wp-content\/uploads\/2024\/10\/veterinary-books-1.jpg\" width=\"480\" height=\"98\"  alt=\"Vet Books\"\/><\/a><\/div>\n\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Dose of Omeprazole in Dogs and Cats<\/strong><\/h2>\n<p><strong>Dogs: <\/strong><\/p>\n<ul>\n<li><span style=\"text-decoration: underline;\"><strong>All uses<\/strong><\/span><strong>:<\/strong> 0.5\u20131.5 mg\/kg i.v., p.o. q12\u201324h for a maximum of 8 weeks.<\/li>\n<\/ul>\n<p><strong>Cats:<\/strong><\/p>\n<ul>\n<li><span style=\"text-decoration: underline;\"><strong>All uses:<\/strong><\/span> 0.75\u20131 mg\/kg p.o. q24h for a maximum of 8 weeks.<\/li>\n<\/ul>\n<div class='code-block code-block-2' style='margin: 8px auto 8px 0; text-align: left; display: block; clear: both;'>\n <html>\n  <head>\n    <style>\n    \n \n      #calculator {\n        width: 100%;\n        margin: auto;\n      }\n      \n      @media (max-width: 600px) {\n        #calculator {\n          width: 90%;\n        }\n      }\n      \n      #calculator23 {\n        display: block;\n        margin-bottom: 8px;\n        font-size: 14px;\nfont-family: sans-serif;font-weight:600;\n      }\n      \n      #calculator24{\n        width: 100%;\n        padding: 12px 20px;\n        margin: 8px 0;\n        box-sizing: border-box;\n        border: 2px solid #ccc;\n        border-radius: 4px;\n      }\n      \n      #calculator25 {\n        width: 100%;\n    background-color: #fabd14;\n    color: white;\n    padding: 11px 18px;\n    margin: 5px 0;\n    border: none;\n    border-radius: 4px;\n    cursor: pointer;\n    font-size: 15px;\n    font-family: sans-serif;\n    font-weight: 600;\n}\n      }\n      \n      #result {\n        font-size: 18px;\n        font-weight: bold;\n      }\n    <\/style>\n  <\/head>\n  <body>\n  \n \n\n  <h2 style=\"border-bottom: 2px #fff7e6 solid;\" class=\"cd-section-title\"><span><strong>Drug Dosage Calculator<\/strong><\/span><\/h2>\n    <form id=\"calculator\">\n      <label id=\"calculator23\" for=\"weight\">Animal Weight (kg):<\/label>\n      <input type=\"text\" id=\"weight\" name=\"weight\" id=\"calculator24\">\n      <label for=\"dose\" id=\"calculator23\">Drug Dose (mg\/kg):<\/label>\n      <input type=\"text\" id=\"dose\" name=\"dose\" id=\"calculator24\">\n      <label for=\"concentration\" id=\"calculator23\">Drug Concentration (mg\/mL or mg\/tablet):<\/label>\n      <input type=\"text\" id=\"concentration\" name=\"concentration\" id=\"calculator24\">\n      <button type=\"button\" onclick=\"calculate()\" id=\"calculator25\">Calculate<\/button>\n    <\/form> \n    \n    <p style=\"\n    font-size: 13px;\n    font-weight: 600;\n    font-family: sans-serif;\n    background: #444;\n    padding: 5px;\n    border-radius: 5px;\n    color: #fff;\n\">You Should Give: <span id=\"result\"><\/span><\/p>\n\n\n    \n    <script>\n      function calculateDose(weight, dose, concentration) {\n        return (weight * dose \/ concentration).toFixed(2);\n      }\n      \n      function calculate() {\n        let weight = document.getElementById(\"weight\").value;\n        let dose = document.getElementById(\"dose\").value;\n        let concentration = document.getElementById(\"concentration\").value;\n        let result = calculateDose(weight, dose, concentration);\n        document.getElementById(\"result\").innerHTML = result + \" mL or tablet \";\n      }\n    <\/script>\n  <\/body>\n<\/html>\n<\/div>\n\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Side Effects of Omeprazole in Dogs and Cats<\/strong><\/h2>\n<ul>\n<li>Prolonged acid suppression has induced hypergastrinemia in laboratory animals, resulting in mucosal cell hyperplasia, rugal hypertrophy, and the emergence of carcinoids.<\/li>\n<li>Treatment for a maximum of 8 weeks is advised.<\/li>\n<li>However, these issues have not been documented in companion animals.<\/li>\n<li>Adverse effects can encompass nausea, diarrhoea, constipation, skin rashes, and tooth fractures.<\/li>\n<li>An intravenous form of rabeprazole can trigger pulmonary oedema in dogs at elevated doses.<\/li>\n<\/ul>\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Contraindications of Omeprazole in Dogs and Cats<\/strong><\/h2>\n<ul>\n<li>No information is available.<\/li>\n<\/ul>\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Some Notes:<\/strong><\/h2>\n<ul>\n<li>Omeprazole may enhance the effects of phenytoin.<\/li>\n<li>There is a risk of interaction with tacrolimus, mycophenolate mofetil, clopidogrel, digoxin and itraconazole.<\/li>\n<li>Gastrogard is approved for use in equids, but its formulation (370 mg\/g paste) makes it impractical for accurate dosing in small animals.<\/li>\n<li>Medications like Lansoprazole, rabeprazole, and pantoprazole are similar to omeprazole but do not offer any known clinical advantages.<\/li>\n<li>Esomeprazole, on the other hand, is a newer preparation containing only the active isomer of omeprazole.<\/li>\n<li>Studies have indicated that omeprazole leads to mild increases in gastric pH in canines, and these effects are significantly more pronounced than those produced by famotidine, cimetidine, or ranitidine.<\/li>\n<li>Administering omeprazole twice daily raises intragastric pH sufficiently to suggest potential therapeutic benefits for acid-related conditions when evaluated using criteria employed for human patients. However, once-daily administration does not yield the same results.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Omeprazole In Dogs &amp; Cats: Uses, Dosage and Side Effects Overview Proton-pump inhibitor. Uses of Omeprazole Omeprazole is utilized in the treatment of gastric and duodenal ulcers, oesophagitis, and hypersecretory conditions resulting from gastrinoma (Zollinger\u2013Ellison syndrome) or mast cell neoplasia. When administered before surgery, omeprazole can lower the occurrence of gastro-oesophageal reflux in dogs during [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2286,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[41,96,21],"tags":[125],"class_list":["post-2221","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-antiemetics","category-appetite-stimulant","category-gastrointestinal","tag-proton-pump-inhibitor"],"_links":{"self":[{"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/posts\/2221","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/comments?post=2221"}],"version-history":[{"count":0,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/posts\/2221\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/media\/2286"}],"wp:attachment":[{"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/media?parent=2221"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/categories?post=2221"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/tags?post=2221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}