{"id":1727,"date":"2023-10-22T14:30:05","date_gmt":"2023-10-22T14:30:05","guid":{"rendered":"https:\/\/dessevproject.eu\/?page_id=1727"},"modified":"2024-09-13T05:23:28","modified_gmt":"2024-09-13T05:23:28","slug":"app","status":"publish","type":"page","link":"https:\/\/dessevproject.eu\/sl\/app\/","title":{"rendered":"Aplikacija za podporo pri odlo\u010danju"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1727\" class=\"elementor elementor-1727\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2848091 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2848091\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cc89a06\" data-id=\"cc89a06\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3a81a9b elementor-widget elementor-widget-heading\" data-id=\"3a81a9b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.10.1 - 17-01-2023 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h1 class=\"elementor-heading-title elementor-size-default\">Aplikacija za podporo pri odlo\u010danju<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f92331 elementor-widget elementor-widget-text-editor\" data-id=\"7f92331\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.10.1 - 17-01-2023 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<p>V okviru projekta DESSEV Erasmus+ je bil razvit sistem za podporo odlo\u010danju vodstvenim pomorskim kadrom, katerim lahko nudi smernice v primeru izbruha epidemije na krovu plovila.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6356109a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6356109a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2d53e08a\" data-id=\"2d53e08a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1505f003 elementor-widget elementor-widget-text-editor\" data-id=\"1505f003\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<!-- wp:shortcode -->\n<script>\r\n\/\/document.documentElement.lang\r\n\/\/const defaultLocale = \"en\";\r\nlet defaultLocale = document.documentElement.lang;\r\ndefaultLocale = defaultLocale.substring(0,2);\t\r\n\/\/ The active locale\r\nlet locale;\r\n\/\/ Gets filled with active locale translations\r\nlet translations = {};\r\n\/\/ When the page content is ready...\r\ndocument.addEventListener(\"DOMContentLoaded\", () => {\r\n\t\/\/ Translate the page to the default locale\r\n\tsetLocale(defaultLocale);\r\n});\r\n\/\/ Load translations for the given locale and translate\r\n\/\/ the page to this locale\r\nasync function setLocale(newLocale) {\r\n\t\/\/if (newLocale === locale) return;\r\n\tconst newTranslations =\tawait fetchTranslationsFor(newLocale);\r\n\t\/\/alert (newTranslations[\"fever_toast\"]);\r\n\tlocale = newLocale;\r\n\ttranslations = newTranslations;\r\n\ttranslatePage();\r\n}\r\n\/\/ Retrieve translations JSON object for the given\r\n\/\/ locale over the network\r\nasync function fetchTranslationsFor(newLocale) {\r\n\t\/\/alert (newLocale);\r\n\tconst response = await fetch(`\/locales\/${newLocale}.json`);\r\n\treturn await response.json();\r\n}\r\n\/\/ Replace the inner text of each element that has a\r\n\/\/ data-i18n-key attribute with the translation corresponding\r\n\/\/ to its data-i18n-key\r\nfunction translatePage() {\r\n\tdocument\r\n\t\t.querySelectorAll(\"[data-i18n-key]\")\r\n\t\t.forEach(translateElement);\r\n}\r\n\/\/ Replace the inner text of the given HTML element\r\n\/\/ with the translation in the active locale,\r\n\/\/ corresponding to the element's data-i18n-key\r\nfunction translateElement(element) {\r\n\tconst key = element.getAttribute(\"data-i18n-key\");\r\n\tconst translation = translations[key];\r\n\t\/\/alert (key);\r\n\telement.innerText = translation;\r\n}\r\n<\/script>\r\n\r\n<form id=\"regForm\" action=\"\">\r\n\t<!-- One \"tab\" for each step in the form: -->\r\n\t<div class=\"tab\">\r\n\t\t<p>Aplikacija DESSEV je rezultat projektnega sodelovanja DESSEV Erasmus+ na podro\u010dju poklicnega izobra\u017eevanja in usposabljanja. Aplikacija je zasnovana in razvita za vodstvene pomorske kadre, katerim lahko nudi smernice v primeru izbruha epidemije na krovu plovila.<br><br>\r\nAplikacija lahko na osnovi danih simptomov, ki jih ima pacient, napove mo\u017eno bolezen ali bolezni. Modeli za napovedovanje bolezni so bili zgrajeni na osnovi Dessev baze znanja, zbranega iz medicinskih \u0161tudij primerov, in medicinskega znanja sodelujo\u010dih organizacij.<br><br>\r\nZa pridobitev informacij o morebitni bolezni ali boleznih, ki jih lahko upo\u0161tevate pri oceni primera, je potrebno izbrati vsaj \u0161tiri simptome.. Bodite pozorni, da lahko samo \u0161tirje simptomi v nekaterih primerih dajo zavajajo\u010do napoved. Zato vedno opi\u0161ite vse simptome, ki jih imate,  da boste pridobili bolj zanesljivo napoved.\r\n\t\t<\/p>\r\n\t<\/div>\r\n\t\r\n\t<div class=\"tab translation-block\">Konzorcij DESSEV si prizadeva zagotoviti zanesljive in a\u017eurne informacije. Vendar vas \u017eelimo posebej obvestiti o naslednjem:<br>\nTa aplikacija je namenjena samo za informativne namene in nikakor ne sme nadomestiti strokovnega medicinskega svetovanja, diagnoze ali zdravljenja. Informacije, ki so tukaj navedene, niso medicinski nasvet in jih ne smete uporabljati kot take. V vseh primerih se morate najprej posvetovati s kvalificiranim zdravstvenim strokovnjakom in upo\u0161tevati njegove nasvete.<br>\nKonzorcij DESSEV je naredil vse, kar je v njegovi mo\u010di, da zagotovi, da so vse informacije v aplikaciji aktualne in to\u010dne. Kljub vsem prizadevanjem ne moremo zagotoviti, da so dane informacije brez napak ali popolne, saj je aplikacija izdelana samo za informativne namene.<br>\nKonzorcij DESSEV ne more biti odgovoren za morebitno zlorabo aplikacije ali informacij, ki so na voljo na spletnem mestu DESSEV. Aplikacijo in njene rezultate je treba uporabljati previdno. <br>Odgovornost za uporabo vseh informacij, ki jih vsebuje aplikacija in\/ali spletno mesto, ostaja izklju\u010dno uporabnikova in konzorcij ni odgovoren za kakr\u0161no koli \u0161kodo, ki bi nastala zaradi uporabe aplikacije, njeni rezultatov in informacij, ki so na voljo na spletni strani DESSEV.<br>\nZ nadaljnjo uporabo te aplikacije potrjujete, da ste prebrali, razumeli in se strinjali z vsemi dolo\u010dili in pogoji, kot so navedeni v tem dokumentu. \u010ce se ne strinjate s temi pogoji, morate takoj prenehati uporabljati aplikacijo in prenehati uporabljati vse \u017ee ustvarjene rezultate ter se vzdr\u017eati dostopa do kakr\u0161nih koli informacij na spletnem mestu.<br>\nS pritiskom na gumb 'Potrdi' potrjujete, da ste prebrali, razumeli in sprejeli te pogoje uporabe.<\/div>\r\n\r\n\t<div class=\"tab\">Splo\u0161ni\/sistemski simptomi:<br>\r\n\t\t<input type='checkbox' id='S2' name='S2' value='1' class='cb'> <label for='S2' > stalna vro\u010dina ali vro\u010dina s presledki, kraj\u0161imi od enega dneva<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS2\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS2\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS2\" data-i18n-key=\"fever_toast\" role=\"tooltip\">Continuous fever or fever with intervals less than 1 day. Fever is the temporary increase in the body&#8217;s temperature in response to a disease or illness. <\/span><br>\r\n\t\t<input type='checkbox' id='S35' name='S35' value='1' class='cb'> <label for='S35'> vro\u010dina s prekinitvami, vsake 2-4 dni<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS35\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS35\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS35\" data-i18n-key=\"intermittent_fever_toast\" role=\"tooltip\">Intermittent fever every 2-4 days. Fever is the temporary increase in the body&#8217;s temperature in response to a disease or illness.<\/span><br>\r\n\t\t<input type='checkbox' id='S30' name='S30' value='1' class='cb'> <label for='S30'> letargija<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS30\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS30\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS30\" data-i18n-key=\"lethargy_toast\" role=\"tooltip\">Lethargy is the feeling of having little energy or of being unable or unwilling to do anything.<\/span><br>\r\n\t\t<input type='checkbox' id='S3' name='S3' value='1' class='cb'> <label for='S3'> potenje in\/ali mrazenje<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS3\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS3\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS3\" data-i18n-key=\"sweating_chills_toast\" role=\"tooltip\">Sweating is the release of liquid from the body&#8217;s sweat glands. This liquid contains salt. This process is also called perspiration. Sweating helps your body stay cool. Sweat is commonly found under the arms, on the feet, and on the palms of the hands. Chills is a feeling of coldness occurring during a high fever.<\/span><br>\r\n\t\t<input type='checkbox' id='S13' name='S13' value='1' class='cb'> <label for='S13'> glavobol<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS13\").style.display = \"block\"' \r\n\tonmouseout = 'javascript:document.getElementById(\"popupS13\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS13\" data-i18n-key=\"head_pain_toast\" role=\"tooltip\">Head pain is a pain in the head with the pain being above the eyes or the ears, behind the head (occipital), or in the back of the upper neck.<\/span><br>\r\n\t\t<input type='checkbox' id='S34' name='S34' value='1' class='cb'> <label for='S34'> pomanjkanje apetita in\/ali izguba te\u017ee<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS34\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS34\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS34\" data-i18n-key=\"lack_of_appetite_toast\" role=\"tooltip\">Reduced appetite is a decrease in the desire to eat. The result is often weight loss.<\/span><br>\r\n\t\t<br>\r\n\t\t<br>\r\n\t<\/div>\r\n\r\n\t<div class=\"tab\">Dihalni simptomi:<br>\r\n\t\t<input type='checkbox' id='S16' name='S16' value='1' class='cb'> <label for='S16'> bole\u010dina v prsih<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS16\").style.display = \"block\"' \r\n\tonmouseout = 'javascript:document.getElementById(\"popupS16\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS16\" data-i18n-key=\"chest_pain_toast\" role=\"tooltip\">Chest pain is the presence of unusual pain or discomfort in the chest, between the diaphragm and the base of the neck.<\/span><br>\r\n\t\t<input type='checkbox' id='S4' name='S4' value='1' class='cb'> <label for='S4'> ka\u0161elj<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS4\").style.display = \"block\"' \r\n\tonmouseout = 'javascript:document.getElementById(\"popupS4\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS4\" data-i18n-key=\"cough_toast\" role=\"tooltip\">A cough is your body&#8217;s way of responding when something irritates your throat or airways.<\/span><br>\r\n\t\t<input type='checkbox' id='S6' name='S6' value='1' class='cb'> <label for='S6'> katar<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS6\").style.display = \"block\"' \r\n\tonmouseout = 'javascript:document.getElementById(\"popupS6\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS6\" data-i18n-key=\"phlegm_toast\" role=\"tooltip\">Phlegm is a type of thick mucus produced by the lungs.<\/span><br>\r\n\t\t<input type='checkbox' id='S25' name='S25' value='1' class='cb'> <label for='S25'> izcedek iz nosu<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS25\").style.display = \"block\"' \r\n\tonmouseout = 'javascript:document.getElementById(\"popupS25\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS25\" data-i18n-key=\"runny_nose_toast\" role=\"tooltip\">A runny nose is having fluid run out of the nose. The fluid can range from thin and clear to thick and yellow-green. The fluid might drip or run out of the nose, down the back of the throat, or both. <\/span><br>\r\n\t\t<input type='checkbox' id='S7' name='S7' value='1' class='cb'> <label for='S7'> zasoplost<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS7\").style.display = \"block\"' \r\n\tonmouseout = 'javascript:document.getElementById(\"popupS7\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS7\" data-i18n-key=\"shortness_of_breath_toast\" role=\"tooltip\">Shortness of breath is intense pressure in the chest, lack of air, difficulty breathing, shortness of breath or a feeling of suffocation..<\/span><br>\r\n\t\t<input type='checkbox' id='S8' name='S8' value='1' class='cb'> <label for='S8'> bole\u010de grlo\/\u017erelo<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS8\").style.display = \"block\"' \r\n\tonmouseout = 'javascript:document.getElementById(\"popupS8\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS8\" data-i18n-key=\"sore_throat_toast\" role=\"tooltip\">Throat pain is discomfort, pain, or scratchiness in the throat.<\/span><br>\r\n\t\t<br>\r\n\t\t<br>\r\n\t<\/div>\r\n\r\n\t<div class=\"tab\">Mi\u0161i\u010dno-skeletni simptomi:<br>\r\n\t\t<input type='checkbox' id='S23' name='S23' value='1' class='cb'> <label for='S23'> bole\u010d hrbet<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS23\").style.display = \"block\"' \r\n\tonmouseout = 'javascript:document.getElementById(\"popupS23\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS23\" data-i18n-key=\"back_pain_toast\" role=\"tooltip\">Back pain is the sensation of discomfort, tension, or sharp pain localized in the area of the spine.<\/span><br>\r\n\t\t<input type='checkbox' id='S17' name='S17' value='1' class='cb'> <label for='S17'> bole\u010dina v sklepih<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS17\").style.display = \"block\"' \r\n\tonmouseout = 'javascript:document.getElementById(\"popupS17\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS17\" data-i18n-key=\"joint_pain_toast\" role=\"tooltip\">Joint pain, also known as arthralgia, is pain or soreness where two or more bones meet at the joint. <\/span><br>\r\n\t\t<input type='checkbox' id='S19' name='S19' value='1' class='cb'> <label for='S19'> bole\u010dina v mi\u0161icah<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS19\").style.display = \"block\"' \r\n\tonmouseout = 'javascript:document.getElementById(\"popupS19\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS19\" data-i18n-key=\"muscle_pain_toast\" role=\"tooltip\">Muscle pain is most often related to tension, overuse, or muscle injury.<\/span><br>\r\n\t\t<input type='checkbox' id='S32' name='S32' value='1' class='cb'> <label for='S32'> otrplost \u017evekalnih mi\u0161ic (trizmus)<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS32\").style.display = \"block\"' \r\n\tonmouseout = 'javascript:document.getElementById(\"popupS32\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS32\" data-i18n-key=\"lockjaw_toast\" role=\"tooltip\">Lockjaw, also known as trismus, is painful muscle contractions of the jaw and neck that restrict the range of motion of the jaw, causing it to &#8220;lock.&#8221; As a result, a person experiencing lockjaw is unable to fully open their mouth.<\/span><br>\r\n\t\t<br>\r\n\t\t<br>\r\n\t\t<br>\r\n\t\t<br>\r\n\t<\/div>\r\n\t<div class=\"tab\">Nevrolo\u0161ki simptomi:<br>\r\n\t\t<input type='checkbox' id='S18' name='S18' value='1' class='cb'> <label for='S18'> zamegljen vid<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS18\").style.display = \"block\"' \r\n\tonmouseout = 'javascript:document.getElementById(\"popupS18\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS18\" data-i18n-key=\"blurry_vision_toast\" role=\"tooltip\">Blurred vision is a situation in which things will not look sharp and clear. <\/span><br>\r\n\t\t<input type='checkbox' id='S12' name='S12' value='1' class='cb'> <label for='S12'> kognitivni upad<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS12\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS12\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS12\" data-i18n-key=\"cognitive_difficulties_toast\" role=\"tooltip\">Cognitive impairment is problems with remembering, learning new things, concentrating or making decisions that affect her daily life.<\/span><br>\r\n\t\t<input type='checkbox' id='S9'  name='S9'  value='1' class='cb'> <label for='S9' > te\u017eave s po\u017eiranjem<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS9\").style.display = \"block\"'\tonmouseout = 'javascript:document.getElementById(\"popupS9\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS9\" data-i18n-key=\"difficulty_swallowing_toast\" role=\"tooltip\">Difficulty swallowing, also known as dysphagia, is the sensation of experiencing trouble or discomfort while moving food or liquid from the mouth to the stomach. <\/span><br>\r\n\t\t<input type='checkbox' id='S14' name='S14' value='1' class='cb'> <label for='S14'> omoti\u010dnost<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS14\").style.display = \"block\"' \r\n\tonmouseout = 'javascript:document.getElementById(\"popupS14\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS14\" data-i18n-key=\"dizziness_toast\" role=\"tooltip\">Dizziness is a term used to describe a range of sensations, such as feeling faint, woozy, weak or unsteady. <\/span><br>\r\n\t\t<input type='checkbox' id='S27' name='S27' value='1' class='cb'> <label for='S27'> agitacija ali razdra\u017eljivost<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS27\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS27\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS27\" data-i18n-key=\"emotional_agitation_toast\" role=\"tooltip\">Agitation is a feeling of irritability or severe restlessness. <\/span><br>\r\n\t\t<input type='checkbox' id='S21' name='S21' value='1' class='cb'> <label for='S21'> nevrolo\u0161ke te\u017eave s \u010dutili in gibanjem<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS21\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS21\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS21\" data-i18n-key=\"neurological_problems_with_sensation_and_movement_toast\" role=\"tooltip\">Neurological problems with sensation and movement refer to conditions affecting the nervous system that lead to difficulties in perceiving sensations or executing movements, often resulting from damage or dysfunction in the brain, spinal cord, or peripheral nerves. <\/span><br>\r\n\t\t<input type='checkbox' id='S26' name='S26' value='1' class='cb'> <label for='S26'> spazmi\u010dni kr\u010di<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS26\").style.display = \"block\"' \r\n\tonmouseout = 'javascript:document.getElementById(\"popupS26\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS26\" data-i18n-key=\"seizures_toast\" role=\"tooltip\">A seizure is a sudden, uncontrolled disturbance in the brain that can cause changes in behavior, movements, and consciousness, similar to those typically associated with an epileptic seizure. <\/span><br>\r\n\t\t<input type='checkbox' id='S33' name='S33' value='1' class='cb'> <label for='S33'> otrdel vrat in ob\u010dutljivost na svetlobo<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS33\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS33\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS33\" data-i18n-key=\"stiff_neck_and_sensitivity_to_light_toast\" role=\"tooltip\">Stiff neck is a sensation of pain due to the tightness and lack of mobility of neck muscles. Light sensitivity is an intolerance to light that causes discomfort or pain. <\/span><br>\r\n\t<\/div>\r\n\t<div class=\"tab\">Krvni simptomi:<br>\r\n\t\t<input type='checkbox' id='S20' name='S20' value='1' class='cb'> <label for='S20'> krvavitve<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS20\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS20\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS20\" data-i18n-key=\"bleeding_manifestations_toast\" role=\"tooltip\">Bleeding manifestations are symptoms associated with blood loss, including nosebleeds, bleeding gums, skin bruising, coffee-ground vomit, black stools, or the presence of bright red blood during defecation.<\/span><br>\r\n\t\t<br>Prebavni simptomi:<br>\r\n\t\t<input type='checkbox' id='S5' name='S5' value='1' class='cb'> <label for='S5'> bole\u010d trenuh<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS5\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS5\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS5\" data-i18n-key=\"belly_pain_toast\" role=\"tooltip\">Belly pain is pain that you feel anywhere between your chest and groin. <\/span><br>\r\n\t\t<input type='checkbox' id='S22' name='S22' value='1' class='cb'> <label for='S22'> driska<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS22\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS22\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS22\" data-i18n-key=\"diarrhea_toast\" role=\"tooltip\">Diarrhea is a common gastrointestinal disorder characterized by increased volume, mass, and changes in consistency and frequency of bowel movements. <\/span><br>\r\n\t\t<input type='checkbox' id='S31' name='S31' value='1' class='cb'> <label for='S31'> slabost<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS31\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS31\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS31\" data-i18n-key=\"nausea_toast\" role=\"tooltip\">Nausea is a sensation of discomfort in the upper abdomen, accompanied by an urge to vomit. <\/span><br>\r\n\t\t<input type='checkbox' id='S11' name='S11' value='1' class='cb'> <label for='S11'> bruhanje<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS11\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS11\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS11\" data-i18n-key=\"vomiting_toast\" role=\"tooltip\">Vomiting is the forceful expulsion of stomach contents through the mouth, often due to irritation or illness. <\/span><br>\r\n\t\t<br>\r\n\t<\/div>\r\n\t<div class=\"tab\">Dermatolo\u0161ki in povezani simptomi:<br>\r\n\t\t<input type='checkbox' id='S28' name='S28' value='1' class='cb'> <label for='S28'> otekanje vratu<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS28\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS28\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS28\" data-i18n-key=\"neck_swelling_toast\" role=\"tooltip\">Neck swelling is a buildup of fluid in the tissues of the neck or inflammation in the neck.  <\/span><br>\r\n\t\t<input type='checkbox' id='S1' name='S1' value='1' class='cb'> <label for='S1'> ko\u017eni izpu\u0161\u010daj<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS1\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS1\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS1\" data-i18n-key=\"skin_rash_toast\" role=\"tooltip\">Skin rashes are red, inflamed, rough, and dry, itchy or painful rashes on the skin. <\/span><br>\r\n\t\t<input type='checkbox' id='S24' name='S24' value='1' class='cb'> <label for='S24'> rumena ko\u017ea in\/ali temen urin<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS24\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS24\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS24\" data-i18n-key=\"yellow_skin_dark_urine_toast\" role=\"tooltip\">Dark urine is characterised by its dark colouration. Yellow skin is a condition in which the skin, whites of the eyes and mucous membranes turn yellow because of a high level of bilirubin, a yellow-orange bile pigment. <\/span><br>\r\n\t\t<br>Ostali simptomi:<br>\r\n\t\t<input type='checkbox' id='S15' name='S15' value='1' class='cb'> <label for='S15'> porde\u010dele o\u010di<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS15\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS15\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS15\" data-i18n-key=\"eye_redness_toast\" role=\"tooltip\">Eye redness is a painful eye infection that causes redness of the eyes and makes the eyelids swollen and sticky. <\/span><br>\r\n\t\t<input type='checkbox' id='S10' name='S10' value='1' class='cb'> <label for='S10'> strah pred vodo<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS10\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS10\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS10\" data-i18n-key=\"fear_of_water_toast\" role=\"tooltip\">Fear of water, also known as hydrophobia, is characterized by a fear of drinking water, caused by sudden, violent, painful spasms of the diaphragm and respiratory muscles triggered by swallowing. <\/span><br>\r\n\t\t<input type='checkbox' id='S29' name='S29' value='1' class='cb'> <label for='S29'> bole\u010dine v modih<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS29\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS29\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS29\" data-i18n-key=\"testicular_pain_toast\" role=\"tooltip\">Testicular pain is pain that happens in or around one or both testicles. Sometimes the pain starts somewhere else in the groin or stomach area and is felt in one or both testicles.  <\/span><br>\r\n\t<\/div>\r\n\t<div class=\"tab\">Oddaj:<br><br>\r\n\t\t<p id=\"notice\">Niste izbrali vsaj \u0161tirih simptomov, zato se morate vrniti, ponovno oceniti vse simptome in ponoviti vnos, da lahko algoritem napove mo\u017ene bolezni.<\/p>\r\n\t\t<p id=\"notice1\"><br>Upo\u0161tevajte: ve\u010d navedenih simptomov pove\u010da pravilnost napovedovanja algoritma.<br><br>\u010ce ste prepri\u010dani o svoji oceni simptomov, lahko s pritiskom na gumb Po\u0161lji dobite napoved mo\u017enih bolezni. \u010ce \u017eelite spremeniti\/dodati simptome, pritisnite gumb Nazaj.<br><\/p>\r\n\t<\/div>\r\n\t<p id=\"res\"><\/p>\r\n\t<div style=\"overflow:auto;\">\r\n\t\t<div style=\"float:right;\">\r\n\t\t\t<button type=\"button\" id=\"prevBtn\" onclick=\"nextPrev(-1)\">Nazaj<\/button>\r\n\t\t\t<button type=\"button\" id=\"nextBtn\" onclick=\"nextPrev(1)\">Naprej<\/button>\r\n\t\t<\/div>\r\n\t<\/div>\r\n\r\n\t<!-- Circles which indicates the steps of the form: -->\r\n\t<div style=\"text-align:center;margin-top:40px;\">\r\n\t\t<span class=\"step\"><\/span>\r\n\t\t<span class=\"step\"><\/span>\r\n\t\t<span class=\"step\"><\/span>\r\n\t\t<span class=\"step\"><\/span>\r\n\t\t<span class=\"step\"><\/span>\r\n\t\t<span class=\"step\"><\/span>\r\n\t\t<span class=\"step\"><\/span>\r\n\t\t<span class=\"step\"><\/span>\r\n\t\t<span class=\"step\"><\/span>\r\n\t<\/div>\r\n<input type=\"hidden\" name=\"trp-form-language\" value=\"sl\"\/><\/form> \r\n\r\n<script>\r\nvar currentTab = 0; \/\/ Current tab is set to be the first tab (0)\r\nshowTab(currentTab); \/\/ Display the current tab\r\n\r\nfunction showTab(n) {\r\n  \/\/ This function will display the specified tab of the form ...\r\n  var x = document.getElementsByClassName(\"tab\");\r\n  x[n].style.display = \"block\";\r\n  \/\/ ... and fix the Previous\/Next buttons:\r\n  if (n == 0) {\r\n    document.getElementById(\"prevBtn\").style.display = \"none\";\r\n  } else {\r\n    document.getElementById(\"prevBtn\").style.display = \"inline\";\r\n  }\r\n  if (n == (x.length - 1)) {\r\n    document.getElementById(\"nextBtn\").innerHTML = \"Submit\";\r\n\terasediv();  \r\n    \/\/document.getElementById(\"nextBtn\").style.display = \"none\";\r\n\t\/\/document.getElementById(\"submit\").style.display = \"inline\";\r\n  } else {\r\n    if (n==1) {\r\n\t\tdocument.getElementById(\"nextBtn\").innerHTML = \"Affirm\";\r\n\t}\r\n\telse {  \r\n\t  document.getElementById(\"nextBtn\").innerHTML = \"Next\";\r\n\t}\r\n\tdocument.getElementById(\"nextBtn\").removeAttribute(\"hidden\");\r\n    \/\/document.getElementById(\"nextBtn\").style.display = \"inline\";\r\n    \/\/document.getElementById(\"submit\").style.display = \"none\";\r\n  }\r\n  \/\/ ... and run a function that displays the correct step indicator:\r\n  fixStepIndicator(n)\r\n}\r\n\r\nfunction nextPrev(n) {\r\n  \/\/ This function will figure out which tab to display\r\n  var x = document.getElementsByClassName(\"tab\");\r\n  \/\/ Exit the function if any field in the current tab is invalid:\r\n  if (n == 1 && !validateForm()) return false;\r\n  \/\/ Hide the current tab:\r\n  x[currentTab].style.display = \"none\";\r\n  \/\/ Increase or decrease the current tab by 1:\r\n  currentTab = currentTab + n;\r\n  \/\/ if you have reached the end of the form... :\r\n  if (currentTab >= x.length) {\r\n    \/\/...the form gets submitted:\r\n    \/\/document.getElementById(\"regForm\").submit();\r\n      document.getElementById(\"prevBtn\").style.display = \"none\";\r\n      document.getElementById(\"prevBtn\").setAttribute(\"hidden\",\"hidden\");\r\n\t  document.getElementById(\"nextBtn\").setAttribute(\"hidden\",\"hidden\");\r\n      callJs();\r\n      return false;\r\n  }\r\n  else {\t\r\n  \t\/\/ Otherwise, display the correct tab:\r\n  \tshowTab(currentTab);\r\n  }\r\n}\r\n\r\nfunction validateForm() {\r\n  \/\/ This function deals with validation of the form fields\r\n  var x, y, i, valid = true;\r\n  x = document.getElementsByClassName(\"tab\");\r\n  y = x[currentTab].getElementsByTagName(\"input\");\r\n  \/\/ A loop that checks every input field in the current tab:\r\n  for (i = 0; i < y.length; i++) {\r\n    \/\/ If a field is empty...\r\n    if (y[i].value == \"\") {\r\n      \/\/ add an \"invalid\" class to the field:\r\n      y[i].className += \" invalid\";\r\n      \/\/ and set the current valid status to false:\r\n      valid = false;\r\n    }\r\n  }\r\n  \/\/ If the valid status is true, mark the step as finished and valid:\r\n  if (valid) {\r\n    document.getElementsByClassName(\"step\")[currentTab].className += \" finish\";\r\n  }\r\n  \/\/return valid; \/\/ return the valid status\r\n  return true; \/\/dessev\r\n}\r\n\r\nfunction fixStepIndicator(n) {\r\n  \/\/ This function removes the \"active\" class of all steps...\r\n  var i, x = document.getElementsByClassName(\"step\");\r\n  for (i = 0; i < x.length; i++) {\r\n    x[i].className = x[i].className.replace(\" active\", \"\");\r\n  }\r\n  \/\/... and adds the \"active\" class to the current step:\r\n  x[n].className += \" active\";\r\n}\r\n\t\r\n\tconst disease=[\"Chickenpox\",\"Chikungunya\",\"Cholera\",\"COVID-19\",\"Dengue\",\"Diphtheria\",\"Ebola\",\"Infectious mononucleosis\",\"Influenza\",\"Malaria\",\"Meningococcal infection\",\"Mumps\",\"Norovirus\",\"Pertussis\",\"Rabies\",\"Rubella\",\"Tetanus\",\"Tuberculosis\",\"Typhoid and paratyphoid fever\",\"Hepatitis A\",\"Yellow fever\",\"Zika\"];\r\n\tconst symptom=['skin rash','continuous fever or fever with intervals less than 1 day','sweating and\/or chills','cough','belly pain','phlegm','shortness of breath','sore throat','difficulty swallowing','fear of water','vomiting','cognitive difficulties','head pain','dizziness','eye redness','chest pain','joint pain','blurry vision','muscle pain','bleeding manifestations','neurological problems with sensation and\/or movement','diarrhea','back pain','yellow skin and\/or dark urine','runny nose','seizures','emotional agitation','neck swelling','testicular pain','lethargy','nausea','lockjaw','stiff neck and sensitivity to light','lack of appetite and\/or weight loss','intermittent fever every 2-4 days'];\r\n  function erasediv() {\r\n    document.getElementById(\"res\").innerHTML = ''; \r\n    cbs=document.getElementsByClassName(\"cb\");\r\n    selected=0;\r\n    for (let i = 0; i < cbs.length; i++) {\r\n      if (cbs[i].checked==true) {selected+=1;}\r\n    }\r\n    if (selected>=4) {\r\n     \tdocument.getElementById(\"notice\").setAttribute(\"hidden\",\"hidden\");\r\n\t\tdocument.getElementById(\"notice1\").removeAttribute(\"hidden\");\r\n\t\tdocument.getElementById(\"nextBtn\").removeAttribute(\"hidden\");\r\n    }\r\n    else {\r\n      document.getElementById(\"notice\").removeAttribute(\"hidden\");\r\n\t  document.getElementById(\"notice1\").setAttribute(\"hidden\",\"hidden\");\r\n\t  document.getElementById(\"nextBtn\").setAttribute(\"hidden\",\"hidden\");\r\n    } \r\n  }\r\n  async function callJs() {\r\n   try {\r\n\tdocument.getElementById(\"res\").innerHTML=\"Please, wait few moments...\";\r\n    \/\/erasediv();\r\n    var requestOptions = {\r\n      method: 'GET',\r\n      headers: {\"Content-type\": \"text\/plain\"},\r\n      redirect: 'follow'\r\n    };\r\n    params=''; \r\n\tsymptoms='';\r\nif (S1.checked) {params+='1';symptoms+=symptom[0]+\",%20\";} else {params+='0';}\r\nif (S2.checked) {params+='1';symptoms+=symptom[1]+\",%20\";} else {params+='0';}\r\nif (S3.checked) {params+='1';symptoms+=symptom[2]+\",%20\";} else {params+='0';}\r\nif (S4.checked) {params+='1';symptoms+=symptom[3]+\",%20\";} else {params+='0';}\r\nif (S5.checked) {params+='1';symptoms+=symptom[4]+\",%20\";} else {params+='0';}\r\nif (S6.checked) {params+='1';symptoms+=symptom[5]+\",%20\";} else {params+='0';}\r\nif (S7.checked) {params+='1';symptoms+=symptom[6]+\",%20\";} else {params+='0';}\r\nif (S8.checked) {params+='1';symptoms+=symptom[7]+\",%20\";} else {params+='0';}\r\nif (S9.checked) {params+='1';symptoms+=symptom[8]+\",%20\";} else {params+='0';}\r\nif (S10.checked) {params+='1';symptoms+=symptom[9]+\",%20\";} else {params+='0';}\r\nif (S11.checked) {params+='1';symptoms+=symptom[10]+\",%20\";} else {params+='0';}\r\nif (S12.checked) {params+='1';symptoms+=symptom[11]+\",%20\";} else {params+='0';}\r\nif (S13.checked) {params+='1';symptoms+=symptom[12]+\",%20\";} else {params+='0';}\r\nif (S14.checked) {params+='1';symptoms+=symptom[13]+\",%20\";} else {params+='0';}\r\nif (S15.checked) {params+='1';symptoms+=symptom[14]+\",%20\";} else {params+='0';}\r\nif (S16.checked) {params+='1';symptoms+=symptom[15]+\",%20\";} else {params+='0';}\r\nif (S17.checked) {params+='1';symptoms+=symptom[16]+\",%20\";} else {params+='0';}\r\nif (S18.checked) {params+='1';symptoms+=symptom[17]+\",%20\";} else {params+='0';}\r\nif (S19.checked) {params+='1';symptoms+=symptom[18]+\",%20\";} else {params+='0';}\r\nif (S20.checked) {params+='1';symptoms+=symptom[19]+\",%20\";} else {params+='0';}\r\nif (S21.checked) {params+='1';symptoms+=symptom[20]+\",%20\";} else {params+='0';}\r\nif (S22.checked) {params+='1';symptoms+=symptom[21]+\",%20\";} else {params+='0';}\r\nif (S23.checked) {params+='1';symptoms+=symptom[22]+\",%20\";} else {params+='0';}\r\nif (S24.checked) {params+='1';symptoms+=symptom[23]+\",%20\";} else {params+='0';}\r\nif (S25.checked) {params+='1';symptoms+=symptom[24]+\",%20\";} else {params+='0';}\r\nif (S26.checked) {params+='1';symptoms+=symptom[25]+\",%20\";} else {params+='0';}\r\nif (S27.checked) {params+='1';symptoms+=symptom[26]+\",%20\";} else {params+='0';}\r\nif (S28.checked) {params+='1';symptoms+=symptom[27]+\",%20\";} else {params+='0';}\r\nif (S29.checked) {params+='1';symptoms+=symptom[28]+\",%20\";} else {params+='0';}\r\nif (S30.checked) {params+='1';symptoms+=symptom[29]+\",%20\";} else {params+='0';}\r\nif (S31.checked) {params+='1';symptoms+=symptom[30]+\",%20\";} else {params+='0';}\r\nif (S32.checked) {params+='1';symptoms+=symptom[31]+\",%20\";} else {params+='0';}\r\nif (S33.checked) {params+='1';symptoms+=symptom[32]+\",%20\";} else {params+='0';}\r\nif (S34.checked) {params+='1';symptoms+=symptom[33]+\",%20\";} else {params+='0';}\r\nif (S35.checked) {params+='1';symptoms+=symptom[34]+\",%20\";} else {params+='0';}\r\nsymptoms=symptoms.substr(0,symptoms.length-4);\t \r\nsymptomstext=symptoms.replace(\/%20\/g,\" \");\r\n\/\/alert(params);\r\n    const response = await fetch('https:\/\/artur.com\/dessev\/?symptoms='+params,requestOptions);\r\n    var rawdata = await response.text();\r\n\tvar data = parseInt(rawdata);\r\n\t\/\/alert(data);\r\n\tif (data==4 && S15.checked) {data=21;}   \/\/Dengue and eye redness -> Zika\r\n\tif (data==20 && S1.checked) {data=19;}  \/\/Yellow fever and skin rash -> Hepatitis A \r\n\/\/      .then(response => response.text())\r\n\/\/      .then(result => console.log(result))\r\n\/\/      .catch(error => console.error(error));\r\n    \/\/text = await resp.text();\r\n    \/\/document.getElementById(\"res\").innerHTML += params + ' res:'+data+'<br>';\r\n    document.getElementById(\"res\").innerHTML = '<span data-i18n-key=\"DESSEV_prediction_models_based_on_given_symptoms\">DESSEV prediction models, based on given symptoms<\/span><span>&nbsp;(<\/span>'+symptomstext+'<span>),&nbsp;<\/span><span data-i18n-key=\"pointed_out_these_possible_diseases\">pointed out these possible disease(s)<\/span><span>:<br>-<\/span>' + disease[data] + '<span><br><br><\/span><a href=\"https:\/\/forms.gle\/Qf4NzcbTLykA7uam9\"><img decoding=\"async\" src=\"https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/09\/evaluateus.png\" alt=\"link\" style=\"width:310px;height:100px\"><\/a> <br><br>      Suggested further steps:<br>- Isolate the patient immediately.<br>- Observe the health condition of the other crew members.<br>- Seek RADIO MEDICAL ADVICE.<br>- Find out more about the indicated disease using our <a href=\"https:\/\/dessevproject.eu\/repository\/\" target=\"_new\" rel=\"noopener\">Repository<\/a>.<br><br>If you wish to pass the information about the symptoms and predicted possible disease(s) of the patient with his\/here some additional relevant personal information by email (e.g. to a doctor, supervising officer or the captain), please click at <a href=\"\/send?symptoms='+symptoms+'&#038;diagnosis='+disease[data]+'\"><img decoding=\"async\" src=\"https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/07\/email.png\" alt=\"link\" style=\"width:16px;height:16px\"><\/a>.<br><br>Disclaimer:<br><i>All content in this application is published for information purposes only. This application is not intended to be a substitute for professional medical advice. This application must not be addressed as health advice.<br>Always seek the attendance of a qualified health professional regarding your medical condition. The advice of a medical professional always overrides all guidance given by this application.<br>If you have a medical emergency, contact your supervising officer or the captain.<br>Under no circumstances are the developers of this application responsible for any claims of linked third-party websites.<\/i>';    \r\n\tsetLocale(defaultLocale);\r\n\tlet language = navigator.language;\r\n\tconst response2 = await fetch('https:\/\/spinaker.si\/dessev\/dessev.php?type=prediction&language='+language+'&web=1',requestOptions);\r\n   } catch (error) {\r\n      console.error(error);\r\n   }\r\n  }\r\n<\/script>\t\r\n\n<!-- \/wp:shortcode -->\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3e69a88 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3e69a88\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f204083\" data-id=\"f204083\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-103ae20 elementor-widget elementor-widget-image\" data-id=\"103ae20\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.10.1 - 17-01-2023 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.dessev&#038;pcampaignid=web_share\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"87\" src=\"https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/09\/googleplay-1-300x87.png\" class=\"attachment-medium size-medium wp-image-2243\" alt=\"\" srcset=\"https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/09\/googleplay-1-300x87.png 300w, https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/09\/googleplay-1-1024x296.png 1024w, https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/09\/googleplay-1-768x222.png 768w, https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/09\/googleplay-1-1536x444.png 1536w, https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/09\/googleplay-1-18x5.png 18w, https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/09\/googleplay-1.png 1770w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Decision support application Within DESSEV Erasmus+ project was developed the decision support system for maritime management personnel in order to give some indications in the case of epidemic outbreak.<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"page-builder","ast-global-header-display":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","footnotes":""},"class_list":["post-1727","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/dessevproject.eu\/sl\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"Decision support application Within DESSEV Erasmus+ project was developed the decision support system for maritime management personnel in order to give some indications in the case of epidemic outbreak.","_links":{"self":[{"href":"https:\/\/dessevproject.eu\/sl\/wp-json\/wp\/v2\/pages\/1727","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dessevproject.eu\/sl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dessevproject.eu\/sl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dessevproject.eu\/sl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dessevproject.eu\/sl\/wp-json\/wp\/v2\/comments?post=1727"}],"version-history":[{"count":173,"href":"https:\/\/dessevproject.eu\/sl\/wp-json\/wp\/v2\/pages\/1727\/revisions"}],"predecessor-version":[{"id":2252,"href":"https:\/\/dessevproject.eu\/sl\/wp-json\/wp\/v2\/pages\/1727\/revisions\/2252"}],"wp:attachment":[{"href":"https:\/\/dessevproject.eu\/sl\/wp-json\/wp\/v2\/media?parent=1727"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}