Broadcast United

NIJZ comes with instructions for handling fires

Broadcast United News Desk
NIJZ comes with instructions for handling fires

[ad_1]


This photo is symbolic Photo: Pixabay
This photo is symbolic Photo: Pixabay

They say that we are directly exposed to the gases and particles produced during fires through inhalation, but they can also subsequently enter the body through food and water. Through inhalation or ingestion, these substances enter our organism and have a harmful effect on our health.

Health consequences can be immediate or delayed. They depend greatly on the type of pollutant, the amount that enters the body, the duration and extent of exposure, the method of introduction, and the sensitivity of the individual.

Respiratory tract irritation

Inhalation of high concentrations of particles and other pollutants can immediately irritate the respiratory tract and can also affect other organ systems. In this case, the body reacts with inflammation of the mucous membranes, leading to tearing, runny nose, coughing and difficulty breathing.

Patients with acute and chronic respiratory diseases may experience increased problems. Patients with cardiovascular disease may also become sicker and have an increased chance of having a heart attack.

Who are the groups at risk and how can we avoid problems?

Infants and children, pregnant women, the elderly, people with cardiovascular disease, respiratory disease and diabetes are particularly at risk. Air pollution can only be avoided by moving to a less polluted environment. We can ensure this by staying indoors for a period of time.

Therefore, NIJZ recommends that residents always follow the advice of the rescue teams or the Protection and Rescue Management. It is necessary to avoid the affected areas and stay away from the fire.

What to do if problems arise?

People who have been exposed to smoke and have health problems should consult a doctor. If the skin feels burned, remove clothing and wash with soap and water; if the mucous membranes are burned, NIJZ recommends flushing with clean running water.

If personnel have been in contact with materials produced by the fire, dust and contaminated clothing should be removed and stored in plastic bags. Wash exposed skin with plenty of soap and water.

If there is still a noticeable odor near the fire, i.e. the stench of fire, NIJZ recommends staying outside the area or indoors. If any obvious environmental contamination is found, it is best to avoid the area until these areas are cleared.

Avoid contact with exposed surfaces, fire-related fluids, and move toward the wind or away from the fire or minimize contact with air emissions. Fire pits.

There is also the possibility of ingestion of particles that may be contaminated with organic and inorganic substances. Therefore, NIJZ recommends that vegetables and fruits, which are already suitable for use depending on the growth level or maturity reached, should not be used.

For drinking water use, it is important to follow the advice of the water supply operator. Protection and Rescue Management. NIJZ also recommends that culvert owners prevent water contamination by moving water from fire-contaminated catchments away from storage tanks before precipitation begins.



related news
Fires in Trstelje are burning again, with a larger fire front on the north side

// Production steps of ECMA-262, Edition 6, 22.1.2.1 Array.from||(Array.from=function(){var r;try{r=Symbol.iterator?Symbol.iterator:"Symbol(Symbol.iterator)"}catch //IE11 polyfill if (!String.prototype.includes) { String.prototype.includes = function() { 'use strict'; return String.prototype.indexOf.apply(this, arguments) !== -1; }; }

// Cookie helper var cookieHelper = { getCookie: function(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); },

setCookie: function(name, value, days) { var d = new Date; d.setTime(d.getTime() + 24*60*60*1000*days); document.cookie = name + "=" + value + ";domain=.rtvslo.si;path=/;expires=" + d.toGMTString() + ";secure;"; },

deleteCookie: function(name) { cookieHelper.setCookie(name, '', -1); },

cookieExist: function(cookieName) { if (document.cookie.split(';').filter(function(item) { return item.includes(cookieName + '=') }).length) { //console.log('Cookie founded!'); return true; } return false; } }; // END: Cookie helper

// iProm (function(a,g,b,c){ a(c)=a(c)||function(){ "undefined"===typeof a.ipromNS?(a(c).q=a(c).q||()).push(arguments):a.ipromNS.execute(arguments)}; var k=function(){ var b=g.getElementsByTagName("script")(0);return function h(f){ var e=f.shift();a(c)("setConfig",{ server:e}); var d=document.createElement("script");0-1){ cookieConsent = true; }

var $sid = 'slovenija'; var $ssid = 'slovenija'; if($sid == ''){ $sid = 'default'; } if(cookieConsent == false){ $sid = 'safe'; $ssid = ''; }

_ipromNS('init', { sitePath: ('rtvslo',$sid,$ssid), cookieConsent: cookieConsent }); // END: iProm

// Dark mode, Comments & Login if (( document.cookie.indexOf('darkModeEnabled=true') != -1 ) || ( document.cookie.indexOf('darkModeEnabled') == -1 && window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches )) { document.body.classList.add('dark-mode'); }

if (document.cookie.indexOf('showComments=true') != -1) document.body.classList.add('show-comments-enabled'); if (document.cookie.indexOf('APISESSION_USER_ID') != -1) { document.body.classList.add('user-logged-in'); // ADVANCED USERS if (document.cookie.indexOf('APISESSION_USER_NL') != -1) { cookieHelper.getCookie('APISESSION_USER_NL').split('-').forEach(function(item) { if(item == '15') document.body.classList.add('advanced-user'); }); } } else { document.body.classList.add('user-logged-out'); }

// Mobile check var mobile = false; var mobile_xs = false;

var checkIfMobile = function checkIfMobile() { var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;

w < 992 ? (mobile = true) : (mobile = false); // 992px = lg breakpoint w < 576 ? (mobile_xs = true) : (mobile_xs = false); // 576px = sm breakpoint }; checkIfMobile(); window.addEventListener("resize", checkIfMobile); // iOS standalone var isIos = function isIos() { var userAgent = window.navigator.userAgent.toLowerCase(); return /iphone|ipad|ipod/.test(userAgent); }; // Detects if device is on iOS var isInStandaloneMode = function isInStandaloneMode() { return "standalone" in window.navigator && window.navigator.standalone; }; // Detects if device is in iOS standalone mode var showIosNative = false; if (window.location.href.indexOf("show-ios-native") !== -1) document.cookie = "showIosNative=true"; if (document.cookie && document.cookie.indexOf("showIosNative=true") != -1) showIosNative = true; if ((isIos() && isInStandaloneMode() && mobile) || showIosNative) document.body.classList.add("ios-standalone"); // Facebook if(document.cookie && document.cookie.indexOf("cc_social=yes") > -1){ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)(0); if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src="https://connect.facebook.net/sl_SI/sdk.js#xfbml=1&autoLogAppEvents=1&version=v3.1&appId=142347525793254"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }

//EBU Pilot window.getEbuConsent = function() { var ebuConsent = false; if(document.cookie && document.cookie.indexOf("cc_social=yes") >-1){ ebuConsent = true; } return ebuConsent; }

function scrollToLiveItemInArticle() { let liveItem = document.getElementById('mmczivoinjectV2'); if (!liveItem) { for (let i = 0; i <= 3; i++) { let element="rtv4dplayer_live_" + i; liveItem = document.getElementById(element); if (liveItem) break; } } if (liveItem) { liveItem.scrollIntoView({behavior: "smooth", block: "center", inline: "nearest"}); } }

[ad_2]

Source link

Share This Article
Leave a comment

Leave a Reply

Your email address will not be published. Required fields are marked *