Browse Source

Encounters HCP info

Samson Mutunga 3 years ago
parent
commit
78f4f713ae

+ 2 - 2
resources/views/app/dna/encounters.blade.php

@@ -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) }}

+ 1 - 1
resources/views/app/dna/patients.blade.php

@@ -37,7 +37,7 @@
                             $(this).blur();
                             $(this).popover({
                                 html: true,
-                                trigger: 'click',
+                                trigger: 'focus',
                                 placement: 'top',
                                 sanitize: false,
                                 content: function () {