{"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\/fi\/app\/","title":{"rendered":"DESSEV-applikaatio"},"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\">DESSEV-applikaatio<\/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>DESSEV-aplikaatio on tulos Erasmus+ -hankkeen yhteisty\u00f6st\u00e4 monikansallisten ammatillisten  kouluttajien kesken. Sovellus on suunniteltu ja kehitetty merenkulun henkil\u00f6st\u00f6lle antamaan viitteit\u00e4 mahdollisesta epidemian puhkeamisesta.<\/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>DESSEV-aplikaatio on tulos Erasmus+ -hankkeen yhteisty\u00f6st\u00e4 monikansallisten ammatillisten kouluttajien kesken. Sovellus on suunniteltu ja kehitetty merenkulun henkil\u00f6st\u00f6lle antamaan viitteit\u00e4 mahdollisesta epidemian puhkeamisesta.<br><br>\r\nSovellus ennustaa annettujen oireiden perusteella mahdollisia sairauksia, joita potilaalla voi olla. Sovelluksen ennustemallit rakennettiin k\u00e4ytt\u00e4m\u00e4ll\u00e4 Dessev- tietokantaa, joka on koottu l\u00e4\u00e4ketieteellisist\u00e4 tapaustutkimuksista ja l\u00e4\u00e4ketieteellisest\u00e4 vertaisarvioidusta tiedosta.<br><br>\r\nKaikista oireista tulee valita v\u00e4hint\u00e4\u00e4n nelj\u00e4, jotta saat tietoa sairauksista, joita saatat harkita tapausta arvioidessasi. Huomaa, ett\u00e4 joissakin tapauksissa nelj\u00e4 oiretta voivat antaa harhaanjohtavan ennusteen. Osoita kaikki oireesi saadaksesi luotettavamman ennusteen.\r\n\t\t<\/p>\r\n\t<\/div>\r\n\t\r\n\t<div class=\"tab translation-block\">The DESSEV consortium aims to provide reliable and up-to-date information. However, we want explicitly to inform you on the following:<br>\r\nThis app is intended for informational purposes only and in no case should replace professional medical advice, diagnosis, or treatment. The information provided here is not to be considered as medical advice and should not be used as such. In any and all cases you should first consult and follow the advice of a qualified medical professional.<br>\r\nThe DESSEV consortium has done all in its power to ensure that all information in the app is current and accurate. Despite these efforts, we cannot guarantee that the information is error-free or fully complete as the app you are using is intended for informational purposes.<br>\r\nThe DESSEV consortium cannot be held responsible for any misuse of the app or the information contained in the DESSEV website. The app and its results should be used with caution. The responsibility for the use of any and all information contained in the app and\/or the website remains solely with the user and the consortium is not liable for any damages of whatever type caused by the use of the app, its results and the information contained in the DESSEV website.<br>\r\nBy continuing to use this app, you acknowledge that you have read, understood and agreed with all terms and conditions as stated in this document. If you do not agree to these terms, you should immediately discontinue using the app and stop using any results already produced and refrain from any information contained in the website.<br>\r\nBy pressing Affirm button, you affirm that you have read, understood, and agreed to these terms.<\/div>\r\n\r\n\t<div class=\"tab\">Yleiset\/systeemiset oireet<br>\r\n\t\t<input type='checkbox' id='S2' name='S2' value='1' class='cb'> <label for='S2' > Jatkuva kuume tai kuume alle 1 p\u00e4iv\u00e4n v\u00e4lein.<\/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'> Ajoittainen kuume 2-4 p\u00e4iv\u00e4n v\u00e4lein.<\/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'> Letargia<\/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'> Hikoilu ja vilunv\u00e4reet<\/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'> P\u00e4\u00e4ns\u00e4rky<\/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'> Ruokahaluttomuus ja painon putoaminen<\/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\">Hengitystieoireet<br>\r\n\t\t<input type='checkbox' id='S16' name='S16' value='1' class='cb'> <label for='S16'> Rintakipu<\/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'> Ysk\u00e4<\/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'> Limaisuus<\/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'> Vuotava nen\u00e4<\/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'> Hengenahdistus<\/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'> Kurkkukipu<\/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\">Tuki- ja liikuntaelimist\u00f6n oireet<br>\r\n\t\t<input type='checkbox' id='S23' name='S23' value='1' class='cb'> <label for='S23'> Selk\u00e4kipu<\/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'> Nivelkipu<\/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'> Lihaskipu<\/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'> Lukkoleuka<\/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\">Neurologiset oireet<br>\r\n\t\t<input type='checkbox' id='S18' name='S18' value='1' class='cb'> <label for='S18'> N\u00e4\u00f6n h\u00e4m\u00e4rtyminen<\/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'> Kognitiivinen vajaatoiminta<\/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' > Nielemisvaikeus<\/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'> Huimaus<\/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'> \u00c4rtyneisyys<\/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'> Aisti- ja liikeongelmat<\/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'> \u00c4killiset kohtaukset<\/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'> J\u00e4ykk\u00e4 niska ja valon arkuus<\/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\">Hematologiset oireet<br>\r\n\t\t<input type='checkbox' id='S20' name='S20' value='1' class='cb'> <label for='S20'> Verenvuoto-oireet<\/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>Mahalaukun oireet<br>\r\n\t\t<input type='checkbox' id='S5' name='S5' value='1' class='cb'> <label for='S5'> Vatsakipu<\/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'> Ripuli<\/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'> Pahoinvointi<\/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'> Oksentelu<\/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\">Dermatologiset tai niihin liittyv\u00e4t oireet<br>\r\n\t\t<input type='checkbox' id='S28' name='S28' value='1' class='cb'> <label for='S28'> Kaulan turvotus<\/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'> Ihottuma<\/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'> Ihon keltaisuus ja tumma virtsa<\/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>Muut oireet<br>\r\n\t\t<input type='checkbox' id='S15' name='S15' value='1' class='cb'> <label for='S15'> Silmien punoitus<\/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'> Vesikammo<\/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'> Kiveskipu<\/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\">L\u00e4hetys<br><br>\r\n\t\t<p id=\"notice\">Et ole valinnut v\u00e4hint\u00e4\u00e4n nelj\u00e4\u00e4 oireita. Sinun tulee arvioida oireesi uudelleen (v\u00e4hint\u00e4\u00e4n nelj\u00e4 oiretta) ja valitsemaan ne sovelluksessa.<\/p>\r\n\t\t<p id=\"notice1\"><br>Muista: mit\u00e4 enemm\u00e4n oireita olet ilmoittanut, sit\u00e4 parempi on algoritmin ennustekyky.<br><br>Jos olet varma oireiden arvioinnista, voit nyt saada ennustetut mahdolliset sairaudet painamalla L\u00e4het\u00e4-painiketta. Jos haluat muuttaa\/lis\u00e4t\u00e4 oireita, paina Edellinen-painiketta.<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)\">Edellinen<\/button>\r\n\t\t\t<button type=\"button\" id=\"nextBtn\" onclick=\"nextPrev(1)\">Seuraava<\/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=\"fi\"\/><\/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\/fi\/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\/fi\/wp-json\/wp\/v2\/pages\/1727","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dessevproject.eu\/fi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dessevproject.eu\/fi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dessevproject.eu\/fi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dessevproject.eu\/fi\/wp-json\/wp\/v2\/comments?post=1727"}],"version-history":[{"count":173,"href":"https:\/\/dessevproject.eu\/fi\/wp-json\/wp\/v2\/pages\/1727\/revisions"}],"predecessor-version":[{"id":2252,"href":"https:\/\/dessevproject.eu\/fi\/wp-json\/wp\/v2\/pages\/1727\/revisions\/2252"}],"wp:attachment":[{"href":"https:\/\/dessevproject.eu\/fi\/wp-json\/wp\/v2\/media?parent=1727"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}