|
@@ -11,6 +11,7 @@
|
|
<tr>
|
|
<tr>
|
|
<th class="border-0">Chart#</th>
|
|
<th class="border-0">Chart#</th>
|
|
<th class="border-0">Patient</th>
|
|
<th class="border-0">Patient</th>
|
|
|
|
+ <th class="border-0">Encounter</th>
|
|
<th class="border-0">DOB</th>
|
|
<th class="border-0">DOB</th>
|
|
<th class="border-0">Gender</th>
|
|
<th class="border-0">Gender</th>
|
|
<th class="border-0">Coverage</th>
|
|
<th class="border-0">Coverage</th>
|
|
@@ -26,10 +27,15 @@
|
|
{{$row->client->chart_number}}
|
|
{{$row->client->chart_number}}
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
- <a href="{{ route('patients.view.dashboard', $row->client) }}">
|
|
|
|
|
|
+ <a native target="_blank" href="{{ route('patients.view.dashboard', $row->client) }}">
|
|
{{$row->client->displayName()}}
|
|
{{$row->client->displayName()}}
|
|
</a>
|
|
</a>
|
|
</td>
|
|
</td>
|
|
|
|
+ <td>
|
|
|
|
+ <a native target="_blank" href="{{ route('patients.view.notes.view.dashboard', ['patient' => $row->client, 'note' => $row]) }}">
|
|
|
|
+ {{friendly_date($row->effective_dateest)}}
|
|
|
|
+ </a>
|
|
|
|
+ </td>
|
|
<td class="text-nowrap">
|
|
<td class="text-nowrap">
|
|
{{friendly_date($row->client->dob)}}
|
|
{{friendly_date($row->client->dob)}}
|
|
</td>
|
|
</td>
|