I am a Medical Assistant working in both back and front offices for a specialist’s office (pulmonologist). Here is my brief job description as Medical Assistant: answering phone calls regarding patient’s appointment and information about procedures, making and rescheduling appointments, verifying patients’ insurance information, obtaining and processing patient’s referral, performing vital signs, documenting all information in patient’s chart, performing EKG, phlebotomy and other duties assigned by the physician, maintaining exam rooms stocked with adequate medical supplies, preparing sterilization as required, and ensuring all related reports, labs and information available in patients’ medical records prior their appointment.I am also a Study Coordinator for ELIXA study. Here is job description: supporting clinical activities and administrative functions to the Principle Investigator and Site Manager for ELIXA with type 2 diabetes to ensure accurate compliance with study protocols and safety of study subjects, capturing data as required to ensure the eCRFs and source document completed and organized on timely basis, and administering on-going education of Investigational Drugs for study subjects and prepare clinical facilities for the study.
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 });

