|
@@ -15,6 +15,7 @@
|
|
|
<th>Days with HCP</th>
|
|
|
<th>Days Since Last Note by HCP</th>
|
|
|
<th>Days Since Last MCP Type Visit</th>
|
|
|
+ <th>Loop check</th>
|
|
|
<th>Signed By HCP?</th>
|
|
|
<th>Content</th>
|
|
|
<th></th>
|
|
@@ -74,6 +75,9 @@
|
|
|
<td>
|
|
|
{{ $daysSinceLastMcpTypeVisit }}
|
|
|
</td>
|
|
|
+ <td>
|
|
|
+ {{ $loopLastDateSeenByMcpTypePro }}
|
|
|
+ </td>
|
|
|
<td>
|
|
|
{{ $note->is_signed_by_hcp }}
|
|
|
</td>
|