Exemple #1
0
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<BODY bgcolor="FFCCFF">

<?php 
if (isset($_GET['error'])) {
    echo "<center><table><tr><td class='errormsg'>" . $_GET['error'] . "</td></tr></table></center><br>";
}
?>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("hiv_resistance.php");
    die;
} else {
    check_patient($_GET['code']);
}
?>

<TABLE width="900">
    <TR>
    <TD><?php 
show_patient_data($_GET['code']);
?>
    <TD>
    </TD>
    <TD></TD><TD></TD>
    </TR></TABLE>
?>
<HTML><HEAD>
<TITLE>Καταχώρηση Κλινικής Κατάστασης Ασθενή με Συνλοίμωξη HBV</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1253">
<link href="./include/cohort.css" rel="stylesheet" type="text/css">
</HEAD>
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("hbv_clinical_status.php");
    die;
} else {
    check_patient($_GET['code']);
    check_hbv_coinfection($_GET['code']);
    $result = execute_query("SELECT * FROM hbv_clinical_status WHERE PatientCode=" . $_GET['code']);
    $has_entry = mysql_num_rows($result);
}
?>

<DIV style="position: absolute; left:50px;">

<FORM id="hbv_clinical_status" name="hbv_clinical_status" action="hbv_clinical_status_insert.php" method="GET" onsubmit="return check_data();">
 <?php 
show_patient_data($_GET['code']);
echo "<input type=hidden name=has_entry value=" . $has_entry . ">";
Exemple #3
0
?>
<HTML><HEAD>
<TITLE>Εισαγωγή σε νοσοκομείο</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1253">
<link href="./include/cohort.css" rel="stylesheet" type="text/css">
</HEAD>
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("hospitalization.php");
    die;
} else {
    check_patient($_GET['code']);
}
?>

<DIV style="position:relative; left:30px;">

<FORM id="hospitalization_form" name="hospitalization_form_form" action="hospitalization_insert.php" method="GET" onsubmit="return check_data();">
<table>
<tr>
<td><?php 
show_patient_data($_GET['code']);
?>
<a href="show_hospitalization.php?code=<?php 
Exemple #4
0
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (isset($_GET['error'])) {
    echo "<center><table><tr><td class='errormsg'>" . $_GET['error'] . "</td></tr></table></center><br>";
}
?>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("alles.php");
    die;
} else {
    check_patient($_GET['code']);
}
?>

<FORM id="alles_form" name="alles_form" action="alles_insert.php" method="GET">
<input type="hidden" name=code value="<?php 
echo $_GET['code'];
?>
">

<a name="top"></a>
<P>'Αλλες Θεραπείες (δεν συμπεριλαμβάνονται θεραπείες ένταντι συλλοιμώξεων με ιούς HBV / HCV)</P>
Exemple #5
0
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (isset($_GET['error'])) {
    echo "<center><table><tr><td class='errormsg'>" . $_GET['error'] . "</td></tr></table></center><br>";
}
?>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("anosologikes.php");
    die;
} else {
    check_patient($_GET['code']);
}
?>

<FORM id="aimatologikes_form" name="aimatologikes_form" action="ourwn_insert.php" method="GET" onsubmit="return check_data();">
<input type="hidden" name="exams" value="1<?php 
// echo $_GET['exams']
?>
">

<TABLE>
    <TR>
    <TD> <?php 
