Thank you for your appointment with Strength HealthCare Group
Please find your medical prescription below.
To download and print a pdf copy, please log in to your portal and print from your encounter section
<!DOCTYPE html>
<html>
<head>
<style>
body {
border: 1px dotted #ccc;
padding: 20px;
}
.print-button {
margin-top: 40px;
}
.print-button button {
background-color: #2b87da;
color: white;
padding: 10px 20px;
border: none;
}
img {
max-width: 100%;
height: auto;
}
</style>
<script>
function printPage() {
window.print();
}
</script>
</head>
<body>
<img src=”https://strengthhealthcaregroup.com/gh/wp-content/uploads/2023/05/Shcg-letterhead.jpg” alt=”Letterhead Image”>
<h2>Prescription Details:</h2>
<h3>Current Date:</h3>
<p>{{current_date}}</p>
<h3>Clinician:</h3>
<p>{{doctor_name}}</p>
<h3>Clinician Email:</h3>
<p>{{doctor_email}}</p>
<h3>Clinician Contact Number:</h3>
<p>{{doctor_contact_number}}</p>
<h3>Prescription:</h3>
<p>{{prescription}}</p>
<div class=”print-button”>
<button onclick=”printPage()”>Print</button>
</div>
</body>
</html>
Thank you