{"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\/pl\/app\/","title":{"rendered":"Aplikacja wspomagaj\u0105ca podejmowanie decyzji"},"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\">Aplikacja wspomagaj\u0105ca podejmowanie decyzji<\/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>W ramach projektu DESSEV Erasmus + opracowano system wspomagania decyzji dla personelu zarz\u0105dzaj\u0105cego obszarami morskimi w celu zapewnienia pewnych wskaz\u00f3wek w przypadku wybuchu epidemii.<\/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>Aplikacja DESSEV jest wynikiem partnerskiego projektu wsp\u00f3\u0142pracy DESSEV Erasmus + w zakresie kszta\u0142cenia i szkolenia zawodowego. Aplikacja zosta\u0142a zaprojektowana i opracowana dla personelu zarz\u0105dzaj\u0105cego obszarami morskimi w celu zapewnienia pewnych wskaz\u00f3wek w przypadku wybuchu epidemii.<br><br>\r\nAplikacja przewiduje mo\u017cliwe choroby pacjenta na podstawie podanych objaw\u00f3w. Modele predykcyjne aplikacji zosta\u0142y zbudowane przy u\u017cyciu baz\u0119 wiedzy Dessev, opracowan\u0105 na podstawie studi\u00f3w przypadk\u00f3w medycznych i wiedzy medycznej.<br><br>\r\nNale\u017cy wybra\u0107 co najmniej cztery ze wszystkich objaw\u00f3w, aby uzyska\u0107 informacje o chorobie (chorobach), kt\u00f3re mo\u017cna wzi\u0105\u0107 pod uwag\u0119 przy ocenie przypadku. Nale\u017cy pami\u0119ta\u0107, \u017ce w niekt\u00f3rych przypadkach cztery objawy mog\u0105 dawa\u0107 myl\u0105ce prognozy. Wska\u017c wszystkie objawy, aby uzyska\u0107 bardziej wiarygodne prognozy.\r\n\t\t<\/p>\r\n\t<\/div>\r\n\t\r\n\t<div class=\"tab translation-block\">Konsorcjum DESSEV ma na celu dostarczenie wiarygodnych i aktualnych informacji. Chcemy jednak wyra\u017anie poinformowa\u0107 o nast\u0119puj\u0105cych kwestiach:<br>\nAplikacja ta ma charakter informacyjny i w \u017cadnym wypadku nie powinna zast\u0119powa\u0107 profesjonalnej porady medycznej, diagnozy ani leczenia. Informacje tutaj zawarte nie powinny by\u0107 traktowane jako porady medyczne i nie nale\u017cy ich stosowa\u0107 jako takich. W ka\u017cdym przypadku nale\u017cy najpierw skonsultowa\u0107 si\u0119 i post\u0119powa\u0107 zgodnie z zaleceniami wykwalifikowanego specjalisty medycznego.<br>\nKonsorcjum DESSEV do\u0142o\u017cy\u0142o wszelkich stara\u0144, aby zapewni\u0107, \u017ce wszystkie informacje w aplikacji s\u0105 aktualne i dok\u0142adne. Mimo tych wysi\u0142k\u00f3w nie mo\u017cemy zagwarantowa\u0107, \u017ce informacje s\u0105 wolne od b\u0142\u0119d\u00f3w lub w pe\u0142ni kompletne, poniewa\u017c aplikacja, kt\u00f3rej u\u017cywasz, ma charakter informacyjny.<br>\nKonsorcjum DESSEV nie ponosi odpowiedzialno\u015bci za niew\u0142a\u015bciwe korzystanie z aplikacji ani informacji zawartych w witrynie DESSEV. Aplikacja i jej wyniki powinny by\u0107 u\u017cywane ostro\u017cnie. Odpowiedzialno\u015b\u0107 za korzystanie z jakichkolwiek informacji zawartych w aplikacji i\/lub witrynie spoczywa wy\u0142\u0105cznie na u\u017cytkowniku, a konsorcjum nie ponosi odpowiedzialno\u015bci za jakiekolwiek szkody jakiegokolwiek rodzaju spowodowane korzystaniem z aplikacji, jej wynik\u00f3w i informacji zawartych w witrynie DESSEV.<br>\nKontynuuj\u0105c korzystanie z tej aplikacji, potwierdzasz, \u017ce przeczyta\u0142e\u015b, zrozumia\u0142e\u015b i zgadzasz si\u0119 z wszystkimi warunkami i postanowieniami zawartymi w tym dokumencie. Je\u015bli nie zgadzasz si\u0119 z tymi warunkami, powiniene\u015b natychmiast zaprzesta\u0107 korzystania z aplikacji, przesta\u0107 korzysta\u0107 z jakichkolwiek ju\u017c wyprodukowanych wynik\u00f3w i powstrzyma\u0107 si\u0119 od korzystania z informacji zawartych w witrynie.<br>\nNaciskaj\u0105c przycisk \"Potwierd\u017a\", potwierdzasz, \u017ce przeczyta\u0142e\u015b, zrozumia\u0142e\u015b i zgadzasz si\u0119 z tymi warunkami.<\/div>\r\n\r\n\t<div class=\"tab\">Objawy og\u00f3lne\/ og\u00f3lnoustrojowe:<br>\r\n\t\t<input type='checkbox' id='S2' name='S2' value='1' class='cb'> <label for='S2' > ci\u0105g\u0142a gor\u0105czka lub gor\u0105czka wyst\u0119puj\u0105ca w odst\u0119pach kr\u00f3tszych ni\u017c 1 dzie\u0144<\/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\">Gor\u0105czka ci\u0105g\u0142a lub gor\u0105czka z przerwami kr\u00f3tszymi ni\u017c 1 dzie\u0144. Gor\u0105czka to tymczasowy wzrost temperatury cia\u0142a w odpowiedzi na chorob\u0119 lub dolegliwo\u015b\u0107. <\/span><br>\r\n\t\t<input type='checkbox' id='S35' name='S35' value='1' class='cb'> <label for='S35'> przerywana gor\u0105czka co 2-4 dni<\/label> <img onmouseover ='javascript:document.getElementById(\"popupS35\").style.display = \"block\"' onmouseout = 'javascript:document.getElementById(\"popupS35\").style.display = \"none\"' class=\"a-and-tooltip\" src='https:\/\/dessevproject.eu\/wp-content\/uploads\/2024\/03\/info24.png'><span id=\"popupS35\" data-i18n-key=\"intermittent_fever_toast\" role=\"tooltip\">Intermittent fever every 2-4 days. Fever is the temporary increase in the body&#8217;s temperature in response to a disease or illness.<\/span><br>\r\n\t\t<input type='checkbox' id='S30' name='S30' value='1' class='cb'> <label for='S30'> senno\u015b\u0107<\/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'> pocenie si\u0119 i\/lub dreszcze<\/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'> b\u00f3l g\u0142owy<\/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'> brak apetytu i\/lub utrata masy cia\u0142a<\/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\">Objawy ze strony uk\u0142adu oddechowego:<br>\r\n\t\t<input type='checkbox' id='S16' name='S16' value='1' class='cb'> <label for='S16'> b\u00f3l w klatce piersiowej<\/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'> kaszel<\/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'> flegma<\/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'> katar<\/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'> duszno\u015bci<\/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'> b\u00f3l gard\u0142a<\/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\">Objawy uk\u0142adu mi\u0119\u015bniowo-szkieletowego:<br>\r\n\t\t<input type='checkbox' id='S23' name='S23' value='1' class='cb'> <label for='S23'> b\u00f3l plec\u00f3w<\/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'> b\u00f3l staw\u00f3w<\/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'> b\u00f3l mi\u0119\u015bni<\/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'> szcz\u0119ko\u015bcisk<\/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\">Objawy neurologiczne:<br>\r\n\t\t<input type='checkbox' id='S18' name='S18' value='1' class='cb'> <label for='S18'> niewyra\u017ane widzenie<\/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'> trudno\u015bci poznawcze<\/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' > trudno\u015bci w po\u0142ykaniu<\/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'> zawroty g\u0142owy<\/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'> emocjonalne pobudzenie<\/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'> problemy neurologiczne zwi\u0105zane z czuciem i ruchem<\/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'> drgawki<\/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'> sztywny kark i wra\u017cliwo\u015b\u0107 na \u015bwiat\u0142o<\/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\">Objawy hematologiczne:<br>\r\n\t\t<input type='checkbox' id='S20' name='S20' value='1' class='cb'> <label for='S20'> objawy zwi\u0105zane z krwawieniem<\/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>Objawy \u017co\u0142\u0105dkowe:<br>\r\n\t\t<input type='checkbox' id='S5' name='S5' value='1' class='cb'> <label for='S5'> b\u00f3l brzucha<\/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'> biegunka<\/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'> nudno\u015bci<\/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'> wymioty<\/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\">Objawy dermatologiczne lub pokrewne:<br>\r\n\t\t<input type='checkbox' id='S28' name='S28' value='1' class='cb'> <label for='S28'> obrz\u0119k szyi<\/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'> wysypka sk\u00f3rna<\/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'> \u017c\u00f3\u0142ty kolor sk\u00f3ry i\/lub ciemny mocz<\/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>Inne objawy:<br>\r\n\t\t<input type='checkbox' id='S15' name='S15' value='1' class='cb'> <label for='S15'> zaczerwienienie oczu<\/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'> strach przed wod\u0105<\/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'> b\u00f3l j\u0105der<\/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\">Zg\u0142oszenie:<br><br>\r\n\t\t<p id=\"notice\">Nie wybra\u0142e\u015b co najmniej czterech objaw\u00f3w, wi\u0119c powiniene\u015b wr\u00f3ci\u0107, ponownie oceni\u0107 wszystkie objawy i wr\u00f3ci\u0107, aby je przes\u0142a\u0107 i uzyska\u0107 przewidywane mo\u017cliwe choroby.<\/p>\r\n\t\t<p id=\"notice1\"><br>Nale\u017cy pami\u0119ta\u0107: im wi\u0119cej wskazanych objaw\u00f3w, tym lepsza skuteczno\u015b\u0107 przewidywania algorytmu.<br><br>Je\u015bli jeste\u015b pewien swojej oceny objaw\u00f3w, mo\u017cesz teraz uzyska\u0107 przewidywane mo\u017cliwe choroby, naciskaj\u0105c przycisk Prze\u015blij. Je\u015bli chcesz zmieni\u0107\/doda\u0107 jakiekolwiek objawy, naci\u015bnij przycisk Poprzedni.<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)\">Wstecz<\/button>\r\n\t\t\t<button type=\"button\" id=\"nextBtn\" onclick=\"nextPrev(1)\">Dalej<\/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=\"pl\"\/><\/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\/pl\/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\/pl\/wp-json\/wp\/v2\/pages\/1727","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dessevproject.eu\/pl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dessevproject.eu\/pl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dessevproject.eu\/pl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dessevproject.eu\/pl\/wp-json\/wp\/v2\/comments?post=1727"}],"version-history":[{"count":173,"href":"https:\/\/dessevproject.eu\/pl\/wp-json\/wp\/v2\/pages\/1727\/revisions"}],"predecessor-version":[{"id":2252,"href":"https:\/\/dessevproject.eu\/pl\/wp-json\/wp\/v2\/pages\/1727\/revisions\/2252"}],"wp:attachment":[{"href":"https:\/\/dessevproject.eu\/pl\/wp-json\/wp\/v2\/media?parent=1727"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}