|
@@ -9,10 +9,14 @@
|
|
<table class="table table-sm table-striped mb-0">
|
|
<table class="table table-sm table-striped mb-0">
|
|
<thead class="bg-light">
|
|
<thead class="bg-light">
|
|
<tr>
|
|
<tr>
|
|
|
|
+ <th class="border-0">Chart#</th>
|
|
<th class="border-0">Patient</th>
|
|
<th class="border-0">Patient</th>
|
|
- <th class="border-0">Type</th>
|
|
|
|
- <th class="border-0">Value</th>
|
|
|
|
|
|
+ <th class="border-0">DOB</th>
|
|
|
|
+ <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">Timestamp</th>
|
|
|
|
+ <th class="border-0"></th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@@ -41,6 +45,14 @@
|
|
<td class="text-nowrap">
|
|
<td class="text-nowrap">
|
|
{{friendly_date($row->effective_dateest)}}
|
|
{{friendly_date($row->effective_dateest)}}
|
|
</td>
|
|
</td>
|
|
|
|
+ <td>
|
|
|
|
+ <div moe relative class="ml-auto">
|
|
|
|
+ <form show url="/api/note/signAsAlly">
|
|
|
|
+ <input type="hidden" name="uid" value="{{ $row->uid }}">
|
|
|
|
+ <button submit class="bg-transparent border-0 p-0 text-primary">Ack.</button>
|
|
|
|
+ </form>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
</tr>
|
|
</tr>
|
|
@endforeach
|
|
@endforeach
|
|
</tbody>
|
|
</tbody>
|