|
@@ -15,7 +15,7 @@
|
|
|
<th class="border-0">Gender</th>
|
|
|
<th class="border-0">Coverage</th>
|
|
|
<th class="border-0">MCP</th>
|
|
|
- <th class="border-0">Timestamp</th>
|
|
|
+ <th class="border-0">Date</th>
|
|
|
<th class="border-0"></th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -26,7 +26,7 @@
|
|
|
{{$row->client->chart_number}}
|
|
|
</td>
|
|
|
<td>
|
|
|
- <a href="{{ route('patients.view.dashboard', $row->client) }}">
|
|
|
+ <href="{{route('patients.view.notes.view.dashboard', ['patient' => $row->client, 'note' => $row])}}">
|
|
|
{{$row->client->displayName()}}
|
|
|
</a>
|
|
|
</td>
|
|
@@ -40,7 +40,7 @@
|
|
|
@include('app.patient.coverage_column_renderer', ['patient'=>$row->client])
|
|
|
</td>
|
|
|
<td class="text-nowrap">
|
|
|
- {{$row->client->mcp->name_display ?? '' }}
|
|
|
+ {{$row->hcpPro->name_display ?? '' }}
|
|
|
</td>
|
|
|
<td class="text-nowrap">
|
|
|
{{friendly_date($row->effective_dateest)}}
|