Exemple #1
0
			</div>
			<div class="row">
				<div class="col-md-10">
					<table class="table table-hover">
						<thead>
							<tr>
								<th>PIN#</th>
								<th>Case#</th>
								<th>Name</th>
								<th>HMO</th>
								<th>PhilHealth</th>
							</tr>
						</thead>
						<tbody>
						<?php 
foreach ($ro4->ipd_census_id() as $id) {
    ?>
							<?php 
    $totalPatient += 1;
    ?>
							<tr>
								<td><?php 
    echo $ro->selectNow("registrationDetails", "manual_patientNo", "registrationNo", $ro->selectNow("ipdCensus", "registrationNo", "id", $id));
    ?>
</td>

								<td><?php 
    echo $ro->selectNow("registrationDetails", "manual_registrationNo", "registrationNo", $ro->selectNow("ipdCensus", "registrationNo", "id", $id));
    ?>
</td>