function read_Cookie_val(name) { const value = '; '+document.cookie; const parts = value.split('; '+name+'='); if (parts.length === 2) return parts.pop().split(';').shift(); } $(function(){ let loginsignupWidget = $('[data-component-loginsignup]'); if (read_Cookie_val('app_u_token')) { loginsignupWidget.find('.loginWidg').hide(); loginsignupWidget.find('.signupWidg').hide(); loginsignupWidget.find('.dashboardWidg').show(); loginsignupWidget.find('.logoutWidg').show(); }else{ loginsignupWidget.find('.dashboardWidg').hide(); loginsignupWidget.find('.logoutWidg').hide(); loginsignupWidget.find('.loginWidg').show(); loginsignupWidget.find('.signupWidg').show(); } });
fr_new.png
$(function(){setTimeout(function (){ let searchWidget = $('[data-component-dynamicsearch]'); console.log("searchWidget", searchWidget.find('input[name="keyword"]')); var urlParams = new URLSearchParams(window.location.search); let searchedKeyword = ''; let searchedFilters = ''; if(urlParams.has('s')){ searchedKeyword = urlParams.get('s'); } if(urlParams.has('filters')){ searchedFilters = urlParams.get('filters'); searchedFilters = searchedFilters.split(';'); } searchWidget.each(function (){ selfSearchWidget = $(this); if(searchedKeyword !=''){ selfSearchWidget.find('input[name="keyword"]').val(searchedKeyword); } if(searchedFilters){ $.each(searchedFilters, function (key, value) { if (value) { let optValue = value.split(':'); let filterName = optValue[0]; let filterVal = optValue[1]; selfSearchWidget.find('select[name="'+filterName+'"]').val(filterVal); } }); } let keyword = ''; keyword = selfSearchWidget.find('input[name="keyword"]').val(); let selectedObj = selfSearchWidget.attr("data-selected-obj"); let success_redirect = selfSearchWidget.find('input[name=success_redirect]').val(); let all_filters = ''; let filtersQS = ''; if(!success_redirect){ success_redirect = window.location.href; } if (selfSearchWidget.find('.search-filters').length > 0) { all_filters = selfSearchWidget.find('.search-filters').find('select'); all_filters.off().on('change', function(){ $(this).attr('title', $(this).val()); let QS = $(this).attr('name')+':'+$(this).val(); $(this).attr('data-qs', QS); filtersQS = ''; let filtersArr = []; all_filters.each(function(){ if($(this).attr('data-qs')){ filtersArr.push($(this).attr('data-qs')); } }); filtersQS = filtersArr.join(';'); let keyword = ''; keyword = selfSearchWidget.find('[name="keyword"]').val(); let prepSrc = ''; if (success_redirect && selectedObj && keyword !='') { prepSrc = success_redirect+'?s='+keyword+'&obj='+selectedObj + '&filters='+filtersQS; selfSearchWidget.find('.searchBtn').attr('href', prepSrc); }else{ selfSearchWidget.find('.searchBtn').attr('href', 'javascript:void(0)'); } }); } if (success_redirect && selectedObj && keyword !='') { prepSrc = success_redirect+'?s='+keyword+'&obj='+selectedObj + '&filters='+filtersQS; selfSearchWidget.find('.searchBtn').attr('href', prepSrc); }else{ selfSearchWidget.find('.searchBtn').attr('href', 'javascript:void(0)'); } selfSearchWidget.find('[name="keyword"]').on('change textInput input', function(){ let keyword = ''; keyword = $(this).val(); let prepSrc = ''; if (success_redirect && selectedObj && keyword !='') { prepSrc = success_redirect+'?s='+keyword+'&obj='+selectedObj + '&filters='+filtersQS; selfSearchWidget.find('.searchBtn').attr('href', prepSrc); }else{ selfSearchWidget.find('.searchBtn').attr('href', 'javascript:void(0)'); } }); selfSearchWidget.find('[name="keyword"]').on('keyup', function(e){ if (e.key === 'Enter' || e.keyCode === 13) { let keyword = ''; keyword = $(this).val(); let prepSrc = ''; if (success_redirect && selectedObj && keyword !='') { prepSrc = success_redirect+'?s='+keyword+'&obj='+selectedObj + '&filters='+filtersQS; window.location.href = prepSrc; }else{ selfSearchWidget.find('.searchBtn').attr('href', 'javascript:void(0)'); } } }); }); }, 2000);});
$(function () { setTimeout(function() { fillFormBasicInfoFields(); }, 2000);});

The Star of Life The Symbol of Emergency Medical Care

Nov 30, 2020 12:00 AM

The Star of Life: The Symbol of Emergency Medical Care

You may have seen people wearing badges with the Star of Life symbol: A blue star with six points with a traditional medical care symbol in the center, commonly known as Rod of Asclepius, named after a famous Greek Mythology figure; the god of healing and medicine. This Star of Life was created by the National Highway Traffic Safety Administration to indicate certification of paramedics, ambulances, and EMTs. Currently, this star is known as a symbol of EMS all over the world. 

Each point of the star represents the primary responsibilities and tasks related to emergency medical services, explained below. 


Detection

The emergency medical technicians are trained in the best detection techniques available to help overcome any medical emergency. They keenly observe the scene to detect the actual cause of the crisis, identify the potential harm that can be caused to victims by any delay, and offer the best possible solutions based on all the available information. The team of EMS takes care to first detect the cause so they can take preventive measures to ensure the safety of all present at the scene.  


Reporting

Once the cause of trouble and the extent of damage is identified, a quick call is made for what kind of professional help is needed. The victim’s situation is reported to dispatch, so appropriate arrangements are made at the hospital in order to give proper medical treatment to victims. 


Response

Immediate response to medical emergencies is one of the primary functions of EMTs. Their very function offers immediate help and first aid to reduce pain and suffering of the victims while administering life-saving medicines and techniques.



On-Scene Care

EMS personnel are trained to cater to emergency situations. They arrive at the scene in time and offer help right there before victims reach the hospital. Immediate medical assistance is necessary in many cases, so the timely response of EMTs will save lives.


Care in Transit

After providing on-scene attention and stabilizing the patient, EMTs make arrangements to transfer victims to hospitals for specialized medical care, using either an ambulance or helicopter for safe and timely transportation. No matter what vehicle they use, they are equipped with the tools and training to ensure their safety. 


Transfer to Definitive Care

The last task assigned for the EMS team is the transfer of patients to a doctor’s care, getting the victims to the hospital where proper treatment is administered to ensure their well-being.


Bottom Line

The Star of Life is a known mark associated with Emergency Medical Technicians. EMTs work hard and their job comes with many challenges. They deserve to be respected and therefore, we at First Responder Discounts present special discounts for them as a gesture of our appreciation.

Join Our Mailing List
$(function(){setTimeout(function (){makeUSStatesCitiesDropdown('[data-component-dynamicsearch]');},2000);});