{"id":585,"date":"2023-02-24T16:11:32","date_gmt":"2023-02-24T14:11:32","guid":{"rendered":"https:\/\/www.vetdrugslist.com\/?p=585"},"modified":"2023-04-29T14:51:30","modified_gmt":"2023-04-29T14:51:30","slug":"ciclosporin","status":"publish","type":"post","link":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/ciclosporin\/","title":{"rendered":"Ciclosporin"},"content":{"rendered":"<p style=\"text-align: center; font-size: 24px; font-family: sans-serif;\"><strong>Ciclosporin (Cyclosporine): Uses, Dosage and Side Effects<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-710 aligncenter\" src=\"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-content\/uploads\/2023\/02\/Ciclosporin.jpg\" alt=\"Ciclosporin (Cyclosporine): Uses, Dosage and Side Effects\" width=\"581\" height=\"349\" \/><\/p>\n\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Overview<\/strong><\/h2>\n<p>The action of Ciclosporin is T-lymphocyte inhibition.<\/p>\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Uses of Ciclosporin<\/strong><\/h2>\n<ul>\n<li>Topical ophthalmic preparation for immune-mediated keratoconjunctivitis sicca in dogs.<\/li>\n<li>Used as an Immunosuppressant in chronic superficial keratoconjunctivitis (pannus).<\/li>\n<li>Oral preparation licensed for atopic dermatitis in dogs and cats.<\/li>\n<li>Used for perianal fistula, sebaceous adenitis, and immune-mediated disease.<\/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 Ciclosporin in Dogs and Cats<\/strong><\/h2>\n<p><strong>Dogs:<\/strong><\/p>\n<p><strong>\u2022 Ocular disease:<\/strong> apply approximately 0.5 cm of ointment to the affected eye q12h. It may take 2\u20134 weeks for improvement to occur (occasionally up to 12 weeks). Maintenance treatment should be continued with application q12h; in cases of excessive tear production, the application can be reduced to q24h but only with caution and long-term, regular monitoring of tear production.<br \/>\n<strong>\u2022 Atopic dermatitis:<\/strong> 5 mg\/kg p.o. q24h until signs are controlled.<br \/>\n<strong>\u2022 Perianal fistula, sebaceous adenitis:<\/strong> 5 mg\/kg p.o. q24h \u2013 may be increased in non-responsive cases to q12h.<br \/>\n<strong>\u2022 Immune-mediated disease:<\/strong> 5 mg\/kg p.o. q12h. A proportion of dogs may require higher doses and pharmacodynamic monitoring is therefore advisable.<\/p>\n<p><strong>Cats:<\/strong><\/p>\n<p><strong>\u2022 Atopic dermatitis:<\/strong> 7 mg\/kg p.o. q24h until signs are controlled.<br \/>\n<strong>\u2022 Immune-mediated disease:<\/strong>\u00a0 3\u20135 mg\/kg p.o. q12h or 5\u20137 mg\/kg p.o. q24h.<\/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 Ciclosporin in Dogs and Cats<\/strong><\/h2>\n<ul>\n<li>Immediate discomfort on topical application (blepharospasm) has been reported in dogs.<\/li>\n<li>Transient vomiting and diarrhea may follow systemic administration<\/li>\n<li>Anorexia; mild to moderate gingival hyperplasia; hypertrichosis; papillomatous lesions of the skin; red and swollen pinnae; muscle weakness; and muscle cramps are infrequently observed signs.<\/li>\n<li>Systemic and topical treatment may be associated with an increased risk of malignancy.<\/li>\n<li>Cats that are seronegative for Toxoplasma gondii may be at risk of developing clinical toxoplasmosis if they become infected while undergoing treatment.<\/li>\n<\/ul>\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Contraindications of Ciclosporin in Dogs and Cats<\/strong><\/h2>\n<ul>\n<li>Systemic use is not recommended in dogs and cats up to 6 months old or in dogs &lt;2 kg or in cats &lt;2.3 kg.<\/li>\n<li>Do not use in progressive malignant disorders.<\/li>\n<li>Do not give live vaccines during treatment or within a 2-week interval before or after<br \/>\ntreatment.<\/li>\n<li>Ciclosporin may reduce the immune response to vaccines.<\/li>\n<li>The manufacturer does not recommend use in diabetic dogs or cats infected with FeLV, FIV<\/li>\n<\/ul>\n<h2 style=\"border-bottom: 2px #fabd14 solid; font-size: 20px;\"><strong>Some Notes:<\/strong><\/h2>\n<ol>\n<li>It is recommended that bacterial and fungal infections are treated before use. .<\/li>\n<li>In dogs with atopic dermatitis, ciclosporin may reduce circulating levels of insulin and cause an increase in blood glucose and fructosamine.<\/li>\n<li>In dogs with diabetes mellitus, the effect of treatment on glycemia must be carefully monitored.<\/li>\n<li>The metabolism of ciclosporin is reduced, and thus serum levels increased, by various drugs that competitively inhibit or induce enzymes involved in its metabolism, particularly cytochrome P450, including diltiazem, doxycycline and imidazole antifungal drugs.<\/li>\n<li>Itraconazole and ketoconazole at 5\u201310 mg\/kg are known to increase the blood concentration of ciclosporin in dogs up to five-fold, which is considered to be clinically relevant.<\/li>\n<li>During concomitant use of itraconazole and ciclosporin consider halving the dose or doubling the treatment interval if the dog is on daily treatment.<\/li>\n<li>Increased risk of hyperkalemia if used with ACE inhibitors. As a substrate and inhibitor of the MDR 1 P-glycoprotein transporter, co-administration of ciclosporin with P-glycoprotein substrates such as macrocyclic lactones (e.g. ivermectin and milbemycin) could decrease the efflux of such drugs from blood\u2013 brain barrier cells, potentially resulting in signs of CNS toxicity.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Ciclosporin (Cyclosporine): Uses, Dosage and Side Effects Overview The action of Ciclosporin is T-lymphocyte inhibition. Uses of Ciclosporin Topical ophthalmic preparation for immune-mediated keratoconjunctivitis sicca in dogs. Used as an Immunosuppressant in chronic superficial keratoconjunctivitis (pannus). Oral preparation licensed for atopic dermatitis in dogs and cats. Used for perianal fistula, sebaceous adenitis, and immune-mediated disease. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1224,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[53],"tags":[63],"class_list":["post-585","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blood-and-immunity","tag-immunosuppressive"],"_links":{"self":[{"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/posts\/585","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=585"}],"version-history":[{"count":0,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/posts\/585\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/media\/1224"}],"wp:attachment":[{"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/media?parent=585"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/categories?post=585"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.vet-ebooks.com\/vetdrugslist\/wp-json\/wp\/v2\/tags?post=585"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}