{"id":2261,"date":"2023-10-15T16:35:04","date_gmt":"2023-10-15T14:35:04","guid":{"rendered":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/?p=2261"},"modified":"2023-10-15T16:38:26","modified_gmt":"2023-10-15T14:38:26","slug":"__trashed","status":"publish","type":"post","link":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/__trashed\/","title":{"rendered":"Oxybutynin Hydrochloride"},"content":{"rendered":"<p style=\"text-align: center; font-size: 24px; font-family: sans-serif;\"><strong>Oxybutynin hydrochloride In Dogs &amp; Cats: Uses, Dosage and Side Effects<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-2276 aligncenter\" src=\"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/10\/Oxybutynin-hydrochloride.jpg\" alt=\"Oxybutynin hydrochloride In Dogs &amp; Cats: Uses, Dosage and Side Effects\" width=\"658\" height=\"395\" srcset=\"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/10\/Oxybutynin-hydrochloride.jpg 800w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/10\/Oxybutynin-hydrochloride-300x180.jpg 300w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/10\/Oxybutynin-hydrochloride-768x461.jpg 768w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/10\/Oxybutynin-hydrochloride-696x418.jpg 696w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/10\/Oxybutynin-hydrochloride-700x420.jpg 700w\" sizes=\"auto, (max-width: 658px) 100vw, 658px\" \/><\/p>\n\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Overview<\/strong><\/h2>\n<ul>\n<li>Works as a urinary antispasmodic with antimuscarinic and spasmolytic effects on smooth muscle.<\/li>\n<\/ul>\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Uses of Oxybutynin hydrochloride<\/strong><\/h2>\n<ul>\n<li>May be useful for the treatment of detrusor hyperreflexia\/ overactive bladder in cats and dogs.<\/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 Oxybutynin hydrochloride in Dogs and Cats<\/strong><\/h2>\n<p><strong>Dogs: <\/strong><\/p>\n<ul>\n<li><span style=\"text-decoration: underline;\"><strong>Detrusor hyperreflexia (refractory incontinence):<\/strong><\/span> 0.2 mg\/kg p.o. q8\u201312h.<\/li>\n<\/ul>\n<p><strong>Cats:<\/strong><\/p>\n<ul>\n<li><span style=\"text-decoration: underline;\"><strong>Detrusor hyperreflexia<\/strong><\/span>: 0.5\u20131.25 mg per cat p.o. q8\u201312h.<\/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 Oxybutynin hydrochloride in Dogs and Cats<\/strong><\/h2>\n<div class=\"group w-full text-token-text-primary border-b border-black\/10 gizmo:border-0 dark:border-gray-900\/50 gizmo:dark:border-0 bg-gray-50 gizmo:bg-transparent dark:bg-[#444654] gizmo:dark:bg-transparent\" data-testid=\"conversation-turn-7\">\n<div class=\"p-4 justify-center text-base md:gap-6 md:py-6 m-auto\">\n<div class=\"flex flex-1 gap-4 text-base mx-auto md:gap-6 gizmo:gap-3 gizmo:md:px-5 gizmo:lg:px-1 gizmo:xl:px-5 md:max-w-2xl lg:max-w-[38rem] gizmo:md:max-w-3xl gizmo:lg:max-w-[40rem] gizmo:xl:max-w-[48rem] xl:max-w-3xl }\">\n<div class=\"relative flex w-[calc(100%-50px)] flex-col gap-1 gizmo:w-full md:gap-3 lg:w-[calc(100%-115px)] agent-turn\">\n<div class=\"flex flex-grow flex-col gap-3 max-w-full\">\n<div class=\"min-h-[20px] flex flex-col items-start gap-3 overflow-x-auto whitespace-pre-wrap break-words\">\n<div class=\"markdown prose w-full break-words dark:prose-invert light\">\n<ul>\n<li><strong>Small animals<\/strong> have experienced side effects like diarrhea, constipation, urinary retention, and sedation when using this medication.<\/li>\n<li><strong> In humans<\/strong>, reported adverse effects include dryness of the mouth and eyes, skin reactions, rapid heart rate, vomiting, palpitations, and confusion.<button class=\"flex ml-auto gizmo:ml-0 gap-2 items-center rounded-md p-1 text-xs gizmo:gap-1.5 gizmo:pl-0 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-200 disabled:dark:hover:text-gray-400 hover:bg-gray-100 hover:text-gray-700\"><\/button><\/li>\n<\/ul>\n<p><span style=\"text-decoration: underline;\"><strong style=\"color: #111111; font-family: roboto, sans-serif; font-size: 27px; text-decoration: underline;\">Contraindications of Oxybutynin hydrochloride in Dogs and Cats<\/strong><\/span><\/p>\n<ul>\n<li>Limited animal data but in humans contraindications include obstructive GI disease\/ileus, gastro-oesophageal reflux\/hiatal hernia, glaucoma, cardiac disease,<br \/>\nmyasthenia gravis and obstructive urinary disease.<\/li>\n<\/ul>\n<p><strong style=\"color: #111111; font-family: roboto, sans-serif; font-size: 27px;\">Some Notes:<\/strong><\/p>\n<ul>\n<li>Use with caution in patients receiving other anticholinergic agents, azole antifungals, CNS depressants and macrolide antibiotics.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Oxybutynin hydrochloride In Dogs &amp; Cats: Uses, Dosage and Side Effects Overview Works as a urinary antispasmodic with antimuscarinic and spasmolytic effects on smooth muscle. Uses of Oxybutynin hydrochloride May be useful for the treatment of detrusor hyperreflexia\/ overactive bladder in cats and dogs. Dose of Oxybutynin hydrochloride in Dogs and Cats Dogs: Detrusor hyperreflexia [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2276,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-2261","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-urology-drugs"],"_links":{"self":[{"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/posts\/2261","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=2261"}],"version-history":[{"count":0,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/posts\/2261\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/media\/2276"}],"wp:attachment":[{"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/media?parent=2261"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/categories?post=2261"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/tags?post=2261"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}