/[health_html]/inc/pgDS-ss.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /inc/pgDS-ss.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Mon Aug 27 09:17:40 2001 UTC (22 years, 9 months ago) by ravilov
Branch: MAIN
Changes since 1.1: +21 -1 lines
Minor bug fixes. Started the Symptom Sorter.

1 <?php
2 $tpl->assign("symptom", strtoupper("Diarrohoea"));
3 $tpl->assign("bolesti", array(
4 "Gastro-enteritis",
5 "Antibiotics",
6 "IBS",
7 "Diverticulitis",
8 "Overflow"
9 ));
10 $tpl->assign("simptomi", array(
11 array("name" => "Vomiting too", "values" => array(0, 0, -1, 0, -1)),
12 array("name" => "Chronic or recurrent", "values" => array(-1, -1, 1, 0, 1)),
13 array("name" => "Colicky pain", "values" => array(1, -1, 1, 0, -1)),
14 array("name" => "Marked abdominal tenderness", "values" => array(-1, -1, -1, 1, -1)),
15 array("name" => "Blood in stool", "values" => array(0, 0, -1, 1, -1))
16 ));
17 $tpl->assign("diag", array(
18 array()
19 ));
20 $tpl->assign("overview", "Tralala");
21 $tpl->assign("investigations", "Tralala");
22 $tpl->assign("red_flags", "Tralala");
23 ?>

  ViewVC Help
Powered by ViewVC 1.1.26