<table width="70%" border="0" bgcolor=#ffffdd align="center">
        <tr> 
          <td width="20%">date</td>
          <td width="40%">item description</td>
          <td width="10%">dosage</td>
          <td width="10%">&nbsp;</td>
          <td width="10%">edit</td>
        </tr>
        <tr> 
          <td>&nbsp;</td>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
        </tr>';
    $pres_obj->DisplayPrescriptionList($_SESSION['sess_en']);
    echo '</table>';
} else {
    if ($saveit) {
        if ($pres_obj->ChangeEntryOfPrescriptedItem($encounter_nr, $itemcode, $dosage, $notes)) {
            echo ' <br><br><br>
           <form name="confirmation_change" method="POST" action"show_prescription.php">
           <table border="0" cellpadding="2" width="100%">
            <tr>  
              <td><b>' . $pres_obj->GetNameOfPrescriptedItem($encounter_nr, $itemcode) . '</b></td>
              <td>&nbsp;</td>
              <td>&nbsp;</td>
            </tr>
            <tr>
              <td>&nbsp;</td>
              <td>&nbsp;</td>