Exemple #6
0
?>
<HTML><HEAD>
<TITLE>Καταχώρηση Επίσκεψης Ασθενή σε Κλινική</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1253">
<link href="./include/cohort.css" rel="stylesheet" type="text/css">
</HEAD>
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("demographic.php");
    die;
} else {
    check_patient($_GET['code']);
    session_start();
    $_SESSION['PatientCode'] = $_GET['code'];
    $sql = "SELECT StartDate FROM antiretro_treatments WHERE PatientCode=" . $_GET['code'] . " GROUP BY StartDate";
    $result = execute_query($sql);
    if (mysql_num_rows($result) == 0) {
        $_SESSION['antiretro_startdate'] = "3000-01-01";
    } else {
        $row = mysql_fetch_assoc($result);
        $_SESSION['antiretro_startdate'] = $row['StartDate'];
    }
    mysql_free_result($result);
}
Exemple #7
0
?>
<HTML><HEAD>
<TITLE>Καταχώρηση Συλλοιμώξεων Ασθενή</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1253">
<link href="./include/cohort.css" rel="stylesheet" type="text/css">
</HEAD>
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("coinfection.php");
    die;
} else {
    check_patient($_GET['code']);
}
?>

<DIV style="position: absolute; left:50px;">

<FORM id="coinfection_form" name="coinfection_form" action="coinfection_insert.php" method="GET" onsubmit="return checkdata();">
<TABLE>
    <TR>
    <TD><b> <?php 
show_patient_data($_GET['code']);
?>
</b> </TD>
Exemple #8
0
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (isset($_GET['error'])) {
    echo "<center><table><tr><td class='errormsg'>" . $_GET['error'] . "</td></tr></table></center><br>";
}
?>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("atomic.php");
    die;
} else {
    check_patient($_GET['code']);
    $fixed_query = "SELECT * FROM atomiko_anamnistiko WHERE PatientCode=" . $_GET['code'];
    $dynamic_query = "SELECT * FROM atomiko_anamnistiko_dynamic WHERE PatientCode=" . $_GET['code'];
}
?>

<DIV style="position: relative; width: 1000px">

<FORM id="atomic_form" name="atomic_form" action="atomic_insert.php" method="GET" onsubmit="return check_data();">
<input type="hidden" name="num_neoplasmata" value="1">
<input type="hidden" name="num_states" value="1">
<input type="hidden" name="code" value="<?php 
echo $_GET['code'];
Exemple #9
0
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (isset($_GET['error'])) {
    echo "<center><table><tr><td class='errormsg'>" . $_GET['error'] . "</td></tr></table></center><br>";
}
?>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("hbv_istology.php");
    die;
} else {
    check_patient($_GET['code']);
    check_hbv_coinfection($_GET['code']);
}
?>

<FORM id="hbv_istology_form" name="hbv_istology_form" action="hcv_istology_insert.php" method="GET" onsubmit="return check_data()">
<input type="hidden" name=table value=hbv_istology>
<?php 
show_patient_data($_GET['code']);
?>

<P> <b>'Εχει κάνει ο ασθενής βιοψία;</b> &nbsp;
<select name="Biopsy" onchange="show_extra(this.value);">
Exemple #10
0
	return false;
	}
}


</script>
</HEAD>
<?php 
PrintMenu();
?>

<P>&nbsp;</P><P>&nbsp;</P>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("alter_patient.php");
    die;
} else {
    check_patient($_GET['code']);
    $patient_query = "SELECT * FROM patients WHERE PatientCode=" . $_GET['code'];
    $row = mysql_fetch_assoc(execute_query($patient_query));
}
?>

<FORM id="alter_patient_form" name="alter_patient_form" action="alter_patient_insert.php" method="GET" onsubmit="return CheckData();">
<DIV style="position: relative; left:50px;">
<TABLE>
    <TR>
    <TD> Κωδικός Ασθενή (ΚΕΕΛ)</TD><TD>
    <INPUT maxLength=7 onfocus="this.blur();" size=20 name="PatientCode" value="<?php 
echo $row['PatientCode'];
Exemple #11
0
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (isset($_GET['error'])) {
    echo "<center><table><tr><td class='errormsg'>" . $_GET['error'] . "</td></tr></table></center><br>";
}
?>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("cd48.php");
    die;
} else {
    check_patient($_GET['code']);
}
?>

<FORM id="anosologikes_form" name="anosologikes_form" action="anosologikes_insert.php" method="GET" onsubmit="return check_data();">
<input type="hidden" name="exams" value="1<?php 
// echo $_GET['exams']
?>
">

