{"id":779,"date":"2023-04-29T15:07:38","date_gmt":"2023-04-29T15:07:38","guid":{"rendered":"https:\/\/www.vetdrugslist.com\/?p=779"},"modified":"2023-04-29T15:09:03","modified_gmt":"2023-04-29T15:09:03","slug":"dantrolene","status":"publish","type":"post","link":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/dantrolene\/","title":{"rendered":"Dantrolene"},"content":{"rendered":"<p style=\"text-align: center; font-size: 24px; font-family: sans-serif;\"><strong>Dantrolene: Uses, Dosage and Side Effects<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1363\" src=\"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/04\/Dantrolene.jpg\" alt=\"Dantrolene: Uses, Dosage and Side Effects\" width=\"654\" height=\"393\" srcset=\"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/04\/Dantrolene.jpg 800w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/04\/Dantrolene-300x180.jpg 300w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/04\/Dantrolene-768x461.jpg 768w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/04\/Dantrolene-696x418.jpg 696w, https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/04\/Dantrolene-700x420.jpg 700w\" sizes=\"auto, (max-width: 654px) 100vw, 654px\" \/><\/p>\n\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Overview<\/strong><\/h2>\n<ul>\n<li>Prevents the release of calcium ions from the sarcoplasmic reticulum in striated muscle, separating the excitation-contraction process.<\/li>\n<li>Vascular smooth muscle and cardiac muscle are typically unaffected because they do not mainly depend on calcium release for contraction.<\/li>\n<\/ul>\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Uses of Dantrolene<\/strong><\/h2>\n<ul>\n<li>Treatment of muscular spasms, including tetanus and urethral muscle spasm.<\/li>\n<li>The oral or intravenous therapy of malignant hyperthermia.<\/li>\n<\/ul>\n<p><strong>N.B: <\/strong><\/p>\n<ul>\n<li>Each vial should be reconstituted with 60 ml of water.<\/li>\n<li>The solution must be transparent and free of any observable particles prior to administration.<\/li>\n<li>Use the made solution within six hours and shield it from light.<\/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 Dantrolene in Dogs and Cats<\/strong><\/h2>\n<p><strong>Dogs, Cats:<\/strong><br \/>\n\u2022 Malignant hyperthermia: 2\u20135 mg\/kg i.v.<br \/>\n\u2022 Other indications: 0.5\u20132 mg\/kg p.o. q12h.<\/p>\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 Dantrolene in Dogs and Cats<\/strong><\/h2>\n<ul>\n<li>The pH of the injectable mixture is 9.5, and it is very irritating when it extravasates.<\/li>\n<li>To lessen the risk of thrombophlebitis, give ideally through a large vein or inject into a fast-moving infusion.<\/li>\n<li>I.V. administration is followed by a diuresis, which is consistent with its mannitol-based composition.<\/li>\n<li>Hepatitis and pleural fluid are associated with chronic use; monitoring liver function during treatment is important.<\/li>\n<li>After an overdose, there have been reports of generalized muscular weakness, including in the respiratory muscles.<\/li>\n<li>Start symptomatic supportive therapy and keep monitoring the patient, especially in relation to how well they are breathing.<\/li>\n<\/ul>\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Contraindications of Dantrolene in Dogs and Cats<\/strong><\/h2>\n<p>No information is available.<\/p>\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Some Notes:<\/strong><\/h2>\n<p>Do not combine with calcium-channel blockers.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Dantrolene: Uses, Dosage and Side Effects Overview Prevents the release of calcium ions from the sarcoplasmic reticulum in striated muscle, separating the excitation-contraction process. Vascular smooth muscle and cardiac muscle are typically unaffected because they do not mainly depend on calcium release for contraction. Uses of Dantrolene Treatment of muscular spasms, including tetanus and urethral [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1363,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[50],"tags":[],"class_list":["post-779","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-muscle-relaxants"],"_links":{"self":[{"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/posts\/779","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/comments?post=779"}],"version-history":[{"count":0,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/posts\/779\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/media\/1363"}],"wp:attachment":[{"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/media?parent=779"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/categories?post=779"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/tags?post=779"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}