{"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\/es\/app\/","title":{"rendered":"Aplicaci\u00f3n de apoyo a la decisi\u00f3n"},"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\">Aplicaci\u00f3n de apoyo a la decisi\u00f3n<\/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>En el marco del proyecto Erasmus+ DESSEV se desarroll\u00f3 un sistema de apoyo a la toma de decisiones para el personal de gesti\u00f3n mar\u00edtima con el fin de proporcionar algunas indicaciones en caso de brote epid\u00e9mico.<\/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>La aplicaci\u00f3n DESSEV es el resultado del proyecto de cooperaci\u00f3n Erasmus+ DESSEV en el \u00e1mbito de la formaci\u00f3n profesional. La aplicaci\u00f3n est\u00e1 dise\u00f1ada y desarrollada para el personal de gesti\u00f3n mar\u00edtima con el fin de proporcionar algunas indicaciones en caso de brote epid\u00e9mico.<br><br>\r\nLa aplicaci\u00f3n predice posibles enfermedades que puede tener un paciente en funci\u00f3n de los s\u00edntomas que presenta. Los modelos de predicci\u00f3n de la aplicaci\u00f3n se crearon utilizando la base de conocimientos de Dessev, compilada a partir de estudios de casos m\u00e9dicos y conocimientos m\u00e9dicos.<br><br>\r\nSe deben seleccionar al menos cuatro de todos los s\u00edntomas para obtener informaci\u00f3n sobre las enfermedades que puede considerar en su evaluaci\u00f3n del caso. Tenga en cuenta que, en algunos casos, cuatro s\u00edntomas pueden dar una predicci\u00f3n enga\u00f1osa. Se\u00f1ale todos los s\u00edntomas que tenga para obtener una predicci\u00f3n m\u00e1s confiable.\r\n\t\t<\/p>\r\n\t<\/div>\r\n\t\r\n\t<div class=\"tab translation-block\">El consorcio DESSEV tiene como objetivo proporcionar informaci\u00f3n fiable y actualizada. Sin embargo, queremos informarle expl\u00edcitamente sobre lo siguiente:\nEsta aplicaci\u00f3n est\u00e1 destinada \u00fanicamente a fines informativos y en ning\u00fan caso debe reemplazar el asesoramiento, diagn\u00f3stico o tratamiento m\u00e9dico profesional. La informaci\u00f3n proporcionada aqu\u00ed no debe considerarse un consejo m\u00e9dico y no debe usarse como tal. En todos los casos, primero debe consultar y seguir el consejo de un profesional m\u00e9dico calificado.\nEl consorcio DESSEV ha hecho todo lo posible para garantizar que toda la informaci\u00f3n de la aplicaci\u00f3n est\u00e9 actualizada y sea precisa. A pesar de estos esfuerzos, no podemos garantizar que la informaci\u00f3n est\u00e9 libre de errores o completamente completa, ya que la aplicaci\u00f3n que est\u00e1 utilizando est\u00e1 destinada a fines informativos.\nEl consorcio DESSEV no se hace responsable del mal uso de la aplicaci\u00f3n o de la informaci\u00f3n contenida en el sitio web de DESSEV. La aplicaci\u00f3n y sus resultados deben usarse con precauci\u00f3n. La responsabilidad por el uso de toda la informaci\u00f3n contenida en la aplicaci\u00f3n y\/o el sitio web recae exclusivamente en el usuario y el consorcio no es responsable de ning\u00fan da\u00f1o de ning\u00fan tipo causado por el uso de la aplicaci\u00f3n, sus resultados y la informaci\u00f3n contenida en el sitio web de DESSEV.\nAl continuar utilizando esta aplicaci\u00f3n, usted reconoce que ha le\u00eddo, comprendido y aceptado todos los t\u00e9rminos y condiciones establecidos en este documento. Si no est\u00e1 de acuerdo con estos t\u00e9rminos, debe dejar de usar la aplicaci\u00f3n de inmediato y dejar de usar los resultados ya producidos y abstenerse de cualquier informaci\u00f3n contenida en el sitio web.\nAl presionar el bot\u00f3n Afirmar, usted afirma que ha le\u00eddo, comprendido y aceptado estos t\u00e9rminos.<\/div>\r\n\r\n\t<div class=\"tab\">General\/ signos sist\u00e9micos<br>\r\n\t\t<input type='checkbox' id='S2' name='S2' value='1' class='cb'> <label for='S2' > Fiebre continua o fiebre con intervalos de menos de un d\u00eda<\/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'> Fiebre intermitente cada 2-4 d\u00edas<\/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'> Letargo<\/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'> sudoraci\u00f3n y\/o escalofr\u00edos<\/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'> Dolor de cabeza<\/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'> Falta de apetito y\/o p\u00e9rdida de peso<\/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\">Signos respiratorios<br>\r\n\t\t<input type='checkbox' id='S16' name='S16' value='1' class='cb'> <label for='S16'> Dolor de pecho<\/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'> Tos<\/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'> Flema<\/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'> rinorrea<\/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'> dificultad para respirar<\/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'> Dolor de garganta<\/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\">Signos musculoesquel\u00e9ticos:<br>\r\n\t\t<input type='checkbox' id='S23' name='S23' value='1' class='cb'> <label for='S23'> Dolor de espalda<\/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'> Dolor en las articulaciones<\/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'> Dolor muscular<\/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'> trismo<\/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\">Signos neurol\u00f3gicos<br>\r\n\t\t<input type='checkbox' id='S18' name='S18' value='1' class='cb'> <label for='S18'> visi\u00f3n borrosa<\/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'> dificultades cognitivas<\/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' > dificultad para tragar<\/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'> mareo<\/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'> agitaci\u00f3n emocional<\/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'> problemas neurol\u00f3gicos con sensaci\u00f3n y movimiento<\/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'> convulsiones<\/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'> Rigidez del cuello y sensibilidad a la luz.<\/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\">Signos hematol\u00f3gicos<br>\r\n\t\t<input type='checkbox' id='S20' name='S20' value='1' class='cb'> <label for='S20'> manifestaciones hemorr\u00e1gicas<\/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>Signos g\u00e1stricos<br>\r\n\t\t<input type='checkbox' id='S5' name='S5' value='1' class='cb'> <label for='S5'> dolor de vientre<\/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'> diarrea<\/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'> nausea<\/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'> v\u00f3mitos<\/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\">Signos dermatol\u00f3gicos o asociados:<br>\r\n\t\t<input type='checkbox' id='S28' name='S28' value='1' class='cb'> <label for='S28'> hinchaz\u00f3n del cuello<\/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'> erupci\u00f3n cut\u00e1nea<\/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'> piel amarilla y\/o orina oscura<\/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>Otros signos<br>\r\n\t\t<input type='checkbox' id='S15' name='S15' value='1' class='cb'> <label for='S15'> enrojecimiento de los ojos<\/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'> miedo al agua<\/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'> dolor testicular<\/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\">Env\u00edo:<br><br>\r\n\t\t<p id=\"notice\">No ha seleccionado al menos cuatro s\u00edntomas, por lo que debe regresar, reevaluar todos los s\u00edntomas y volver a enviarlos para obtener las posibles enfermedades previstas.<\/p>\r\n\t\t<p id=\"notice1\"><br>Tenga en cuenta: cuantos m\u00e1s s\u00edntomas haya indicado, mejor ser\u00e1 el rendimiento de predicci\u00f3n del algoritmo.<br><br>Si est\u00e1 seguro de su evaluaci\u00f3n de los s\u00edntomas, puede obtener las posibles enfermedades previstas presionando el bot\u00f3n Enviar. Si desea cambiar o agregar alg\u00fan s\u00edntoma, presione el bot\u00f3n Anterior.<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)\">Previos<\/button>\r\n\t\t\t<button type=\"button\" id=\"nextBtn\" onclick=\"nextPrev(1)\">Siguiente<\/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=\"es\"\/><\/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\/es\/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\/es\/wp-json\/wp\/v2\/pages\/1727","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dessevproject.eu\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dessevproject.eu\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dessevproject.eu\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dessevproject.eu\/es\/wp-json\/wp\/v2\/comments?post=1727"}],"version-history":[{"count":173,"href":"https:\/\/dessevproject.eu\/es\/wp-json\/wp\/v2\/pages\/1727\/revisions"}],"predecessor-version":[{"id":2252,"href":"https:\/\/dessevproject.eu\/es\/wp-json\/wp\/v2\/pages\/1727\/revisions\/2252"}],"wp:attachment":[{"href":"https:\/\/dessevproject.eu\/es\/wp-json\/wp\/v2\/media?parent=1727"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}