<P>Ανοσολογικές εργαστηριακές εξετάσεις (από 1/1/1996 μέχρι και την σημερινή ημερομηνία)</P>

<TABLE>
Exemple #12
0
        <TITLE>Καταχώρηση Τελευταίας Κατάστασης Ασθενή</TITLE>
        <META http-equiv=Content-Type content="text/html; charset=windows-1253">
        <link href="./include/cohort.css" rel="stylesheet" type="text/css">
    </HEAD>
    <?php 
PrintMenu();
?>
    <P>
        &nbsp;
    </P>
    <P>
        &nbsp;
    </P>
    <?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("last_state.php");
    die;
} else {
    check_patient($_GET['code']);
}
?>
    <DIV style="position: absolute; left:30px;">
        <FORM id="last_state_form" name="last_state_form" action="last_state_insert.php" method="GET" onsubmit="return check_data();">
            <?php 
show_patient_data($_GET['code']);
?>
            <table>
                <tr>
                    <td>
                    </td>
                </tr>
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (isset($_GET['error'])) {
    echo "<center><table><tr><td class='errormsg'>" . $_GET['error'] . "</td></tr></table></center><br>";
}
?>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("hbv_other_treatments.php");
    die;
} else {
    check_patient($_GET['code']);
    check_hbv_coinfection($_GET['code']);
    session_start();
}
?>

<FORM id="hbv_other_treatments_form" name="hbv_other_treatments_form" action="hbv_other_insert.php" method="GET" onsubmit="return check_data();">
<input type="hidden" name=code value=<?php 
echo $_GET['code'];
?>
>
<input type="hidden" name=artdate value="<?php 
echo $_SESSION['antiretro_startdate'];
Exemple #14
0
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (isset($_GET['error'])) {
    echo "<center><table><tr><td class='errormsg'>" . $_GET['error'] . "</td></tr></table></center><br>";
}
?>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("orologikes.php");
    die;
} else {
    check_patient($_GET['code']);
}
?>

<FORM id="orologikes_form" name="orologikes_form" action="orologikes_insert.php" method="GET">
<?php 
show_patient_data($_GET['code']);
?>
<a href="#view">Προβολή Εξετάσεων Ασθενή</a>
<a name="top"></a>

<P><b>Ορολογικές Εξετάσεις</b></P>
Exemple #15
0
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (isset($_GET['error'])) {
    echo "<center><table><tr><td class='errormsg'>" . $_GET['error'] . "</td></tr></table></center><br>";
}
?>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("prophylactic.php");
    die;
} else {
    check_patient($_GET['code']);
}
?>

<FORM id="prophylactic_form" name="prophylactic_form" action="prophylactic_insert.php" method="GET">
<input type="hidden" name=code value=<?php 
echo $_GET['code'];
?>
 >

<a name="top"></a>
<P>Συμπληρώστε τα παρακάτω πεδία αν ο ασθενής δέχεται προφυλακτική θεραπεια για τα παρακάτω νοσήματα</P>
Exemple #16
0
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (isset($_GET['error'])) {
    echo "<center><table><tr><td class='errormsg'>" . $_GET['error'] . "</td></tr></table></center><br>";
}
?>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("other_exams.php");
    die;
} else {
    check_patient($_GET['code']);
}
?>

<FORM id="other_exams_form" name="other_exams_form" action="other_exams_insert.php" method="GET">
<input type="hidden" name="exams" value="1<?php 
// echo $_GET['exams']
?>
">

<TABLE>
    <TR>
    <TD><?php 
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (isset($_GET['error'])) {
    echo "<center><table><tr><td class='errormsg'>" . $_GET['error'] . "</td></tr></table></center><br>";
}
?>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("hcv_iolog_observe.php");
    die;
} else {
    check_patient($_GET['code']);
    check_hcv_coinfection($_GET['code']);
}
?>

