نتایج جستجو برای: transdermal delivery

تعداد نتایج: 209478  

2014
NIDA AKHTAR

Transdermal delivery holds a promising carrier in the transport of drugs to get direct access across the skin deep into the systemic circulation.. It has attracted many researchers due to various biomedical advantages. The barrier nature of stratum corneum poses a threat to the drug delivery. However, various attempts have been made to modify this property of the skin and thus, to improve the t...

Journal: :iranian journal of pharmaceutical research 0
jun shi 1- school of pharmacy, east china university of science and technology, shanghai 200237, pr china. 2- department of chemistry, tsinghua university, beijing 100084, pr china. wen-juan cong engineering research center of modern preparation technology of tcm (ministry of education), shanghai university of traditional chinese medicine, shanghai 201203, pr china. yi-ming wang department of chemistry, tsinghua university, beijing 100084, pr china. qing-fei liu school of medicine, tsinghua university, beijing 100084, pr china. guo-an luo 1- school of pharmacy, east china university of science and technology, shanghai 200237, pr china. 2- department of chemistry, tsinghua university, beijing 100084, pr china.

the aim of the present study was to investigate the influence and the mechanisms of cineoleand terpineol on the in-vitro transdermal delivery of huperzine a from microemulsions, andtheir potential synergistic effect on the permeation enhancement. the transdermal deliveryof huperzine a from microemulsions with different concentrations of cineole and terpineolthrough the rat abdominal skin was de...

2017
Lucas Naves Chetna Dhand Luis Almeida Lakshminarayanan Rajamani Seeram Ramakrishna Graça Soares

In past few decades, scientists have made tremendous advancement in the field of drug delivery systems (DDS), through transdermal pathway, as the skin represents a ready and large surface area for delivering drugs. Efforts are in progress to design efficient transdermal DDS that support sustained drug release at the targeted area for longer duration in the recommended therapeutic window without...

2014
Harpreet Kaur

Transdermal administration of drugs is generally limited by the barrier function of the skin. Colloidal systems are one of the most contentious methods for transdermal delivery of active substances across the skin. The colloidal systems helps in overcoming the shortcomings associated with transdermal drug delivery systems and provide sustained and controlled release of drugs. This review presen...

2011
Ji-Hui Zhao Li Ji Hui Wang Zhi-Qiang Chen Yong-Tai Zhang Ying Liu Nian-Ping Feng

OBJECTIVE To deliver 2,3,5,6-tetramethylpyrazine (TMP) in a relatively large dose through a transdermal route and facilitate the practical application of microemulison in transdermal drug delivery. METHODS The pseudo-ternary phase diagram for microemulsion regions was constructed using isopropyl myristate as oil phase, Labrasol(®) as surfactant, and Plurol(®) Oleique CC 497 as cosurfactant. A...

Journal: :Chemical & pharmaceutical bulletin 2011
Chi-Hsien Liu Fu-Yen Chang

Microemulsions have received great attention for applications in transdermal drug delivery. The use of curcumin for treating various skin diseases like scleroderma, psoriasis, and skin cancer was extensively reported. The solubility of curcumin in various oils, surfactants, and cosurfactants was studied herein in order to find the optimal components for a transdermal delivery vehicle. Microemul...

2016
Ye Tu Xinxia Wang Ying Lu He Zhang Yuan Yu Yan Chen Junjie Liu Zhiguo Sun Lili Cui Jing Gao Yanqiang Zhong

We recently reported that electret, which was prepared by a corona charging system with polypropylene film, could enhance the transdermal delivery of several drugs of low molecular weight. The aim of this study was to investigate whether electret could enhance the transdermal delivery of protein drugs by N-trimethyl chitosan nanoparticles (TMC NPs) prepared by an ionic gelation method. A series...

Journal: :iranian journal of pharmaceutical research 0
farnaz monajjemzadeh department of pharmaceutical and food control, faculty of pharmacy, tabriz university of medical sciences, tabriz, iran. farzaneh lotfipour department of pharmaceutical and food control, faculty of pharmacy, tabriz university of medical sciences, tabriz, iran. hadi valizadeh department of pharmaceutics, faculty of pharmacy, tabriz university of medical sciences, tabriz, iran. shahin shademan student research committee, tabriz university of medical sciences, tabriz, iran.

one of the most significant issues in pharmaceutical industries, prior to commercializationof a pharmaceutical preparation is the “preformulation” stage. however, far too attention hasbeen paid to verification of the software assisted statistical designs in preformulation studies.the main aim of this study was to report a step by step preformulation approach for a semisolidpreparation based on ...

Journal: :Drug development and industrial pharmacy 2009
Gamal M El Maghraby Fars Kaed Alanazi Ibrahim A Alsarra

Transdermal delivery that avoids the presystemic disposition can provide an alternative to oral administration of tadalafil. Accordingly, the aim of this study was to select the best vehicle as the first step in optimization of tadalafil transdermal delivery. The vehicles were used neat or in selected binary combinations and were evaluated for drug solubilization and transdermal delivery. The d...

Journal: :Clinical journal of oncology nursing 2009
Lisa Schulmeister

Transdermal medication delivery systems provide systemic therapy by passive diffusion through the skin. They offer an alternative route of medication administration and may be well suited for patients who are unable to take or retain oral medications. Granisetron transdermal system (Sancuso(R), ProStrakan, Inc.) is the first transdermal medication patch indicated for the prevention of nausea an...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->