Mayo Score / Disease Activity Index
[php] if ($_POST) { $a = $_POST[‘stool’]; $b = $_POST[‘bleed’]; $c = $_POST[‘endo’]; $d = $_POST[‘ga’];$var1 = $a + $b + $c + $d; $result = $var1; echo $result; } |
[pullquote]Known as the Mayo score or the Disease Activity Index (DAI) for ulcerative colitis it was developed in 1987 as a scoring mechanism to have the patient serve as their own control.[/pullquote]
Formula :
Composite score of listed variables. Points given for each variable.
Explanation of Result :
Patient score is in reference to their previous scores to determine change in function.
* Please verify all calculations prior to clinical use.