<FORM id="hcv_orolog_observe_form" name="hcv_orolog_observe_form" action="hcv_iologikes_insert.php" method="GET">
<?php 
show_patient_data($_GET['code']);
?>

    <TABLE width=500>
	<TR>
    <TD>Ημερομηνία Εξέτασης
Exemple #18
0
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (isset($_GET['error'])) {
    echo "<center><table><tr><td class='errormsg'>" . $_GET['error'] . "</td></tr></table></center><br>";
}
?>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("bioximikes.php");
    die;
} else {
    check_patient($_GET['code']);
}
?>

<FORM id="bioximikes_form" name="bioximikes_form" action="bioximikes_insert.php" method="GET">
<input type="hidden" name="exams" value="1<?php 
// echo $_GET['exams']
?>
">

<P> Βιοχημικές εξετάσεις </P><a name="top"></a>
<P>
Καταγράψτε τα αποτελέσματα των βιοχημικών εξετάσεων από
Exemple #19
0
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (isset($_GET['error'])) {
    echo "<center><table><tr><td class='errormsg'>" . $_GET['error'] . "</td></tr></table></center><br>";
}
?>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("hcv_lab.php");
    die;
} else {
    check_patient($_GET['code']);
    check_hcv_coinfection($_GET['code']);
}
?>

<FORM id="hcv_lab_form" name="hcv_lab_form" action="hcv_lab_insert.php" method="GET" onsubmit="return check_data();">
<?php 
show_patient_data($_GET['code']);
?>
<a href="show_lab.php?type=hcv&code=<?php 
echo $_GET['code'];
?>
" target="_new">Προβολή Καταχωρήσεων Ασθενή</a>
Exemple #20
0
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (isset($_GET['error'])) {
    echo "<center><table><tr><td class='errormsg'>" . $_GET['error'] . "</td></tr></table></center><br>";
}
?>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("antiretro.php");
    die;
} else {
    check_patient($_GET['code']);
}
?>

<FORM id="antiretro_form" name="antiretro_form" action="antiretro_insert.php" method="GET" onsubmit="return checkdata();">
<?php 
show_patient_data($_GET['code']);
?>
<a href="show_antiretro_data.php?code=<?php 
echo $_GET['code'];
?>
">
Προβολή Καταχωρημένων Θεραπειών
Exemple #21
0
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (isset($_GET['error'])) {
    echo "<center><table><tr><td class='errormsg'>" . $_GET['error'] . "</td></tr></table></center><br>";
}
?>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("hcv_antiiikes.php");
    die;
} else {
    check_patient($_GET['code']);
    check_hcv_coinfection($_GET['code']);
}
?>

<FORM id="antiiikes_form" name="antiiikes_form" action="hcv_antiiikes_insert.php" method="GET" onsubmit="return check_data();">
<?php 
show_patient_data($_GET['code']);
?>
<a href="hcv_show_antiiikes_data.php?code=<?php 
echo $_GET['code'];
?>
">
Exemple #22
0
?>
<HTML><HEAD>
<TITLE>Καταχώρηση Τελευταίας Κατάστασης Ασθενή</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1253">
<link href="./include/cohort.css" rel="stylesheet" type="text/css">
</HEAD>
<?php 
PrintMenu();
?>

<P>&nbsp;</P>
<P>&nbsp;</P>

<?php 
if (!isset($_GET['code']) || $_GET['code'] == "") {
    Print_PatientCode_form("clinic_visit.php");
    die;
} else {
    check_patient($_GET['code']);
}
?>
<DIV style="position: absolute; left:30px;">

<FORM id="hospitalization_form" name="hospitalization_form_form" action="hospitalization_insert.php" method="GET" onsubmit="return check_data();">
<table>
<tr>
<td><?php 
show_patient_data($_GET['code']);
?>
<a href="show_clinic_visits.php?code=<?php 
echo $_GET['code'];