डेमो
कोविड-19 भेद्यता सूचकांक
मधुमेह
उच्च रक्तचाप
कैंसर
लीवर / किडनी के रोग
मैं हर दिन बहुत से लोगों के साथ व्यवहार करता हूं
कुछ बातचीत
कोई सार्वजनिक बातचीत नहीं
You have been evaluated as CRITICAL on this COVID-19 vulnerability scale, you must-
- Get yourself tested for COVID-19. Call 1077 for assistance
- Increase intake of immunity boosting foods rich with vitamins and minerals
- DO NOT go out of your home without an emergency
Follow Social Distancing, Mask and Sanitization (SMS). Stay safe and keep your loved ones safe!
You have been tested VULNERABLE on one of the parameters, you must–
- Get yourself tested for COVID-19. Call 1077 for assistance
- Increase intake of immunity boosting foods rich with vitamins and minerals
var score1,score2=0,score3,score4,score5,total;
$( document ).ready(function() { console.log( "ready!" ); $("#ab12").hide(); $("#ab13").hide(); $("#ab14").hide(); $("#but").hide(); }); // Check the radio button value. function validateForm() { $("#container").hide(); $("#back").hide(); $("#info").hide(); $("#ab12").hide(); $("#ab13").hide(); $("#ab14").hide(); var x = document.forms["myForm"]["fname"].value; if (x == "") { alert("Kindly enter your age"); return false; }else if(x > 99){ alert("Kindly 2 digit number "); }else if(isNaN(x)){ alert("Kindly enter valid age in Decimal");
}else if (x40 && x50 && x60){ score1=5; }
score3=document.forms["myForm"]["public"].value; score4=document.forms["myForm"]["hospital"].value; score5=document.forms["myForm"]["symptoms"].value; if(score3==""){ alert("Kindly select any one value in option 3 "); } if(score4==""){ alert("Kindly select any one value in option 4 "); } if(score5==""){ alert("Kindly select any one value in option 5 "); } var val = []; $(':checkbox:checked').each(function(i){ val[i] = $(this).val(); }); var len=val.length; if(len == 0){ alert("Kindly select any one value in option 2"); } else { for(var i=0;i 12){ $("#ab12").show(); $("#but").show();
} else if(total = 9){ $("#ab14").show(); $("#but").show(); } else if(total < 9 ){ $("#ab13").show(); $("#but").show(); } console.log("hidden"); //window.location.href="result.html"; google.charts.load('current', {packages: ['gauge']}); google.charts.setOnLoadCallback(drawChart); drawChart(); d3.select(".chart") .selectAll("div") .data(total) .enter() .append("div") .style("width", function(d) { return d + "px"; }) .text(function(d) { return d; }); } } function drawChart() { /* Define the chart to be drawn.*/ var data = google.visualization.arrayToDataTable([ ['Patients chart', 'Criticality', { role: 'style' }], ['Your Result', total,'silver'], ]); var options = { width: 1080, height: 400,max:23,min:5, redFrom: 12, redTo: 23, yellowFrom:9, yellowTo: 12, greenFrom:5,greenTo:9, minorTicks: 5 }; /* Instantiate and draw the chart.*/ var chart = new google.visualization.Gauge(document.getElementById('container')); chart.draw(data, options); } function refresh(){ window.location.href="index.html" } function chartDisplay(){ console.log("chart display") d3.select(".chart") .selectAll("div") .data(total) .enter() .append("div") .style("width", function(d) { return d + "px"; }) .text(function(d) { return d; }); }