Cerebral Palsy (CP): Early Detection Signs

By VSCP LAW

Cerebral Palsy Is A Common Childhood Motor Disability

  • Nearly 1 in every 345 American children are diagnosed with cerebral palsy each year. 
  • Learning the serious early detection signs of cerebral palsy can allow your child to get early access to the medical care they need and significantly increase your child’s standard of living.

Posture Cues

  • Children with cerebral palsy may have a hard time sitting upright, holding up their head or positioning themselves like other children of the same age do.
  • They may also heavily favor a specific side when reaching for things, crawling, or standing.

Muscle Tone

  • Your child may feel “floppy” when picked up or held.
  • On the opposite end of the spectrum, your child may feel too rigid when picked up as compared to other children of their same age.

Fine Motor Skills

  • Your child may have difficulty doing some of the fine motor skills which other children of their age do, such as picking up their toys, wrapping their hands around your finger, or grasping food. They may also demonstrate “fisting” or keeping their hands balled up

Speaking & Eating

  • Speaking, eating and mouth control might be difficult for your child if they have cerebral palsy. 
  • Your child may also drool more than average. This can be difficult to see in babies but becomes more pronounced with age.

Childhood Milestones

  • All babies and children experience development milestones, like crawling, reaching, first sounds and words, as well as their first time siting, standing and walking on their own.
  • Babies and children with cerebral palsy often do not experience these milestones.  Even if they do, they often struggle to obtain them or are delayed in reaching milestones.

What To Do If I Notice Early Symptoms Of CP?

  • Be sure to inform your child’s doctor as soon as possible.  Cerebral palsy is serious and requires early intervention and access to comprehensive therapies to give your child the best possible opportunity for an improved quality of life.
  • Get your child tested for CP and rule out other possible medical issues.
  • Seek care and continue to learn more about the disease.
  • If you suspect that your child’s CP was caused by medical malpractice or complications at birth, then contact the cerebral palsy lawyers at VSCP LAW to have your child’s medical care evaluated.

Hope After A CP Diagnosis

  • Unfortunately, CP is sometimes caused by medical malpractice or negligence that occurred surrounding a child’s birth. If this happened, you and your child are entitled to compensation for the significant medical costs and long-term care needs that are associated with having a child with CP.
  • Seeking medical compensation from the hospital or medical provider at fault for a CP diagnosis can help your child and your family move on with your lives and get the compensation you deserve in order to assist with your child’s lifetime care needs. 
  • Proper medical care, therapies and management can give your child the highest possible quality of life despite the lifetime of challenges presented by CP.
The Importance of Legal Representation for Personal Injury Victims in Philadelphia

Two common mistakes people make after they’ve been injured as the result of some...

MISTAKES THAT ARE DETRIMENTAL TO A PERSONAL INJURY CASE

The most detrimental mistake you can make in your personal injury case is doing...

PHILADELPHIA BRAIN INJURY LAWYER

Your brain is the processing center for your body. It controls what you think, h...

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