|
@@ -29,7 +29,7 @@
|
|
|
<th>Eff. Date</th>
|
|
|
<th>New/FU</th>
|
|
|
<th>Note Signed by HCP?</th>
|
|
|
- <th>Note Link</th>
|
|
|
+{{-- <th>Note Link</th>--}}
|
|
|
<th>Note Cancelled?</th>
|
|
|
<th>HCP Last</th>
|
|
|
<th>HCP First</th>
|
|
@@ -57,11 +57,14 @@
|
|
|
<td>{{$row->effective_dateest}}</td>
|
|
|
<td>{{$row->new_or_fu_or_na}}</td>
|
|
|
<td>{{$row->is_note_signed_by_hcp}}</td>
|
|
|
+<?php /*
|
|
|
<td>
|
|
|
<a href="/patients/view/{{ $row->client_uid }}/notes/view/{{ $row->note_uid }}">
|
|
|
Note Link
|
|
|
</a>
|
|
|
</td>
|
|
|
+ */
|
|
|
+?>
|
|
|
<td>{{$row->is_note_cancelled}}</td>
|
|
|
<td>{{$row->hcp_last}}</td>
|
|
|
<td>{{$row->hcp_first}}</td>
|