{"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\/sv\/app\/","title":{"rendered":"Beslutst\u00f6d app"},"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\">Beslutst\u00f6d app<\/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>Inom DESSEV Erasmus+ projektet utformades ett beslutst\u00f6dssystem f\u00f6r maritima beslutsfattare som ska erbjuda v\u00e4gledning vid potentiella epidemiutbrott.<\/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>DESSEVs App \u00e4r resultatet av DESSEV Erasmus+ samarbetsprojekt inom yrkesutbildning och utbildning. Applikationen \u00e4r designad och utvecklad f\u00f6r maritim ledningspersonal f\u00f6r att ge v\u00e4gledning vid ett epidemiskt utbrott.<br><br>\r\nApplikationen f\u00f6rutsp\u00e5r m\u00f6jliga sjukdomar som en patient kan ha baserat p\u00e5 angivna symtom. Applikationens f\u00f6ruts\u00e4gelsemodeller byggdes med hj\u00e4lp av DESSEVs kunskapsbas, som sammanst\u00e4llts fr\u00e5n medicinska fallstudier och medicinsk kunskap.<br><br>\r\nMinst fyra symtom b\u00f6r v\u00e4ljas f\u00f6r att f\u00e5 information om de sjukdomar du kan \u00f6verv\u00e4ga i din bed\u00f6mning av fallet. Var medveten om att i vissa fall kan fyra symtom ge en vilseledande f\u00f6ruts\u00e4gelse. Ange alla symtom du har f\u00f6r att f\u00e5 en mer tillf\u00f6rlitlig f\u00f6ruts\u00e4gelse.\r\n\t\t<\/p>\r\n\t<\/div>\r\n\t\r\n\t<div class=\"tab translation-block\">DESSEV-konsortiet syftar till att tillhandah\u00e5lla tillf\u00f6rlitlig och uppdaterad information. Vi vill dock uttryckligen informera er om f\u00f6ljande:\n\nDen h\u00e4r appen \u00e4r avsedd f\u00f6r informations\u00e4ndam\u00e5l endast och ska under inga omst\u00e4ndigheter ers\u00e4tta professionell medicinsk r\u00e5dgivning, diagnos eller behandling. Informationen som tillhandah\u00e5lls h\u00e4r ska inte betraktas som medicinsk r\u00e5dgivning och f\u00e5r inte anv\u00e4ndas som s\u00e5dan. I alla fall b\u00f6r du f\u00f6rst r\u00e5dg\u00f6ra med och f\u00f6lja rekommendationerna fr\u00e5n en kvalificerad medicinsk yrkesperson.\n\nDESSEV-konsortiet har gjort allt i sin makt f\u00f6r att s\u00e4kerst\u00e4lla att all information i appen \u00e4r aktuell och korrekt. Trots dessa anstr\u00e4ngningar kan vi inte garantera att informationen \u00e4r felfri eller helt\u00e4ckande, eftersom appen du anv\u00e4nder \u00e4r avsedd f\u00f6r informations\u00e4ndam\u00e5l.\n\nDESSEV-konsortiet kan inte h\u00e5llas ansvarigt f\u00f6r n\u00e5gon felanv\u00e4ndning av appen eller informationen som finns p\u00e5 DESSEV-webbplatsen. Appen och dess resultat b\u00f6r anv\u00e4ndas med f\u00f6rsiktighet. Anv\u00e4ndaren b\u00e4r fullt ansvar f\u00f6r anv\u00e4ndningen av all information som finns i appen och\/eller p\u00e5 webbplatsen, och konsortiet ansvarar inte f\u00f6r n\u00e5gra skador av n\u00e5got slag som orsakas av anv\u00e4ndningen av appen, dess resultat och informationen p\u00e5 DESSEV-webbplatsen.\n\nGenom att forts\u00e4tta anv\u00e4nda denna app bekr\u00e4ftar du att du har l\u00e4st, f\u00f6rst\u00e5tt och accepterat alla villkor som anges i detta dokument. Om du inte godk\u00e4nner dessa villkor, b\u00f6r du omedelbart sluta anv\u00e4nda appen och avbryta anv\u00e4ndningen av eventuella redan producerade resultat samt avst\u00e5 fr\u00e5n att anv\u00e4nda information fr\u00e5n webbplatsen.\n\nGenom att trycka p\u00e5 \"Bekr\u00e4fta\"-knappen bekr\u00e4ftar du att du har l\u00e4st, f\u00f6rst\u00e5tt och godk\u00e4nt dessa villkor.<\/div>\r\n\r\n\t<div class=\"tab\">Allm\u00e4nna \/ generella tecken:<br>\r\n\t\t<input type='checkbox' id='S2' name='S2' value='1' class='cb'> <label for='S2' > Kontinuerlig feber eller feber med intervall kortare \u00e4n 1 dag.<\/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'> periodisk feber varannan till var fj\u00e4rde dag<\/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'> sl\u00f6het<\/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'> svettningar och\/eller frossa<\/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'> huvudv\u00e4rk<\/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'> brist p\u00e5 aptit och\/eller viktminskning<\/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\">Andningsrelaterade tecken:<br>\r\n\t\t<input type='checkbox' id='S16' name='S16' value='1' class='cb'> <label for='S16'> br\u00f6stsm\u00e4rta<\/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'> hosta<\/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'> slem<\/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'> rinnande n\u00e4sa<\/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'> andn\u00f6d<\/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'> halsont<\/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\">Muskuloskeletala tecken:<br>\r\n\t\t<input type='checkbox' id='S23' name='S23' value='1' class='cb'> <label for='S23'> ryggont<\/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'> ledv\u00e4rk<\/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'> muskelv\u00e4rk<\/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'> stelkramp<\/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\">Neurologiska tecken:<br>\r\n\t\t<input type='checkbox' id='S18' name='S18' value='1' class='cb'> <label for='S18'> suddig syn<\/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'> kognitiva sv\u00e5righeter<\/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' > sv\u00e5rt att sv\u00e4lja<\/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'> yrsel<\/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'> k\u00e4nslom\u00e4ssig irritation<\/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'> neurologiska problem med k\u00e4nsel och r\u00f6rlighet<\/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'> kramper \/ anfall<\/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'> stel nacke och ljusk\u00e4nslighet<\/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\">Hematologiska tecken:<br>\r\n\t\t<input type='checkbox' id='S20' name='S20' value='1' class='cb'> <label for='S20'> peteckier<\/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>Magrelaterade tecken:<br>\r\n\t\t<input type='checkbox' id='S5' name='S5' value='1' class='cb'> <label for='S5'> magont<\/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'> diarr\u00e9<\/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'> illam\u00e5ende<\/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'> kr\u00e4kningar<\/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\">Dermatologiskt relaterade tecken:<br>\r\n\t\t<input type='checkbox' id='S28' name='S28' value='1' class='cb'> <label for='S28'> svullnad i nacke<\/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'> hudutslag<\/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'> gulnad i huden och\/eller m\u00f6rkt 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>\u00d6vriga tecken:<br>\r\n\t\t<input type='checkbox' id='S15' name='S15' value='1' class='cb'> <label for='S15'> \u00f6gonrodnad<\/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'> r\u00e4dsla f\u00f6r vatten<\/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'> sm\u00e4rta i testiklar<\/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\">Skicka in:<br><br>\r\n\t\t<p id=\"notice\">Du har inte valt ut minst 4 symtom, s\u00e5 du b\u00f6r g\u00e5 tillbaka, omv\u00e4rdera alla symtom och \u00e5terkomma f\u00f6r att skicka in dem och f\u00e5 den eller de f\u00f6rutsagda sjukdomarna.<\/p>\r\n\t\t<p id=\"notice1\"><br>T\u00e4nk p\u00e5: Ju fler symtom du har angett, desto b\u00e4ttre blir algoritmens f\u00f6ruts\u00e4gelseprestanda.<br><br>Om du \u00e4r s\u00e4ker p\u00e5 din bed\u00f6mning av symtomen kan du nu f\u00e5 de f\u00f6rutsp\u00e5dda m\u00f6jliga sjukdomarna genom att trycka p\u00e5 Skicka-knappen. Om du vill \u00e4ndra\/addiera n\u00e5gra symtom, tryck p\u00e5 F\u00f6reg\u00e5ende-knappen.<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)\">F\u00f6reg\u00e5ende<\/button>\r\n\t\t\t<button type=\"button\" id=\"nextBtn\" onclick=\"nextPrev(1)\">N\u00e4sta<\/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=\"sv\"\/><\/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\/sv\/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\/sv\/wp-json\/wp\/v2\/pages\/1727","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dessevproject.eu\/sv\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dessevproject.eu\/sv\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dessevproject.eu\/sv\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dessevproject.eu\/sv\/wp-json\/wp\/v2\/comments?post=1727"}],"version-history":[{"count":173,"href":"https:\/\/dessevproject.eu\/sv\/wp-json\/wp\/v2\/pages\/1727\/revisions"}],"predecessor-version":[{"id":2252,"href":"https:\/\/dessevproject.eu\/sv\/wp-json\/wp\/v2\/pages\/1727\/revisions\/2252"}],"wp:attachment":[{"href":"https:\/\/dessevproject.eu\/sv\/wp-json\/wp\/v2\/media?parent=1727"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}