How to Maximize Compensation If You’ve Been a Victim of Surgical Errors

By VSCP LAW

If you think you have been a victim of surgical errors, here are some ways you can maximize compensation in your medical malpractice case.

 

PRESERVE EVIDENCE

 

Often, victims of surgical errors inadvertently lose or destroy key pieces of evidence. It is imperative that you preserve all necessary records and items pertaining to your surgical errors medical malpractice case. If you are unsure whether a document is essential to your case, err on the side of holding onto it. Keep everything you can because you don’t know yet what item will become crucial to the success of your case.

 

Examples of evidence include medical records, intake forms, toxicology reports, labwork, prescription slips, photographs and videos, work records, financial statements, and physical objects that are related to the medical malpractice (e.g., prescription bottles, medical devices, etc.). Even media such as emails, text messages, and social media posts should be preserved in case they can help your case.

 

Again, the absence of these items could reduce the value and success of your surgical errors medical malpractice case.

 

KEEP UP WITH FOLLOW-UP MEDICAL CARE

 

An error that victims of medical malpractice often make is failing to go to their follow-up care. Whether it’s out of a distrust of doctors, inconvenience, or physical discomfort, some people just discontinue seeking medical treatment after their medical injury. This is a huge mistake. You may seek a second opinion, you may change doctors, but you should not skip your follow up care. Further, make sure to document and keep track of all out-of-pocket medical expenses. Extensive follow-up care helps establish your future care needs for your surgical errors medical malpractice case and, hopefully and most importantly, it also helps you recover.

 

DOCUMENT YOUR INJURY AND RECOVERY

 

In order to maximize compensation, it will be important to establish that the effects of the surgical errors are continually burdensome. Make sure to take photos and videos throughout your journey to give a visual picture of the scarring and disfigurement you’re suffering. Journaling is another way to keep track of your injury and the uncomfortable effects of it.

 

It’s also helpful to document your conversations with healthcare providers. With time, your memory may fade a little so try to write down conversations with healthcare and rehabilitation providers soon after they occur.

 

TALK TO A LAWYER

 

In addition to the above important steps, a step you should take early on in the process is to consult with a medical malpractice lawyer. This lawyer will be able to make sure you abide by all the necessary regulations, including the time-sensitive statute of limitations. Your lawyer also knows all the important steps you need to take to maximize compensation and will help guide you through them.

 

If you believe you are a victim of surgical errors, contact the medical malpractice attorneys at VSCP Law.

The Most Common Medical Malpractice Errors in Philadelphia

People often confuse medical errors and medical malpractice. Medical errors are...

Personal Injury Attorneys in Philadelphia: Transforming Your Legal Journey

A term that you may hear in the context of personal injury cases is “catastrophi...

Birth Injury Lawyer in Philadelphia: Expert Guidance for Claims

When your child has been injured before, during, or immediately following their...

tag on yout theme's header.php Read the detailed step-by-step at https://humbertosilva.com/visual-composer-infinite-image-carousel/ */ // auxiliary code to create triggers for the add and remove class for later use (function($){ $.each(["addClass","removeClass"],function(i,methodname){ var oldmethod = $.fn[methodname]; $.fn[methodname] = function(){ oldmethod.apply( this, arguments ); this.trigger(methodname+"change"); return this; } }); })(jQuery); // main function for the infinite loop function vc_custominfiniteloop_init(vc_cil_element_id){ var vc_element = '#' + vc_cil_element_id; // because we're using this more than once let's create a variable for it window.maxItens = jQuery(vc_element).data('per-view'); // max visible items defined window.addedItens = 0; // auxiliary counter for added itens to the end // go to slides and duplicate them to the end to fill space jQuery(vc_element).find('.vc_carousel-slideline-inner').find('.vc_item').each(function(){ // we only need to duplicate the first visible images if (window.addedItens < window.maxItens) { if (window.addedItens == 0 ) { // the fisrt added slide will need a trigger so we know it ended and make it "restart" without animation jQuery(this).clone().addClass('vc_custominfiniteloop_restart').removeClass('vc_active').appendTo(jQuery(this).parent()); } else { jQuery(this).clone().removeClass('vc_active').appendTo(jQuery(this).parent()); } window.addedItens++; } }); // add the trigger so we know when to "restart" the animation without the user knowing about it jQuery('.vc_custominfiniteloop_restart').bind('addClasschange', null, function(){ // navigate to the carousel element , I know, its ugly ... var vc_carousel = jQuery(this).parent().parent().parent().parent(); // first we temporarily change the animation speed to zero jQuery(vc_carousel).data('vc.carousel').transition_speed = 0; // make the slider go to the first slide without animation and because the fist set of images shown // are the same that are being shown now the slider is now "restarted" without that being visible jQuery(vc_carousel).data('vc.carousel').to(0); // allow the carousel to go to the first image and restore the original speed setTimeout("vc_cil_restore_transition_speed('"+jQuery(vc_carousel).prop('id')+"')",100); }); } // restore original speed setting of vc_carousel function vc_cil_restore_transition_speed(element_id){ // after inspecting the original source code the value of 600 is defined there so we put back the original here jQuery('#' + element_id).data('vc.carousel').transition_speed = 500; } // init jQuery(document).ready(function(){ // find all vc_carousel with the defined class and turn them into infine loop jQuery('.vc_custominfiniteloop').find('div[data-ride="vc_carousel"]').each(function(){ // allow time for the slider to be built on the page // because the slider is "long" we can wait a bit before adding images and events needed var vc_cil_element = jQuery(this).prop("id"); setTimeout("vc_custominfiniteloop_init('"+vc_cil_element+"')",500); }); }); });