csrtechnew.ohctech.in/referral_latter_pdf.php
2025-04-14 13:28:09 +05:30

196 lines
7.4 KiB
PHP

<?php session_start();
include('includes/config/config.php');
include_once("includes/functions.php");
include_once("log_entry.php");
mysqli_query($conn, 'SET character_set_results=utf8');
error_reporting(0);
$query = "select * from company_profile where company_id = 5";
$result = mysqli_query($conn, $query);
$row_for_company = mysqli_fetch_array($result);
@extract($row_for_company);
?>
<!doctype html>
<html lang="en">
<head>
<title>REFERRAL LATTER</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<style>
.print {
position: absolute;
right: 11%;
}
@media print {
#printPageButton {
display: none;
}
}
body {
font-family: Arial, Helvetica, sans-serif
}
table {
border-collapse: collapse;
}
.canteen {
background-color: #8E44AD;
/* position: relative; */
left: 20%;
text-align: center;
padding-left: 10%;
padding-right: 10%;
color: white;
}
</style>
</head>
<body>
<center>
<table>
<tr>
<td>
<div class="container">
<div class="container">
<div class="container">
<?php
include "pdf_ohc_header.php";
?>
<button id="printPageButton" class="btn btn-success print"
onClick="window.print();">Print</button>
<br>
<hr>
<br>
<h4 class="canteen">REFERRAL LETTER</h4>
<br><br><br>
<h5>Dear Dr: ______________________</h5>
<br>
<h5>Referring Mr./Mrs/Miss : <u>______________________</u>
Age : <u>_______ </u> Yrs With</h5>
<h5>Complaints of : <u>________________</u></h5>
<br>
<wrap>
<h5>On examination, he/she has : __________________________________________
</h5>
</wrap>
<br>
<h5>The investigations done show : <u>___________________________</u> </h5>
<br>
<h5>My Clinical impression is : <u> ___________________________ </u></h5>
<br>
<h5><b>I have given the following treatment :-</b></h5>
<h5>____________________*____________________</h5>
<h5>____________________*____________________</h5>
<h5>____________________*____________________</h5>
<h5>____________________*____________________</h5>
<br><br>
<h5><b>He/She is referred to you for your expert opinion and advise. Kindly examine the
patient and advise/do the needful. Please inform me about the progress of the
patient.</b></h5>
<br><br>
<h5 style="text-align: left;">
<b>
Thanking you,
</b>
</h5>
<br><br>
<h5 style="text-align: right;">
<b>
Yours sincerely,
</b>
</h5>
<br><br><br>
<h5 style="text-align: right; right: 10%;">
(Signature)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;
</h5>
<br>
<h5 style="text-align: right;">
<b>
Dr. T K ZANKAT
&nbsp;&nbsp;&nbsp;
</b>
</h5>
<h5 style="text-align: right;">(CMO. GHCL PVT Ltd.)</h5>
<br><br><br>
<h5>P.S :</h5>
<br>
<h5>
<b>
He/She is allergic to
</b>
<u>
……………………………………………………………….…………
</u>
</h5>
<h5>
<b>
He/She is suffering from
</b>
<u>
……………………………………………………………….…………
</u>
</h5>
<h5>
<b>
for which he/she is taking
</b>
<u>
……………………………………………………………….…………
</u>
</h5>
</div>
</div>
</div>
</td>
</tr>
</table>
</center>
<div style="height: 100px;"></div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
</body>
</html>