نتایج جستجو برای: regulatory authorities

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

2010

The ongoing fi nancial crisis has revealed a number of weaknesses and gaps in fi nancial supervision. Following a number of reports at both the international and national levels, regulatory authorities are pursuing an ambitious agenda aimed at remedying the weaknesses identifi ed: a number of EU Member States are implementing or planning reforms of their national institutional frameworks, which...

Journal: :Medical device technology 2008
Maria E Donawa

A new European guideline on drug-eluting stents (DES) introduces for the first time detailed information that European drug authorities should review concerning the medicinal substance that is incorporated into this type of drug-device combination product. Part I of this article discussed European requirements that apply to DES. This article discusses the new guideline, other stent guidelines, ...

1988
Thomas G. Morford

This article contains a broad overview of the history of Federal regulation of nursing homes from the perspective of an individual involved directly for a number of years in the development and enforcement of Federal regulatory requirements. The article also contains a summary of the major statutory changes in the Omnibus Budget Reconciliation Act of 1987 that affect nursing homes. Finally, the...

2014
Fintan R. Steele Larry Gold

The yet-unrealized potential for more "personalized" Direct-to-Consumer (DTC) tests to fundamentally alter the practice and economics of healthcare is undeniable. However, there are also many challenges to be met, including the herculean task of ensuring that the information provided by such tests is scientifically sound and, ideally, medically actionable. We consider recent events in DTC testi...

2004

A significant amount of information is already available through government and non-government programs. Given this, the emphasis of this environmental monitoring report has been on collating data from existing programs of sampling and analysis. It collates existing published data, or unpublished data that have been obtained directly from regulatory authorities. The report attempts to identify ...

2014

Preservatives such as benzoic acid and parabens are being tested on a regular basis by regulatory authorities and food testing laboratories as they are widely found in condiments and beverages such as fruit juices, sports drinks and soft drinks. The consumption of excessive amount of preservatives can lead to adverse health effects such as allergy. Also, the levels of these preservatives in foo...

Journal: :Medical device technology 2008
Maria E Donawa

A new European guideline on drug-eluting stents (DES) introduces for the first time detailed information that European drug authorities should review concerning the medicinal substance that is incorporated into this type of drug-device combination product. Part I of this article discusses European requirements that apply to DES. Part II will discuss the new guideline, other stent guidelines and...

Journal: :Emerging Infectious Diseases 2008
Herbert P. Schweizer Sharon J. Peacock

Genetic research into the select agents Burkholderia pseudomallei and B. mallei is currently hampered by a paucity of approved antimicrobial drug-selection markers. The strict regulations imposed on researchers in the United States but not in other parts of the world lead to discrepancies in practice, hinder distribution of genetically modified strains, and impede progress in the field. Deliber...

Journal: :Journal of nuclear medicine technology 2008
Marco A Coca Perez Leonel A Torres Aroche Gladys López Bejerano Roberto Fraxedas Mayor Consuelo Varela Corona Adlin López

Monitoring the quality of instrumentation used in nuclear medicine is mandatory to guarantee the clinical efficacy of medical practice. A national program for the quality control of nuclear medicine instruments was established in Cuba and was certified and approved by the regulatory authorities. The program, which establishes official regulations and audit services, sets up educational activiti...

2011
Mary Moran Nathalie Strub-Wourgaft Javier Guzman Pascale Boulet Lindsey Wu Bernard Pecoul

What is the best strategy to approve novel drugs for disease such as sleeping sickness that predominantly affect patients in Africa? How can African regulators best be supported to evaluate these drugs for their own populations? For many years, African medicines regulatory authorities (MRAs) have relied on stringent regulators in developed countries to assess novel pharmaceutical products such ...

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

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

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"; } -->