|
@@ -1,15 +1,15 @@
|
|
<table class="table table-sm table-striped p-0 m-0">
|
|
<table class="table table-sm table-striped p-0 m-0">
|
|
<thead class="bg-light border-top">
|
|
<thead class="bg-light border-top">
|
|
<tr>
|
|
<tr>
|
|
- <th class="px-3 border-0">#</th>
|
|
|
|
- <th class="px-3 border-0">Name</th>
|
|
|
|
- <th class="px-3 border-0">DOB</th>
|
|
|
|
- <th class="px-3 border-0">Age</th>
|
|
|
|
- <th class="px-3 border-0">Sex</th>
|
|
|
|
- <th class="px-3 border-0">BMI</th>
|
|
|
|
- <th class="px-3 border-0">Insurance</th>
|
|
|
|
- <th class="px-3 border-0">MCP</th>
|
|
|
|
- <th class="px-3 border-0">RPM</th>
|
|
|
|
|
|
+ <th class="border-0">#</th>
|
|
|
|
+ <th class="border-0">Name</th>
|
|
|
|
+ <th class="border-0">DOB</th>
|
|
|
|
+ <th class="border-0">Age</th>
|
|
|
|
+ <th class="border-0">Sex</th>
|
|
|
|
+ <th class="border-0">BMI</th>
|
|
|
|
+ <th class="border-0">Insurance</th>
|
|
|
|
+ <th class="border-0">MCP</th>
|
|
|
|
+ <th class="border-0">RPM</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@@ -18,7 +18,7 @@
|
|
$patient->most_recent_weight_measurement_id = 68434;
|
|
$patient->most_recent_weight_measurement_id = 68434;
|
|
?>
|
|
?>
|
|
<tr>
|
|
<tr>
|
|
- <td class="px-3">
|
|
|
|
|
|
+ <td>
|
|
<a native target="_blank" href="{{route('patients.view.dashboard', $patient)}}">
|
|
<a native target="_blank" href="{{route('patients.view.dashboard', $patient)}}">
|
|
{{$patient->chart_number}}
|
|
{{$patient->chart_number}}
|
|
</a>
|
|
</a>
|