|
@@ -24,7 +24,7 @@
|
|
|
<th class="border-0">Age</th>
|
|
|
<th class="border-0">Sex</th>
|
|
|
<th class="border-0">Insurance</th>
|
|
|
- <th class="border-0">MCP</th>
|
|
|
+ <th class="border-0">HCP</th>
|
|
|
<th class="border-0">Visit Date</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -60,7 +60,7 @@
|
|
|
@endif
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td>{{ $note->client->mcp->displayName() }}</td>
|
|
|
+ <td>{{ $note->hcpPro ? $note->hcpPro->displayName() : '' }}</td>
|
|
|
<td class="px-2">
|
|
|
<a href="/patients/view/{{ $note->client->uid }}/notes/view/{{ $note->uid }}" class="font-weight-bold">
|
|
|
{{ friendly_date_time($note->effective_dateest, false) }}
|