|
@@ -25,7 +25,7 @@
|
|
|
{{$row->client->chart_number}}
|
|
|
</td>
|
|
|
<td>
|
|
|
- <a href="{{ route('patients.view.dashboard', $row->client) }}">
|
|
|
+ <a native target="_blank" href="{{ route('patients.view.dashboard', $row->client) }}">
|
|
|
{{$row->client->displayName()}}
|
|
|
</a>
|
|
|
</td>
|
|
@@ -39,10 +39,12 @@
|
|
|
@include('app.patient.coverage_column_renderer', ['patient'=>$row->client])
|
|
|
</td>
|
|
|
<td class="text-nowrap">
|
|
|
- {{$row->client->mcp->name_display ?? '' }}
|
|
|
+ {{$row->hcpPro->displayName()}}
|
|
|
</td>
|
|
|
<td class="text-nowrap">
|
|
|
- {{friendly_date($row->effective_dateest)}}
|
|
|
+ <a native target="_blank" href="{{ route('patients.view.notes.view.dashboard', ['patient' => $row->client, 'note' => $row]) }}">
|
|
|
+ {{friendly_date($row->effective_dateest)}}
|
|
|
+ </a>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@endforeach
|