Week 8 Assignment
Application: Antimicrobial Agents
Antimicrobial agents are essential components in the treatment of various bacterial infections as they help to kill or prevent the growth of microbes such as bacteria, fungi, and protozoans. Prior to the discovery of antimicrobial agents, treatment options for patients with bacterial infections were limited. For many patients, treatment often resulted in the amputation of limbs or even death. Today, treatment options for bacterial infections typically have a more positive prognosis. Due to the various types of infections presented in patients, it is essential to be able to identify the underlying cause of the infection—whether bacterial or viral—before recommending drug treatments. This will help you identify whether or not an antimicrobial agent would be appropriate and which specific agent would target the infection. In this Assignment, you consider the appropriate use of antimicrobial agents for infections.
To prepare:
• Review this week’s media presentation on principles of antimicrobial therapy, as well as Chapter 8 of the Arcangelo and Peterson text.
• Consider the categories of antimicrobial agents.
• Think about differences between viral and bacterial infections.
• Reflect on why proper identification of the infection is key to selecting the proper antimicrobial agent.
To complete:
Write a 2- to 3- page paper that addresses the following:
• Describe the categories of antimicrobial agents.
• Describe differences between viral and bacterial infections.
• Explain why proper identification of viral and bacterial infections is key to selecting the proper antimicrobial agent.
This Assignment is due by 07-25-15
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

