Simplified Scoring for AIH
[php] if ($_POST) { $a = $_POST[‘ana’]; $c = $_POST[‘alkm’]; $d = $_POST[‘asla’]; $e = $_POST[‘igg’]; $f = $_POST[‘histo’]; $g = $_POST[‘viral’];$var1 = $a + $c + $d + $e + $f + $g; if ($var1 > 6) { if ($var1 == 6) { if ($var1 < 6) { $result = $var1; echo $result; } |
Formula :
Composite score of listed variables. Points given for each variable.
Explanation of Result :
> 6 is consistent with definite diagnosis. 6 is consistent with probable diagnosis.
* Please verify all calculations prior to clinical use.